Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EnterVehicleIdentificationFormLogic.h
Go to the documentation of this file.
1 #ifndef ENTERVEHICLEIDENTIFICATIONFORMLOGIC_H
2 #define ENTERVEHICLEIDENTIFICATIONFORMLOGIC_H
3 
4 #include "GeneralFormLogic.h"
5 
7 {
8  Q_OBJECT
9 
10 public:
13 
14  void SetTextVehicleIdentificationNumberLabel( const QString &text );
15  void SetTextVehicleIdentificationNumberLineEdit( const QString &text );
19 
20 signals:
22 
23 private:
25 
26  class DataClass;
27  QSharedPointer<DataClass> d;
28 
30 };
31 
32 #endif // ENTERVEHICLEIDENTIFICATIONFORMLOGIC_H
Definition: EnterVehicleIdentificationFormLogic.h:6
Definition: GeneralFormLogic.h:7
QString GetTextVehicleIdentificationNumberLineEdit() const
Definition: EnterVehicleIdentificationFormLogic.cpp:49
EnterVehicleIdentificationFormLogic()
Definition: EnterVehicleIdentificationFormLogic.cpp:26
void SetFocusVehicleIdentificationNumberLineEdit()
Definition: EnterVehicleIdentificationFormLogic.cpp:59
void SetTextVehicleIdentificationNumberLineEdit(const QString &text)
Definition: EnterVehicleIdentificationFormLogic.cpp:44
Definition: EnterVehicleIdentificationFormLogic.cpp:7
virtual ~EnterVehicleIdentificationFormLogic()
Definition: EnterVehicleIdentificationFormLogic.cpp:34
void SetTextVehicleIdentificationNumberLabel(const QString &text)
Definition: EnterVehicleIdentificationFormLogic.cpp:39
void SelectAllVehicleIdentificationNumberLineEdit()
Definition: EnterVehicleIdentificationFormLogic.cpp:54