Classes |
| class | FORM_PLACES |
| | Form consisting of label and string edit field. More...
|
| class | FORM_VIEW |
| class | FORM_ZOOM |
| | Form consisting of label and string edit field. More...
|
| class | GADGET_SCALEBAR |
| class | SHELL_VIEW |
| | Shell containing view form. More...
|
| class | VIEW_CANVAS |
| class | VIEWTOOL |
| | Base class for tool attached to view. More...
|
| class | VIEWTOOL_SIMPLE |
| | Base class for simple tool with associated MGUI tool, maintains transformation on MGUI tool. More...
|
| class | VIEWTOOL_SIMPLE_T |
| | Template class for simple tool with associated MGUI tool. More...
|
| class | VIEWTOOLMGR |
| | Manager for tools attached to view. More...
|
Enumerations |
| enum | VIEWTOOLID {
VIEWTOOLID_None = -1,
VIEWTOOLID_Unspecified = 0,
VIEWTOOLID_Zoom,
VIEWTOOLID_Recenter,
VIEWTOOLID_DragZoom,
VIEWTOOLID_SelectPoint,
VIEWTOOLID_GeoToolbox,
VIEWTOOLID_ViewInView,
VIEWTOOLID_Placement,
VIEWTOOLID_HyperNavigate,
VIEWTOOLID_HyperEdit,
VIEWTOOLID_ExamineRaster,
VIEWTOOLID_PointProfile,
VIEWTOOLID_Sketch,
VIEWTOOLID_ViewPos3D
} |
Functions |
| ERRVALUE | DlgAdjust3dViewPointOpen (MDLGPARENT dlgparent, UI::VIEW_CANVAS *ViewCanvas) |
| ERRVALUE | DlgExamineRawRaster (MDLGPARENT dlgparent, GRE::LAYER *layer) |
| void | DlgGoogleLock (GRE::UI::VIEW_CANVAS *ViewCanvas, bool lock=true) |
| ERRVALUE | DlgLayerCoordReport (MDLGPARENT dlgparent, GRE::LAYER *layer) |
| void | DlgLocatorCreate (GRE::VIEWABLE *viewable, bool useini=false) |
| void | DlgLocatorRaise (GRE::VIEWABLE *viewable) |
| ERRVALUE | DlgPrintViewSnapshot (MDLGPARENT dlgparent, GRE::VIEW *view) |
| ERRVALUE | DlgRasterCorrelation (MDLGPARENT dlgparent, GRE::LAYER_RASTER *layer) |
| ERRVALUE | DlgRegionGenerateFromRegion (MDLGPARENT dlgparent, REGIONGENMETHOD RegionGenMethod, const REGION2D &SrcRegion, GRE::VIEW *view, const TRANS2D_MAPGEN &TransSrcToViewDevice) |
| VIEWTOOL * | ToolAddDragZoom (VIEW_CANVAS *view) |
| VIEWTOOL * | ToolAddExamineRaster (VIEW_CANVAS *view) |
| VIEWTOOL * | ToolAddGeoToolbox (VIEW_CANVAS *view) |
| VIEWTOOL * | ToolAddHyperEdit (VIEW_CANVAS *view) |
| VIEWTOOL * | ToolAddHyperNavigate (VIEW_CANVAS *view) |
| VIEWTOOL * | ToolAddPlacement (VIEW_CANVAS *view) |
| VIEWTOOL * | ToolAddPointProfile (VIEW_CANVAS *view) |
| VIEWTOOL * | ToolAddRecenter (VIEW_CANVAS *view) |
| VIEWTOOL * | ToolAddScript (VIEW_CANVAS *view, const TOOLSCRIPT &script) |
| VIEWTOOL * | ToolAddSelectPoint (VIEW_CANVAS *view) |
| VIEWTOOL * | ToolAddSketch (VIEW_CANVAS *view) |
| VIEWTOOL * | ToolAddViewInView (VIEW_CANVAS *view) |
| VIEWTOOL * | ToolAddViewPos3D (VIEW_CANVAS *view) |
| VIEWTOOL * | ToolAddZoom (VIEW_CANVAS *view) |