#include <map>#include "../paradialog.h"Include dependency graph for messagedialog.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | MessageDialog |
Functions | |
| int | new_choice_dlg (const ASCString &title, const ASCString &leftButton, const ASCString &rightButton) |
| int | new_choice_dlg (const ASCString &title, const ASCString &shortTitle, const ASCString &leftButton, const ASCString &rightButton, bool &saveResult) |
| PG_Rect | calcMessageBoxSize (const ASCString &message) |
| PG_Rect calcMessageBoxSize | ( | const ASCString & | message | ) |
Definition at line 190 of file messagedialog.cpp.
Referenced by errorMessageDialog(), infoMessageDialog(), new_choice_dlg(), PG_StatusWindowData::PG_StatusWindowData(), and warningMessageDialog().
| int new_choice_dlg | ( | const ASCString & | title, | |
| const ASCString & | shortTitle, | |||
| const ASCString & | leftButton, | |||
| const ASCString & | rightButton, | |||
| bool & | saveResult | |||
| ) |
Definition at line 241 of file messagedialog.cpp.
References calcMessageBoxSize(), MessageDialog::EnableDefaultKeys(), MessageDialog::getTextBox(), MessageDialog::remberChoice(), and ASC_PG_Dialog::RunModal().
| int new_choice_dlg | ( | const ASCString & | title, | |
| const ASCString & | leftButton, | |||
| const ASCString & | rightButton | |||
| ) |
Definition at line 227 of file messagedialog.cpp.
References calcMessageBoxSize(), MessageDialog::EnableDefaultKeys(), MessageDialog::getTextBox(), and ASC_PG_Dialog::RunModal().
1.5.1