Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CGUIClock Class Reference

CGUIClock. More...

#include <GUIClock.h>

List of all members.

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


Detailed Description

CGUIClock.

Description: Class represents a LCD clock widget.

Limitations: NONE


Constructor & Destructor Documentation

CGUIClock::CGUIClock QWidget *  pParent = NULL,
const int8 *  name = NULL
 

CGUIClock.

Description: Class constructor

Parameters:
pParent is the parent widget of this class.
name is the name of this widget.
Limitations: NONE

CGUIClock::~CGUIClock  ) 
 

~CGUIClock

Description: Class deconstructor

Limitations: NONE


Member Function Documentation

void CGUIClock::Reset uint32  duration  )  [slot]
 

Reset.

Description: Resets the timer with the new time.

Parameters:
duration is the new time duration.
Returns:
void
Limitations: NONE

void CGUIClock::Reset  )  [slot]
 

Reset.

Description: Reset the timer

Returns:
void
Limitations: NONE

void CGUIClock::Start  )  [slot]
 

Start.

Description: Starts the clock

Returns:
void
Limitations: NONE

void CGUIClock::Stop  )  [slot]
 

Stop.

Description: Stops the clock.

Returns:
void
Limitations: NONE

void CGUIClock::timerEvent QTimerEvent *   )  [protected]
 

timerEvent

Description: Called when the timer event is fired.

Returns:
void
Limitations: NONE


The documentation for this class was generated from the following files:
Copyright (c) 2005 Matt Bruns, Pat Hammond, Kevin Markussen, Travis Service, Brain Shaver

SourceForge.net Logo