|
SeExpr
|
Line Editor Widget(used for numbers) More...
#include <ExprControl.h>
Signals | |
| void | textChanged (int id, const QString &text) |
Public Member Functions | |
| ExprLineEdit (int id, QWidget *parent) | |
| virtual void | setText (const QString &t) |
Private Slots | |
| void | textChangedCB (const QString &text) |
Private Attributes | |
| int | _id |
| bool | _signaling |
Line Editor Widget(used for numbers)
Definition at line 104 of file ExprControl.h.
| ExprLineEdit::ExprLineEdit | ( | int | id, |
| QWidget * | parent ) |
Definition at line 61 of file ExprEditor.cpp.
References _id, _signaling, textChanged(), and textChangedCB().
|
inlinevirtual |
Definition at line 108 of file ExprControl.h.
References _signaling.
|
signal |
Referenced by ExprLineEdit(), and textChangedCB().
|
privateslot |
Definition at line 65 of file ExprEditor.cpp.
References _id, _signaling, and textChanged().
Referenced by ExprLineEdit().
|
private |
Definition at line 121 of file ExprControl.h.
Referenced by ExprLineEdit(), and textChangedCB().
|
private |
Definition at line 122 of file ExprControl.h.
Referenced by ExprLineEdit(), setText(), and textChangedCB().