Public Slots | |
void | lightMax () |
void | lightOn () |
void | lightOff () |
void | lightBlink () |
void | lightMin () |
Signals | |
void | printStatus (QString status) |
Public Member Functions | |
LightWrapper (QObject *parent=0) | |
~LightWrapper () | |
void | display (QString status) |
LightWrapper class is a wrapper around the private implementation of the lightAppPrivate.
Definition at line 48 of file lightwrapper.h.
LightWrapper::LightWrapper | ( | QObject * | parent = 0 |
) | [explicit] |
Constructor for the LightWrapper class.
Definition at line 48 of file lightwrapper.cpp.
LightWrapper::~LightWrapper | ( | ) |
Destructor for the LightWrapper class.
Definition at line 59 of file lightwrapper.cpp.
void LightWrapper::display | ( | QString | status | ) |
Display function is used to display the status of the primary display by emiting a printStatus signal.
Definition at line 107 of file lightwrapper.cpp.
void LightWrapper::lightMax | ( | ) | [slot] |
LightMax function is used to set the primary display intensity to Maximum.
Definition at line 67 of file lightwrapper.cpp.
void LightWrapper::lightOn | ( | ) | [slot] |
LightOn function is used to set the primary display to default intensity.
Definition at line 91 of file lightwrapper.cpp.
void LightWrapper::lightOff | ( | ) | [slot] |
LightOff function is used to set turn off the primary display light.
Definition at line 75 of file lightwrapper.cpp.
void LightWrapper::lightBlink | ( | ) | [slot] |
LightBlink function is used to blink the primary display intensity.
Definition at line 83 of file lightwrapper.cpp.
void LightWrapper::lightMin | ( | ) | [slot] |
LightMin function is used to set the primary display to minimum intensity.
Definition at line 99 of file lightwrapper.cpp.