#include <gcp/zoomdlg.h>
Public Member Functions |
| ZoomDlg (gcp::Document *pDoc) |
virtual | ~ZoomDlg () |
void | OnFocusIn () |
| 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) |
Additional Inherited Members |
bool | GetNumber (GtkEntry *Entry, double *x, CheckType c=NoCheck, double min=0, double max=0) |
GtkWindow * | dialog |
Detailed Description
The zoom level dialog.
Definition at line 39 of file zoomdlg.h.
Constructor & Destructor Documentation
- Parameters
-
pDoc | the document to zoom. |
Constructs a dialog to change the zoom level for pDoc.
virtual gcp::ZoomDlg::~ZoomDlg |
( |
| ) |
|
|
virtual |
Member Function Documentation
void gcp::ZoomDlg::OnFocusIn |
( |
| ) |
|
Called by the framework when the dialog gets the focus and update the zoom level which might have changed.
The documentation for this class was generated from the following file: