raDIYo 0.4
|
The SWAbstractIllumation class: Eine abstrakte Aspektkompente, welche die Beleuchtung eines Widgets steuert. More...
#include <swabstractillumination.h>
Public Member Functions | |
SWAbstractIllumination (QObject *parent=nullptr) | |
void | toggleIllumination () |
bool | isIlluminated () |
virtual void | setIllumation (bool illuminated) |
Protected Attributes | |
bool | _illuminated = false |
The SWAbstractIllumation class: Eine abstrakte Aspektkompente, welche die Beleuchtung eines Widgets steuert.
Der Aspekt der 'Illumination' ist ein Teil der Nutzeroberfläche: Komponenten wie das Maindisplay oder das Volumecontrol 'erleuchtet' animiert beim einschalten, eben wie eine Verstärker-Röhre bei historischen Radios.
Definition at line 31 of file swabstractillumination.h.
|
explicit |
Definition at line 17 of file swabstractillumination.cpp.
|
virtual |
Definition at line 23 of file swabstractillumination.cpp.
bool SWAbstractIllumination::isIlluminated | ( | ) |
Definition at line 33 of file swabstractillumination.cpp.
|
virtual |
Definition at line 39 of file swabstractillumination.cpp.
void SWAbstractIllumination::toggleIllumination | ( | ) |
Definition at line 28 of file swabstractillumination.cpp.
|
protected |
Definition at line 49 of file swabstractillumination.h.