The ClockWidget class draws the Clock Sessions.
More...
#include <clockwidget.h>
|
void | process_update_invokation (QTime clockTime) |
| timeout hooks of the internal_updater
|
|
|
| ClockWidget (QWidget *parent=nullptr) |
| Construct a new Clock Widget object.
|
|
| ~ClockWidget () |
| Destroy the Clock Widget object.
|
|
|
void | paintEvent (QPaintEvent *_paintEvent) override |
| paintEvent the event everytime mainWidgets hopes to draw
|
|
QSize | sizeHint () const override |
| sizeHint provides the size hint for the clock widget
|
|
The ClockWidget class draws the Clock Sessions.
◆ ClockWidget()
ClockWidget::ClockWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Construct a new Clock Widget object.
- Parameters
-
◆ paintEvent()
void ClockWidget::paintEvent |
( |
QPaintEvent * |
_paintEvent | ) |
|
|
overrideprotected |
paintEvent the event everytime mainWidgets hopes to draw
- Parameters
-
_paintEvent | the event handle posts from the parent |
◆ sizeHint()
QSize ClockWidget::sizeHint |
( |
| ) |
const |
|
overrideprotected |
sizeHint provides the size hint for the clock widget
- Returns
- yet the size :)
The documentation for this class was generated from the following files: