#include <GUIClock.h>
Public Slots | |
void | Reset () |
Reset. | |
void | Reset (uint32 duration) |
Reset. | |
void | Start () |
Start. | |
void | Stop () |
Stop. | |
Public Member Functions | |
CGUIClock (QWidget *pParent=NULL, const int8 *name=NULL) | |
CGUIClock. | |
~CGUIClock () | |
~CGUIClock | |
Protected Member Functions | |
void | timerEvent (QTimerEvent *) |
timerEvent |
Description: Class represents a LCD clock widget.
Limitations: NONE
|
CGUIClock. Description: Class constructor
|
|
~CGUIClock Description: Class deconstructor Limitations: NONE |
|
Reset. Description: Resets the timer with the new time.
|
|
Reset. Description: Reset the timer
|
|
Start. Description: Starts the clock
|
|
Stop. Description: Stops the clock.
|
|
timerEvent Description: Called when the timer event is fired.
|