This class is used to link the timer signals of the ui manager to the corresponding callback functions. More...
#include "aWindowManagerTimerSignalLinker.h"
Public Types | |
enum | timerType { progressShow , progressHide , statusLabelShow , statusLabelHide , showWindow } |
Discribes the type of the timer linked with this signal linker. More... | |
Public Member Functions | |
aWindowManagerTimerSignalLinker (aWindowManager *_uiManager) | |
Constructor. | |
~aWindowManagerTimerSignalLinker () | |
Deconstructor. | |
void | addLink (QTimer *_timer, timerType _timerType) |
Will link the signals of the timer provided. | |
This class is used to link the timer signals of the ui manager to the corresponding callback functions.
ak::aWindowManagerTimerSignalLinker::aWindowManagerTimerSignalLinker | ( | aWindowManager * | _uiManager | ) |
Constructor.
_uiManager | The UI manager using this singal linker |
ak::aWindowManagerTimerSignalLinker::~aWindowManagerTimerSignalLinker | ( | ) |
Deconstructor.
void ak::aWindowManagerTimerSignalLinker::addLink | ( | QTimer * | _timer, |
timerType | _timerType ) |
Will link the signals of the timer provided.
_timer | The timer to connect the signals of |
_timerType | The timer type of the timer to connect the singals of |