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 101 of file ExprControl.h.
ExprLineEdit::ExprLineEdit | ( | int | id, |
QWidget * | parent | ||
) |
Definition at line 61 of file ExprEditor.cpp.
References textChanged(), and textChangedCB().
|
inlinevirtual |
Definition at line 106 of file ExprControl.h.
References _signaling.
Referenced by NumberControl::updateControl().
|
signal |
Referenced by ExprLineEdit(), and textChangedCB().
|
privateslot |
Definition at line 68 of file ExprEditor.cpp.
References _id, _signaling, and textChanged().
Referenced by ExprLineEdit().
|
private |
Definition at line 119 of file ExprControl.h.
Referenced by textChangedCB().
|
private |
Definition at line 120 of file ExprControl.h.
Referenced by setText(), and textChangedCB().