Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
StateDriverIdentificationLastLogin.h
Go to the documentation of this file.
1 #ifndef STATEDRIVERIDENTIFICATIONLASTLOGIN_H
2 #define STATEDRIVERIDENTIFICATIONLASTLOGIN_H
3 
5 
7 {
8  Q_OBJECT
9 public:
12 
13  virtual StateDriverIdentificationLastLogin *Clone( StorageList &inputStream );
14 
15  virtual void OnEnter();
16  virtual void OnResume();
17  virtual void OnLeave();
18 
19  virtual void OnPopUpMessageHidden();
20 
21 private slots:
22  void OnReturnPressedPasswordLineEdit();
23 
24 private:
26 
27  class DataClass;
28  QSharedPointer<DataClass> d;
29 
31 };
32 
33 #endif // STATEDRIVERIDENTIFICATIONLASTLOGIN_H
Definition: ApplicationStateManager.h:43
Definition: StateDriverIdentification.h:6
Definition: StateDriverIdentificationLastLogin.h:6
virtual void OnPopUpMessageHidden()
Definition: StateDriverIdentificationLastLogin.cpp:121
virtual ~StateDriverIdentificationLastLogin()
Definition: StateDriverIdentificationLastLogin.cpp:72
virtual void OnLeave()
Definition: StateDriverIdentificationLastLogin.cpp:116
Definition: StateDriverIdentificationLastLogin.cpp:33
virtual void OnEnter()
Definition: StateDriverIdentificationLastLogin.cpp:86
virtual void OnResume()
Definition: StateDriverIdentificationLastLogin.cpp:105
StateDriverIdentificationLastLogin(ApplicationStateManager *stateManager)
Definition: StateDriverIdentificationLastLogin.cpp:63
virtual StateDriverIdentificationLastLogin * Clone(StorageList &inputStream)
Definition: StateDriverIdentificationLastLogin.cpp:77