libkdegames
KGameLCDClock Class Reference
#include <KGameLCD>
Inheritance diagram for KGameLCDClock:

Detailed Description
This class is a digital clock widget.It has a maximum duration of 3599 seconds (one hour) and it gets updated every second.
Definition at line 126 of file kgamelcd.h.
Public Slots | |
| virtual void | reset () |
| virtual void | start () |
| virtual void | stop () |
Public Member Functions | |
| KGameLCDClock (QWidget *parent=0) | |
| QString | pretty () const |
| uint | seconds () const |
| void | setTime (const QString &s) |
| void | setTime (uint seconds) |
| ~KGameLCDClock () | |
Protected Slots | |
| virtual void | timeoutClock () |
Constructor & Destructor Documentation
| KGameLCDClock::KGameLCDClock | ( | QWidget * | parent = 0 |
) |
Definition at line 114 of file kgamelcd.cpp.
| KGameLCDClock::~KGameLCDClock | ( | ) |
Definition at line 121 of file kgamelcd.cpp.
Member Function Documentation
| QString KGameLCDClock::pretty | ( | ) | const |
| void KGameLCDClock::reset | ( | ) | [virtual, slot] |
| uint KGameLCDClock::seconds | ( | ) | const |
| void KGameLCDClock::setTime | ( | const QString & | s | ) |
| void KGameLCDClock::setTime | ( | uint | seconds | ) |
| void KGameLCDClock::start | ( | ) | [virtual, slot] |
| void KGameLCDClock::stop | ( | ) | [virtual, slot] |
| void KGameLCDClock::timeoutClock | ( | ) | [protected, virtual, slot] |
Definition at line 124 of file kgamelcd.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference