Vesna
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
ui
logic
EnterValueFormLogic.h
Go to the documentation of this file.
1
#ifndef ENTERVALUEFORMLOGIC_H
2
#define ENTERVALUEFORMLOGIC_H
3
4
#include "
GeneralFormLogic.h
"
5
6
class
EnterValueFormLogic
:
public
GeneralFormLogic
7
{
8
Q_OBJECT
9
10
public
:
11
EnterValueFormLogic
();
12
virtual
~EnterValueFormLogic
();
13
14
unsigned
long
GetValue
(
bool
*ok =
nullptr
)
const
;
15
16
void
SetTextInformationLabel
(
const
QString &text );
17
void
SetCaptionText
(
const
QString &text );
18
void
SetDefaultValue
(
unsigned
long
defaultValue );
19
void
SetUnitText
(
const
QString &unitText );
20
void
SetMaxLength
(
unsigned
int
maxLength );
21
void
ClearLineEdit
();
22
void
SetFocusLineEdit
();
23
24
void
ClearProgressPanel
();
25
26
signals:
27
void
OnReturnPressed
();
28
29
private
:
31
32
class
DataClass
;
33
QScopedPointer<DataClass> d;
34
36
};
37
38
#endif // ENTERVALUEFORMLOGIC_H
GeneralFormLogic
Definition:
GeneralFormLogic.h:7
EnterValueFormLogic::~EnterValueFormLogic
virtual ~EnterValueFormLogic()
Definition:
EnterValueFormLogic.cpp:36
EnterValueFormLogic::SetFocusLineEdit
void SetFocusLineEdit()
Definition:
EnterValueFormLogic.cpp:83
EnterValueFormLogic::SetDefaultValue
void SetDefaultValue(unsigned long defaultValue)
Definition:
EnterValueFormLogic.cpp:59
EnterValueFormLogic::SetTextInformationLabel
void SetTextInformationLabel(const QString &text)
Definition:
EnterValueFormLogic.cpp:49
EnterValueFormLogic::SetCaptionText
void SetCaptionText(const QString &text)
Definition:
EnterValueFormLogic.cpp:54
EnterValueFormLogic::ClearProgressPanel
void ClearProgressPanel()
Definition:
EnterValueFormLogic.cpp:89
EnterValueFormLogic::SetUnitText
void SetUnitText(const QString &unitText)
Definition:
EnterValueFormLogic.cpp:64
GeneralFormLogic.h
EnterValueFormLogic::ClearLineEdit
void ClearLineEdit()
Definition:
EnterValueFormLogic.cpp:78
EnterValueFormLogic::EnterValueFormLogic
EnterValueFormLogic()
Definition:
EnterValueFormLogic.cpp:28
EnterValueFormLogic::DataClass
Definition:
EnterValueFormLogic.cpp:10
EnterValueFormLogic::GetValue
unsigned long GetValue(bool *ok=nullptr) const
Definition:
EnterValueFormLogic.cpp:40
EnterValueFormLogic::SetMaxLength
void SetMaxLength(unsigned int maxLength)
Definition:
EnterValueFormLogic.cpp:69
EnterValueFormLogic
Definition:
EnterValueFormLogic.h:6
EnterValueFormLogic::OnReturnPressed
void OnReturnPressed()
Generated on Thu Dec 18 2025 23:21:47 for Vesna by
1.8.8