|
Vesna
|
#include <EnterValueFormLogic.h>


Classes | |
| class | DataClass |
Signals | |
| void | OnReturnPressed () |
Public Member Functions | |
| EnterValueFormLogic () | |
| virtual | ~EnterValueFormLogic () |
| unsigned long | GetValue (bool *ok=nullptr) const |
| void | SetTextInformationLabel (const QString &text) |
| void | SetCaptionText (const QString &text) |
| void | SetDefaultValue (unsigned long defaultValue) |
| void | SetUnitText (const QString &unitText) |
| void | SetMaxLength (unsigned int maxLength) |
| void | ClearLineEdit () |
| void | SetFocusLineEdit () |
| void | ClearProgressPanel () |
Public Member Functions inherited from GeneralFormLogic | |
| GeneralFormLogic () | |
| virtual | ~GeneralFormLogic () |
| template<class Ui , class Widget = QWidget> | |
| void | CreateWidget (const QString &cssFile, Ui *ui) |
Additional Inherited Members | |
Static Public Member Functions inherited from GeneralFormLogic | |
| static QString | GetStyle (const QString &styleFileName) |
| static void | LoadStyleForWidget (const QString &styleFileName, QWidget *widget) |
| static void | AdjustScrollerProperties (QWidget *widget) |
| static void | AddDropShadowEffect (QWidget *widget, const QColor &dropShadowColor=Qt::gray) |
Protected Member Functions inherited from GeneralFormLogic | |
| QWidget * | GetWidget () |
| EnterValueFormLogic::EnterValueFormLogic | ( | ) |
|
virtual |
| void EnterValueFormLogic::ClearLineEdit | ( | ) |
| void EnterValueFormLogic::ClearProgressPanel | ( | ) |
| unsigned long EnterValueFormLogic::GetValue | ( | bool * | ok = nullptr | ) | const |
|
signal |

| void EnterValueFormLogic::SetCaptionText | ( | const QString & | text | ) |
| void EnterValueFormLogic::SetDefaultValue | ( | unsigned long | defaultValue | ) |
| void EnterValueFormLogic::SetFocusLineEdit | ( | ) |
| void EnterValueFormLogic::SetMaxLength | ( | unsigned int | maxLength | ) |
| void EnterValueFormLogic::SetTextInformationLabel | ( | const QString & | text | ) |
| void EnterValueFormLogic::SetUnitText | ( | const QString & | unitText | ) |
1.8.8