CCIMXDesktop
 
Loading...
Searching...
No Matches
ClockWidget Class Reference

The ClockWidget class draws the Clock Sessions. More...

#include <clockwidget.h>

Inheritance diagram for ClockWidget:

Public Slots

void process_update_invokation (QTime clockTime)
 timeout hooks of the internal_updater
 

Public Member Functions

 ClockWidget (QWidget *parent=nullptr)
 Construct a new Clock Widget object.
 
 ~ClockWidget ()
 Destroy the Clock Widget object.
 

Protected Member Functions

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
 

Detailed Description

The ClockWidget class draws the Clock Sessions.

Constructor & Destructor Documentation

◆ ClockWidget()

ClockWidget::ClockWidget ( QWidget *  parent = nullptr)
explicit

Construct a new Clock Widget object.

Parameters
parent

Member Function Documentation

◆ paintEvent()

void ClockWidget::paintEvent ( QPaintEvent *  _paintEvent)
overrideprotected

paintEvent the event everytime mainWidgets hopes to draw

Parameters
_paintEventthe 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: