#include <gcp/docprop.h>
|
| DocPropDlg (Document *pDoc) |
|
virtual | ~DocPropDlg () |
|
void | OnThemeNamesChanged () |
|
void | OnThemeChanged (Theme *theme) |
|
void | OnTitleChanged (char const *title) |
|
void | OnNameChanged (char const *title) |
|
void | OnMailChanged (char const *title) |
|
void | OnCommentsChanged (char const *title) |
|
| Dialog (Application *App, char const *filename, const char *windowname, char const *domainname, gcu::DialogOwner *owner=NULL, void(*extra_destroy)(gpointer)=NULL, gpointer data=NULL) throw (std::runtime_error) |
|
virtual | ~Dialog () |
|
virtual void | Destroy () |
|
virtual bool | Apply () |
|
virtual void | Closed () |
|
GtkWindow * | GetWindow () |
|
void | Present () |
|
void | SetTransientFor (GtkWindow *window) |
|
| UIBuilder (char const *filename, char const *domain) throw (std::runtime_error) |
|
virtual | ~UIBuilder () |
|
GtkWidget * | GetWidget (char const *wname) |
|
GtkWidget * | GetRefdWidget (char const *wname) |
|
GObject * | GetObject (char const *name) |
|
GtkBuilder * | GetBuilder (void) const |
|
| Dialog (Application *App, const char *windowname, DialogOwner *owner=NULL) throw (std::runtime_error) |
|
void | SetRealName (char const *name, DialogOwner *owner) throw (std::runtime_error) |
|
std::string & | GetWindowName () |
|
Application * | GetApp (void) |
|
The document property dialog.
Definition at line 41 of file gcp/docprop.h.
gcp::DocPropDlg::DocPropDlg |
( |
Document * |
pDoc | ) |
|
- Parameters
-
Constructs a property dialog for pDoc.
virtual gcp::DocPropDlg::~DocPropDlg |
( |
| ) |
|
|
virtual |
void gcp::DocPropDlg::OnCommentsChanged |
( |
char const * |
title | ) |
|
- Parameters
-
title | the new document comments. |
Called by the framework when the document comments changed.
void gcp::DocPropDlg::OnMailChanged |
( |
char const * |
title | ) |
|
- Parameters
-
title | the new author mail. |
Called by the framework when the author mail changed.
void gcp::DocPropDlg::OnNameChanged |
( |
char const * |
title | ) |
|
- Parameters
-
title | the new author name. |
Called by the framework when the author name changed.
void gcp::DocPropDlg::OnThemeChanged |
( |
Theme * |
theme | ) |
|
- Parameters
-
theme | the new document theme. |
Called by the framework when the theme changed.
void gcp::DocPropDlg::OnThemeNamesChanged |
( |
| ) |
|
Called by the framework to update themes names.
void gcp::DocPropDlg::OnTitleChanged |
( |
char const * |
title | ) |
|
- Parameters
-
title | the new document title. |
Called by the framework when the document title changed.
The documentation for this class was generated from the following file: