#include <led.h>
Public Member Functions | |
| bool | getState () |
| long int | getTimeMarker () |
| void | initiate (QLabel &led) |
| Led () | |
| void | setTimeMarker (long int val) |
| void | turnOff () |
| void | turnOn () |
Private Attributes | |
| QLabel * | _ledHandle |
| bool | _state |
| long int | _timeMarker |
| bool Led::getState | ( | ) |
| long int Led::getTimeMarker | ( | ) |
| void Led::initiate | ( | QLabel & | led | ) |
| void Led::setTimeMarker | ( | long int | val | ) |
| void Led::turnOff | ( | ) |
| void Led::turnOn | ( | ) |
QLabel* Led::_ledHandle [private] |
bool Led::_state [private] |
long int Led::_timeMarker [private] |