KSeExpr
4.0.4.0
|
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 |
std::atomic< bool > | _signaling {false} |
Line Editor Widget(used for numbers)
Definition at line 82 of file ExprControl.h.
ExprLineEdit::ExprLineEdit | ( | int | id, |
QWidget * | parent | ||
) |
Definition at line 29 of file ExprEditor.cpp.
References textChanged(), and textChangedCB().
|
inlinevirtual |
Definition at line 87 of file ExprControl.h.
References _signaling.
Referenced by NumberControl::updateControl().
|
signal |
Referenced by ExprLineEdit(), and textChangedCB().
|
privateslot |
Definition at line 36 of file ExprEditor.cpp.
References _id, _signaling, and textChanged().
Referenced by ExprLineEdit().
|
private |
Definition at line 101 of file ExprControl.h.
Referenced by textChangedCB().
|
private |
Definition at line 102 of file ExprControl.h.
Referenced by setText(), and textChangedCB().