00001
00033 #ifndef INC_GRE_UIVIEWTOOLID_H
00034 #define INC_GRE_UIVIEWTOOLID_H
00035
00036 namespace GRE {
00037 namespace UI {
00038
00039
00041 enum VIEWTOOLID {
00042 VIEWTOOLID_None = -1,
00043 VIEWTOOLID_Unspecified = 0,
00044 VIEWTOOLID_Zoom,
00045 VIEWTOOLID_Recenter,
00046 VIEWTOOLID_DragZoom,
00047 VIEWTOOLID_SelectPoint,
00048 VIEWTOOLID_GeoToolbox,
00049 VIEWTOOLID_ViewInView,
00050 VIEWTOOLID_Placement,
00051 VIEWTOOLID_HyperNavigate,
00052 VIEWTOOLID_HyperEdit,
00053 VIEWTOOLID_ExamineRaster,
00054 VIEWTOOLID_PointProfile,
00055 VIEWTOOLID_Sketch,
00056 VIEWTOOLID_ViewPos3D,
00057 };
00058
00059
00060 }
00061 }
00062
00063 #endif // INC_GRE_UIVIEWTOOLID_H