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
EnterVehicleIdentificationFormLogic.h
Go to the documentation of this file.
1
#ifndef ENTERVEHICLEIDENTIFICATIONFORMLOGIC_H
2
#define ENTERVEHICLEIDENTIFICATIONFORMLOGIC_H
3
4
#include "
GeneralFormLogic.h
"
5
6
class
EnterVehicleIdentificationFormLogic
:
public
GeneralFormLogic
7
{
8
Q_OBJECT
9
10
public
:
11
explicit
EnterVehicleIdentificationFormLogic
();
12
virtual
~EnterVehicleIdentificationFormLogic
();
13
14
void
SetTextVehicleIdentificationNumberLabel
(
const
QString &text );
15
void
SetTextVehicleIdentificationNumberLineEdit
(
const
QString &text );
16
QString
GetTextVehicleIdentificationNumberLineEdit
()
const
;
17
void
SelectAllVehicleIdentificationNumberLineEdit
();
18
void
SetFocusVehicleIdentificationNumberLineEdit
();
19
20
signals:
21
void
OnReturnPressedVehicleIdentificationNumberLineEdit
();
22
23
private
:
25
26
class
DataClass
;
27
QSharedPointer<DataClass> d;
28
30
};
31
32
#endif // ENTERVEHICLEIDENTIFICATIONFORMLOGIC_H
EnterVehicleIdentificationFormLogic
Definition:
EnterVehicleIdentificationFormLogic.h:6
GeneralFormLogic
Definition:
GeneralFormLogic.h:7
EnterVehicleIdentificationFormLogic::GetTextVehicleIdentificationNumberLineEdit
QString GetTextVehicleIdentificationNumberLineEdit() const
Definition:
EnterVehicleIdentificationFormLogic.cpp:49
EnterVehicleIdentificationFormLogic::OnReturnPressedVehicleIdentificationNumberLineEdit
void OnReturnPressedVehicleIdentificationNumberLineEdit()
EnterVehicleIdentificationFormLogic::EnterVehicleIdentificationFormLogic
EnterVehicleIdentificationFormLogic()
Definition:
EnterVehicleIdentificationFormLogic.cpp:26
EnterVehicleIdentificationFormLogic::SetFocusVehicleIdentificationNumberLineEdit
void SetFocusVehicleIdentificationNumberLineEdit()
Definition:
EnterVehicleIdentificationFormLogic.cpp:59
GeneralFormLogic.h
EnterVehicleIdentificationFormLogic::SetTextVehicleIdentificationNumberLineEdit
void SetTextVehicleIdentificationNumberLineEdit(const QString &text)
Definition:
EnterVehicleIdentificationFormLogic.cpp:44
EnterVehicleIdentificationFormLogic::DataClass
Definition:
EnterVehicleIdentificationFormLogic.cpp:7
EnterVehicleIdentificationFormLogic::~EnterVehicleIdentificationFormLogic
virtual ~EnterVehicleIdentificationFormLogic()
Definition:
EnterVehicleIdentificationFormLogic.cpp:34
EnterVehicleIdentificationFormLogic::SetTextVehicleIdentificationNumberLabel
void SetTextVehicleIdentificationNumberLabel(const QString &text)
Definition:
EnterVehicleIdentificationFormLogic.cpp:39
EnterVehicleIdentificationFormLogic::SelectAllVehicleIdentificationNumberLineEdit
void SelectAllVehicleIdentificationNumberLineEdit()
Definition:
EnterVehicleIdentificationFormLogic.cpp:54
Generated on Thu Dec 18 2025 23:21:47 for Vesna by
1.8.8