57 void addLink(QTimer * _timer, timerType _timerType);
60 void timerTimeoutProgressShow(
void);
61 void timerTimeoutProgressHide(
void);
62 void timerTimeoutLabelShow(
void);
63 void timerTimeoutLabelHide(
void);
64 void timerTimeoutShowWindow(
void);
73 std::vector<timer> m_links;
74 aWindowManager * m_uiManager;
#define UICORE_API_EXPORT
Definition globalDataTypes.h:20
This class is used to manage a QMainWindow It provides several functions to create and manipulate the...
Definition aWindowManager.h:55
This class is used to link the timer signals of the ui manager to the corresponding callback function...
Definition aWindowManagerTimerSignalLinker.h:32
timerType
Discribes the type of the timer linked with this signal linker.
Definition aWindowManagerTimerSignalLinker.h:37
@ statusLabelHide
Definition aWindowManagerTimerSignalLinker.h:41
@ progressHide
Definition aWindowManagerTimerSignalLinker.h:39
@ progressShow
Definition aWindowManagerTimerSignalLinker.h:38
@ statusLabelShow
Definition aWindowManagerTimerSignalLinker.h:40