#include <pgrichedit.h>#include "../global.h"#include "../widgets/textrenderer.h"#include "messagedialog.h"Include dependency graph for messagedialog.cpp:

Go to the source code of this file.
Functions | |
| PG_Rect | calcMessageBoxSize (const ASCString &message) |
| void | errorMessageDialog (const ASCString &message) |
| void | warningMessageDialog (const ASCString &message) |
| void | infoMessageDialog (const ASCString &message) |
| int | new_choice_dlg (const ASCString &title, const ASCString &leftButton, const ASCString &rightButton) |
|
|
Definition at line 150 of file messagedialog.cpp. Referenced by errorMessageDialog(), infoMessageDialog(), new_choice_dlg(), PG_StatusWindowData::PG_StatusWindowData(), and warningMessageDialog(). |
|
|
Definition at line 162 of file messagedialog.cpp. References calcMessageBoxSize(), PG_Label::CENTER, ASC_PG_Dialog::RunModal(), and PG_Widget::Show(). |
|
|
Definition at line 178 of file messagedialog.cpp. References calcMessageBoxSize(), ASC_PG_Dialog::RunModal(), and PG_Widget::Show(). |
|
||||||||||||||||
|
Definition at line 187 of file messagedialog.cpp. References calcMessageBoxSize(), PG_Label::CENTER, MessageDialog::EnableDefaultKeys(), MessageDialog::getTextBox(), ASC_PG_Dialog::RunModal(), and PG_Widget::Show(). Referenced by choice_dlg(). |
|
|
Definition at line 170 of file messagedialog.cpp. References calcMessageBoxSize(), PG_Label::CENTER, ASC_PG_Dialog::RunModal(), and PG_Widget::Show(). |
1.4.2