Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Macros | Variables
PopUpMessageWidget.cpp File Reference
#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"
Include dependency graph for PopUpMessageWidget.cpp:

Classes

class  PopUpMessageWidget::DataClass
 

Macros

#define __USE_LOG__
 
#define TOP_MARGIN_WHEN_TITLE_HIDDEN   10
 

Variables

const QString POPUP_MESSAGE_WIDGET_NAME = "PopUpMessageWidget"
 
const QString POPUP_MESSAGE_TYPE_PROPERTY_NAME = "type"
 
const QString POPUP_MESSAGE_TYPE_INFO = "info"
 
const QString POPUP_MESSAGE_TYPE_NOTICE = "notice"
 
const QString POPUP_MESSAGE_TYPE_WARNING = "warning"
 
const QString POPUP_MESSAGE_TYPE_ERROR = "error"
 
const QString POPUP_MESSAGE_TYPE_QUESTION = "question"
 
const QString POPUP_MESSAGE_TYPE_VALID = "valid"
 
const QString POPUP_MESSAGE_TYPE_INVALID_INFORMATION = "invalid_information"
 
const QString POPUP_MESSAGE_TYPE_INVALID_WARNING = "invalid_warning"
 
const QString POPUP_MESSAGE_TYPE_INVALID_ERROR = "invalid_error"
 
const QString POPUP_MESSAGE_COLUMN_PROPERTY = "isPopupMessageColumn"
 
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_ICON_ERROR = ":/img/Ikona-device_broken-40px.png"
 
const QStringList MessageTypeStrings { POPUP_MESSAGE_TYPE_INFO, POPUP_MESSAGE_TYPE_NOTICE, POPUP_MESSAGE_TYPE_WARNING, POPUP_MESSAGE_TYPE_ERROR, POPUP_MESSAGE_TYPE_QUESTION, POPUP_MESSAGE_TYPE_VALID, POPUP_MESSAGE_TYPE_INVALID_INFORMATION, POPUP_MESSAGE_TYPE_INVALID_WARNING, POPUP_MESSAGE_TYPE_INVALID_ERROR }
 

Macro Definition Documentation

#define __USE_LOG__
#define TOP_MARGIN_WHEN_TITLE_HIDDEN   10

Variable Documentation

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"