#include <alertDialog.h>
Inheritance diagram for AlertDialog:
Definition at line 31 of file alertDialog.h.
Public Member Functions | |
AlertDialog (QString message, QString description, QString alertIconName, QWidget *parent=0, const char *name=0) | |
Basic constructor. | |
~AlertDialog () | |
Destructor. | |
Private Attributes | |
QGridLayout * | gridTop |
Grids objects placed in. | |
QGridLayout * | gridBottom |
Grids objects placed in. | |
QGridLayout * | gridFull |
Grids objects placed in. | |
QLabel * | alertText |
Message displayed in window. | |
QTextEdit * | descriptionText |
Description displayed in window. | |
QPushButton * | okButton |
Ok button. | |
QPixmap * | alertIcon |
Alert icon. | |
QLabel * | alertIconLabel |
Label which shows alert icon. | |
QFrame * | topFrame |
Top and bottom frames. | |
QFrame * | bottomFrame |
Top and bottom frames. |
|
Basic constructor.
Definition at line 25 of file alertDialog.cpp. References AlertDialog(), alertIcon, alertIconLabel, alertText, bottomFrame, descriptionText, gridBottom, gridFull, gridTop, IMAGE_PATH, okButton, topFrame, and WIDGET_SPACING. Referenced by AlertDialog().
|
|
Destructor.
Definition at line 89 of file alertDialog.cpp. References alertIcon.
|
|
Alert icon.
Definition at line 60 of file alertDialog.h. Referenced by AlertDialog(), and ~AlertDialog(). |
|
Label which shows alert icon.
Definition at line 63 of file alertDialog.h. Referenced by AlertDialog(). |
|
Message displayed in window.
Definition at line 51 of file alertDialog.h. Referenced by AlertDialog(). |
|
Top and bottom frames.
Definition at line 66 of file alertDialog.h. Referenced by AlertDialog(). |
|
Description displayed in window.
Definition at line 54 of file alertDialog.h. Referenced by AlertDialog(). |
|
Grids objects placed in.
Definition at line 48 of file alertDialog.h. Referenced by AlertDialog(). |
|
Grids objects placed in.
Definition at line 48 of file alertDialog.h. Referenced by AlertDialog(). |
|
Grids objects placed in.
Definition at line 48 of file alertDialog.h. Referenced by AlertDialog(). |
|
Ok button.
Definition at line 57 of file alertDialog.h. Referenced by AlertDialog(). |
|
Top and bottom frames.
Definition at line 66 of file alertDialog.h. Referenced by AlertDialog(). |