#include <gcp/zoomdlg.h>
Public Member Functions | |
| ZoomDlg (gcp::Document *pDoc) | |
| virtual | ~ZoomDlg () |
| void | OnFocusIn () |
The zoom level dialog.
Definition at line 39 of file zoomdlg.h.
| gcp::ZoomDlg::ZoomDlg | ( | gcp::Document * | pDoc | ) |
| pDoc | the document to zoom. |
Constructs a dialog to change the zoom level for pDoc.
| virtual gcp::ZoomDlg::~ZoomDlg | ( | ) | [virtual] |
The destructor.
| void gcp::ZoomDlg::OnFocusIn | ( | ) |
Called by the framework when the dialog gets the focus and update the zoom level which might have changed.
1.7.1