![]() |
VR-Forces 4.10 Class Documentation
|
A basic analog clock control. More...

Public Member Functions | |
| DtAnalogClock (QWidget *parent=0) | |
| CTOR. More... | |
| virtual | ~DtAnalogClock () |
| DTOR. More... | |
| virtual void | setTime (QTime time) |
| Set the time the clock will display. More... | |
Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *event) |
| Override paint event to draw widget. More... | |
Protected Attributes | |
| QTime | myTime |
A basic analog clock control.
| makVrv::DtAnalogClock::DtAnalogClock | ( | QWidget * | parent = 0 | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Set the time the clock will display.
This will cause the widget to redraw.
|
protectedvirtual |
Override paint event to draw widget.
|
protected |