backlighty controller More...
#include <BacklightController.h>
Public Member Functions | |
Q_DISABLE_COPY_MOVE (BacklightController) | |
Disable copy move. | |
BacklightController () | |
Construct a new Backlight Controller object. | |
int | max_level () |
max level light | |
int | min_level () |
min level light | |
void | setLightLevel (int lightLevel) |
Set the Light Level object. | |
int | lightLevel () |
get the light level | |
backlighty controller
int BacklightController::lightLevel | ( | ) |
get the light level
int BacklightController::max_level | ( | ) |
max level light
int BacklightController::min_level | ( | ) |
min level light
void BacklightController::setLightLevel | ( | int | lightLevel | ) |
Set the Light Level object.
lightLevel |