#include <gcp/newfiledlg.h>
Public Member Functions | |
NewFileDlg (Application *App) | |
virtual | ~NewFileDlg () |
bool | Apply () |
void | OnThemeNamesChanged () |
void | SetTheme (Theme *val) |
Theme * | GetTheme (void) const |
Theme *& | GetRefTheme (void) |
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.
gcp::NewFileDlg::GetRefTheme | ( | void | ) | [inline] |
gcp::NewFileDlg::GetTheme | ( | void | ) | const [inline] |
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.
gcp::NewFileDlg::SetTheme | ( | Theme * | theme | ) | [inline] |
theme | the newly selected theme. |
Definition at line 80 of file newfiledlg.h.