The Gnome Chemistry Utils
0.13.6
|
#include <gcp/docprop.h>
Public Member Functions | |
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) |
The document property dialog.
Definition at line 41 of file gcp/docprop.h.
gcp::DocPropDlg::DocPropDlg | ( | Document * | pDoc | ) |
pDoc | the document. |
Constructs a property dialog for pDoc.
virtual gcp::DocPropDlg::~DocPropDlg | ( | ) | [virtual] |
The destructor.
void gcp::DocPropDlg::OnCommentsChanged | ( | char const * | title | ) |
title | the new document comments. |
Called by the framework when the document comments changed.
void gcp::DocPropDlg::OnMailChanged | ( | char const * | title | ) |
title | the new author mail. |
Called by the framework when the author mail changed.
void gcp::DocPropDlg::OnNameChanged | ( | char const * | title | ) |
title | the new author name. |
Called by the framework when the author name changed.
void gcp::DocPropDlg::OnThemeChanged | ( | Theme * | theme | ) |
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 | ) |
title | the new document title. |
Called by the framework when the document title changed.