OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ak::aWindowManagerTimerSignalLinker Class Reference

This class is used to link the timer signals of the ui manager to the corresponding callback functions. More...

#include "aWindowManagerTimerSignalLinker.h"

Inheritance diagram for ak::aWindowManagerTimerSignalLinker:

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.
 

Detailed Description

This class is used to link the timer signals of the ui manager to the corresponding callback functions.

Member Enumeration Documentation

◆ timerType

Discribes the type of the timer linked with this signal linker.

Enumerator
progressShow 
progressHide 
statusLabelShow 
statusLabelHide 
showWindow 

Constructor & Destructor Documentation

◆ aWindowManagerTimerSignalLinker()

ak::aWindowManagerTimerSignalLinker::aWindowManagerTimerSignalLinker ( aWindowManager * _uiManager)

Constructor.

Parameters
_uiManagerThe UI manager using this singal linker

◆ ~aWindowManagerTimerSignalLinker()

ak::aWindowManagerTimerSignalLinker::~aWindowManagerTimerSignalLinker ( )

Deconstructor.

Member Function Documentation

◆ addLink()

void ak::aWindowManagerTimerSignalLinker::addLink ( QTimer * _timer,
timerType _timerType )

Will link the signals of the timer provided.

Parameters
_timerThe timer to connect the signals of
_timerTypeThe timer type of the timer to connect the singals of

The documentation for this class was generated from the following files: