|
Vesna
|
#include "PopUpMessageWidget.h"#include <QGestureEvent>#include <QKeyEvent>#include <QMouseEvent>#include <QPainter>#include <QPushButton>#include <QStyle>#include "businesslogic/menu/PopUpMessageButtonHandler.h"#include "core/ApplicationDefines.h"#include "ui/QApplicationWrapper.h"#include "ui/UiDefines.h"#include "ui/logic/GeneralFormLogic.h"#include "ui_PopUpMessageWidget.h"#include <ui/components/MessageTextLabel.h>#include "core/common/CustomEvent.h"#include "core/common/eqtcompatible.h"#include "applicationtexts/textCommon.h"#include "applicationtexts/textOBC.h"#include "core/log/emlog.h"
Classes | |
| class | PopUpMessageWidget::DataClass |
Macros | |
| #define | __USE_LOG__ |
| #define | TOP_MARGIN_WHEN_TITLE_HIDDEN 10 |
| #define __USE_LOG__ |
| #define TOP_MARGIN_WHEN_TITLE_HIDDEN 10 |
| const QString POPUP_MESSAGE_COLUMN_PROPERTY = "isPopupMessageColumn" |
| const QString POPUP_MESSAGE_ICON_ERROR = ":/img/Ikona-device_broken-40px.png" |
| const QString POPUP_MESSAGE_ICON_OK = ":/img/Ikona-device_check-40px.png" |
| const QString POPUP_MESSAGE_ICON_WARNING = ":/img/Ikona-alert-40px.png" |
| const QString POPUP_MESSAGE_TYPE_ERROR = "error" |
| const QString POPUP_MESSAGE_TYPE_INFO = "info" |
| const QString POPUP_MESSAGE_TYPE_INVALID_ERROR = "invalid_error" |
| const QString POPUP_MESSAGE_TYPE_INVALID_INFORMATION = "invalid_information" |
| const QString POPUP_MESSAGE_TYPE_INVALID_WARNING = "invalid_warning" |
| const QString POPUP_MESSAGE_TYPE_NOTICE = "notice" |
| const QString POPUP_MESSAGE_TYPE_PROPERTY_NAME = "type" |
| const QString POPUP_MESSAGE_TYPE_QUESTION = "question" |
| const QString POPUP_MESSAGE_TYPE_VALID = "valid" |
| const QString POPUP_MESSAGE_TYPE_WARNING = "warning" |
| const QString POPUP_MESSAGE_WIDGET_NAME = "PopUpMessageWidget" |
1.8.8