QGIS API Documentation
2.0.1-Dufour
|
Lineedit with builtin clear button. More...
#include <qgsfilterlineedit.h>
Signals | |
void | cleared () |
Public Member Functions | |
QgsFilterLineEdit (QWidget *parent=0, QString nullValue=QString::null) | |
void | setNullValue (QString nullValue) |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *) |
void | changeEvent (QEvent *) |
Private Slots | |
void | clear () |
void | toggleClearButton (const QString &text) |
Private Attributes | |
QString | mNullValue |
QToolButton * | btnClear |
Lineedit with builtin clear button.
Definition at line 28 of file qgsfilterlineedit.h.
QgsFilterLineEdit::QgsFilterLineEdit | ( | QWidget * | parent = 0 , |
QString | nullValue = QString::null |
||
) |
Definition at line 24 of file qgsfilterlineedit.cpp.
References btnClear, clear(), cleared(), QgsApplication::getThemeIcon(), and toggleClearButton().
|
protected |
Definition at line 63 of file qgsfilterlineedit.cpp.
References btnClear, and mNullValue.
|
privateslot |
Definition at line 57 of file qgsfilterlineedit.cpp.
References mNullValue.
Referenced by QgsFilterLineEdit().
|
signal |
Referenced by QgsFilterLineEdit().
|
protected |
Definition at line 49 of file qgsfilterlineedit.cpp.
References btnClear.
|
inline |
Definition at line 34 of file qgsfilterlineedit.h.
Referenced by QgsAttributeEditor::setValue().
|
privateslot |
Definition at line 72 of file qgsfilterlineedit.cpp.
References btnClear, and mNullValue.
Referenced by QgsFilterLineEdit().
|
private |
Definition at line 49 of file qgsfilterlineedit.h.
Referenced by changeEvent(), QgsFilterLineEdit(), resizeEvent(), and toggleClearButton().
|
private |
Definition at line 48 of file qgsfilterlineedit.h.
Referenced by changeEvent(), clear(), and toggleClearButton().