#include <QGo4LineEdit.h>
Signals | |
| void | textDropped () |
Public Member Functions | |
| QGo4LineEdit (QWidget *parent=0, const char *name=0) | |
| virtual | ~QGo4LineEdit () |
Protected Member Functions | |
| virtual void | dropEvent (QDropEvent *) |
| virtual void | dragEnterEvent (QDragEnterEvent *) |
Definition at line 35 of file QGo4LineEdit.h.
| QGo4LineEdit::QGo4LineEdit | ( | QWidget * | parent = 0, |
|
| const char * | name = 0 | |||
| ) |
Definition at line 21 of file QGo4LineEdit.cpp.
| QGo4LineEdit::~QGo4LineEdit | ( | ) | [virtual] |
Definition at line 28 of file QGo4LineEdit.cpp.
| void QGo4LineEdit::dragEnterEvent | ( | QDragEnterEvent * | event | ) | [protected, virtual] |
Definition at line 32 of file QGo4LineEdit.cpp.
| void QGo4LineEdit::dropEvent | ( | QDropEvent * | event | ) | [protected, virtual] |
Definition at line 38 of file QGo4LineEdit.cpp.
References textDropped().
| void QGo4LineEdit::textDropped | ( | ) | [signal] |
Referenced by dropEvent().
1.7.1