The ClockWidget class draws the Clock Sessions.
More...
#include <clockwidget.h>
|
|
void | process_update_invokation (QTime clockTime) |
| | timeout hooks of the internal_updater
|
| |
|
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.
|
| |
| | 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
|
| |
| 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() [1/2]
| ClockWidget::ClockWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Construct a new Clock Widget object.
- Parameters
-
◆ ClockWidget() [2/2]
| ClockWidget::ClockWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Construct a new Clock Widget object.
- Parameters
-
◆ paintEvent() [1/2]
| void ClockWidget::paintEvent |
( |
QPaintEvent * |
_paintEvent | ) |
|
|
overrideprotected |
paintEvent the event everytime mainWidgets hopes to draw
- Parameters
-
| _paintEvent | the event handle posts from the parent |
◆ paintEvent() [2/2]
| void ClockWidget::paintEvent |
( |
QPaintEvent * |
_paintEvent | ) |
|
|
overrideprotected |
paintEvent the event everytime mainWidgets hopes to draw
- Parameters
-
| _paintEvent | the event handle posts from the parent |
◆ sizeHint() [1/2]
| QSize ClockWidget::sizeHint |
( |
| ) |
const |
|
overrideprotected |
sizeHint provides the size hint for the clock widget
- Returns
- yet the size :)
◆ sizeHint() [2/2]
| 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:
- builtin/app/AlarmyClock/builtin/ui/clockwidget.h
- builtin/ui/clockwidget.h
- builtin/app/AlarmyClock/builtin/ui/clockwidget.cpp
- builtin/ui/clockwidget.cpp