|
Vesna
|
#include <LedNotificationBusinessLogic.h>


Classes | |
| class | DataClass |
Public Types | |
| enum | LedNotificationColor { LedNotificationColorUndefined = 0, LedNotificationColorRed = 1, LedNotificationColorYellow = 2, LedNotificationColorGreen = 3 } |
Public Member Functions | |
| LedNotificationBusinessLogic () | |
| virtual | ~LedNotificationBusinessLogic () |
| void | ShowLedNotification (LedNotificationColor color, long duration=0) |
| void | HideLedNotification () |
| void | OnSecondTick () |
Public Member Functions inherited from BusinessLogic | |
| BusinessLogic (ApplicationDefines::BusinessLogicType businessLogicType, ApplicationDefines::BusinessLogicLifeTimeType businessLogicLifeTimeType) | |
| virtual | ~BusinessLogic () |
| ApplicationDefines::BusinessLogicType | GetBusinessLogicType () const |
| ApplicationDefines::BusinessLogicLifeTimeType | GetBusinessLogicLifeTimeType () const |
Static Public Attributes | |
| static const ApplicationDefines::BusinessLogicType | mBusinessLogicType = ApplicationDefines::LedNotificationBusinessLogic |
| LedNotificationBusinessLogic::LedNotificationBusinessLogic | ( | ) |
|
virtual |
| void LedNotificationBusinessLogic::HideLedNotification | ( | ) |

| void LedNotificationBusinessLogic::OnSecondTick | ( | ) |

| void LedNotificationBusinessLogic::ShowLedNotification | ( | LedNotificationBusinessLogic::LedNotificationColor | color, |
| long | duration = 0 |
||
| ) |
|
static |
1.8.8