#include <WindowManager.h>
| WindowManager::WindowManager |
( |
| ) |
|
| WindowManager::~WindowManager |
( |
| ) |
|
|
virtual |
| void WindowManager::Boot |
( |
| ) |
|
| void WindowManager::ClearTextPanelActionLabel |
( |
| ) |
|
| long WindowManager::CreateToastMessage |
( |
const QString & |
text, |
|
|
bool |
infiniteTimeDuration = false |
|
) |
| |
CreateToastMessage - create and show Toast popup message (partially transparent, not clickable popup message) with default time duration.
- Parameters
-
| text | - content of a message |
| infiniteTimeDuration | - true = message will have infinite time duration; false = message will have default time duration |
- Note
- messages with infiniteTimeDuration have to be hidden by calling HideMessage(long id)
- Returns
- ID of created message
| void WindowManager::HideActiveHideOnTouchOrEscapePopUps |
( |
| ) |
|
| bool WindowManager::HideToastMessage |
( |
const long |
messageId | ) |
|
HideToastMessage - hides message with specified ID.
- Parameters
-
- Returns
- true if message was successfully hidden, false otherwise
| void WindowManager::OnActionButtonClicked |
( |
| ) |
|
|
signal |
| void WindowManager::OnCameraIconClicked |
( |
| ) |
|
|
signal |
| void WindowManager::OnDeviceStatusIconClicked |
( |
| ) |
|
|
signal |
| void WindowManager::OnGPSStatusIconClicked |
( |
| ) |
|
|
signal |
| void WindowManager::OnInformationButtonClicked |
( |
| ) |
|
|
signal |
| void WindowManager::OnMessageIconClicked |
( |
| ) |
|
|
signal |
| void WindowManager::OnSecondTick |
( |
| ) |
|
| void WindowManager::RefreshConnectionIcons |
( |
| ) |
|
| void WindowManager::Retranslate |
( |
| ) |
|
| void WindowManager::SetAllInformationIconsDefaultStatus |
( |
| ) |
|
| void WindowManager::SetBackIconPanelActionButton |
( |
| ) |
|
| void WindowManager::SetDefaultIconPanelActionButton |
( |
| ) |
|
| void WindowManager::SetDriverNumberToPanelActionLabel |
( |
const QString & |
text | ) |
|
| void WindowManager::SetEnabledActionButton |
( |
const bool & |
enabled | ) |
|
| void WindowManager::SetIconPanelActionButton |
( |
const QString & |
iconFileName | ) |
|
| void WindowManager::SetRestartIconPanelActionButton |
( |
| ) |
|
| void WindowManager::SetTextPanelActionLabel |
( |
const QString & |
text | ) |
|
| void WindowManager::Start |
( |
| ) |
|
| const long WindowManager::TOAST_MESSAGE_ID_UNDEFINED = -1 |
|
static |
The documentation for this class was generated from the following files: