#include "global.h"
#include <sigc++/sigc++.h>
#include <paragui.h>
#include <pgapplication.h>
#include <pgmessagebox.h>
#include <pgdropdown.h>
#include <pgcolor.h>
#include "pgbutton.h"
#include "pgwidgetlist.h"
#include "pglabel.h"
#include "pgwindow.h"
#include "pgscrollbar.h"
#include "pgradiobutton.h"
#include "pgthemewidget.h"
#include "pgcheckbutton.h"
#include "pgslider.h"
#include "pglistbox.h"
#include "pgpropertyeditor.h"
#include "sdl/graphics.h"
#include "ascstring.h"
#include "textfile_evaluation.h"
#include "graphics/drawing.h"
#include "messaginghub.h"
Include dependency graph for paradialog.h:

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

Go to the source code of this file.
Functions | |
| ASC_PG_App & | getPGApplication () |
| pair< int, int > | new_chooseString (const ASCString &title, const vector< ASCString > &entries, const vector< ASCString > &buttons, int defaultEntry=-1) |
| bool | MultiLineEditor (const ASCString &title, ASCString &textToEdit) |
| ASCString | editString2 (const ASCString &title, const ASCString &defaultValue="") |
| uses the new dialog engine | |
Definition in file paradialog.h.
|
||||||||||||
|
uses the new dialog engine
Definition at line 737 of file paradialog.cpp. References StringEditor::GetEditedText(), ASC_PG_Dialog::RunModal(), and PG_Widget::Show(). |
|
|
||||||||||||
|
Definition at line 675 of file paradialog.cpp. References MultiLineEditorDialog::GetEditedText(), ASC_PG_Dialog::RunModal(), and PG_Widget::Show(). Referenced by DisplayImmediateMessage::setup(). |
|
||||||||||||||||||||
|
Definition at line 651 of file paradialog.cpp. References NewStringChooser::getButton(), NewStringChooser::getItem(), ASC_PG_Dialog::RunModal(), and PG_Widget::Show(). Referenced by chooseString(). |
1.4.2