#include <gre/dlgviewzoom.h>
Inheritance diagram for GRE::DLG_VIEWZOOM:

Public Member Functions | |
| DLG_VIEWZOOM (GRE_VIEW *view) | |
| ~DLG_VIEWZOOM () | |
Private Member Functions | |
| void | CheckEnableApply () |
| bool | GetCenter (DPOINT2D ¢er) |
| void | OnCmdRefSys () |
| void | OnComboZoomTo () |
| void | OnComboZoomUnits () |
| void | UpdateControls () |
| void | UpdateTitle () |
| void | UpdateZoomControls () |
| virtual ERRVALUE | v_CreateContent () |
| virtual void | v_OnApply () |
Private Attributes | |
| MGUI::FORM_BUTTONTEXT_T< DLG_VIEWZOOM > | m_BtxCenterRefSys |
| MGUI::FORM_COMBOBOX | m_CbxGroup |
| MGUI::FORM_COMBOBOX_T< DLG_VIEWZOOM > | m_CbxZoomTo |
| MGUI::CTRL_COMBOBOX_T< DLG_VIEWZOOM > | m_CbxZoomUnits |
| SPATREF::COORDOP_ZONED | m_CoordOpZoned |
| SPATREF::COORDREFSYS | m_CoordRefSys |
| MGUI::FORM_EDIT_STRING_T< DLG_VIEWZOOM > | m_EditCenterMGRS |
| MGUI::FORM_EDIT_NUMBER_T< DLG_VIEWZOOM > | m_EditCenterX |
| MGUI::FORM_EDIT_NUMBER_T< DLG_VIEWZOOM > | m_EditCenterY |
| MGUI::FORM_EDIT_NUMBER_T< DLG_VIEWZOOM > | m_EditZoom |
| MGUI::CTRL_GROUPBOX | m_GbxCenter |
| GRE_VIEW * | m_view |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Create dialog shell contents. Derived class MUST implement this. Function must return 0 for success or an error code. This will be called by the dialog creation code and must not be called directly. This is normally overridden only by the specific dialog implementation and not by the code that actually uses that dialog implementation. Implementation should call GetMainForm() or GetMainPane() to determine the form or pane to create the controls in. Note that you cannot override the dialog title in v_CreateContent, title must be set first. Implements MGUI::DLGSHELL. |
|
|
Called when user presses 'Apply' button. Will also be called by default v_OnOK implementation if 'Apply' button exists and is not disabled. Reimplemented from MGUI::DLGSHELL. |
|
|
Definition at line 58 of file dlgviewzoom.h. |
|
|
Definition at line 53 of file dlgviewzoom.h. |
|
|
Definition at line 54 of file dlgviewzoom.h. |
|
|
Definition at line 56 of file dlgviewzoom.h. |
|
|
Definition at line 52 of file dlgviewzoom.h. |
|
|
Definition at line 51 of file dlgviewzoom.h. |
|
|
Definition at line 59 of file dlgviewzoom.h. |
|
|
Definition at line 61 of file dlgviewzoom.h. |
|
|
Definition at line 60 of file dlgviewzoom.h. |
|
|
Definition at line 55 of file dlgviewzoom.h. |
|
|
Definition at line 57 of file dlgviewzoom.h. |
|
|
Definition at line 50 of file dlgviewzoom.h. |
1.3.8-20040913