#include <gcp/newfiledlg.h>
Public Member Functions | |
NewFileDlg (Application *App) | |
virtual | ~NewFileDlg () |
bool | Apply () |
void | OnThemeNamesChanged () |
The dialog class for creating new files with a given theme.
Definition at line 40 of file newfiledlg.h.
gcp::NewFileDlg::NewFileDlg | ( | Application * | App | ) |
App | the application which will own the new file. |
virtual gcp::NewFileDlg::~NewFileDlg | ( | ) | [virtual] |
The destructor.
bool gcp::NewFileDlg::Apply | ( | ) | [virtual] |
Called by the framework when the user validates its choice, and creates the new file.
Reimplemented from gcu::Dialog.
void gcp::NewFileDlg::OnThemeNamesChanged | ( | ) |
Called by the framework when the theme names have changed, which might happen if the user edits the preference when this dialog is opened.