Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

ossimVceDiagramCommand.h File Reference

#include <wx/docview.h>
#include <wx/cmdproc.h>
#include <wx/string.h>
#include <wx/wxexpr.h>
#include <wx/ogl/ogl.h>

Go to the source code of this file.


Compounds

class   ossimVceDiagramCommand

Defines

#define  cdDiagramCommand_HEADER
#define  ID_CS_CUT   wxID_CUT
#define  ID_CS_ADD_SHAPE   2
#define  ID_CS_ADD_LINE   3
#define  ID_CS_EDIT_PROPERTIES   4
#define  ID_CS_CHANGE_BACKGROUND_COLOUR   5
#define  ID_CS_MOVE   6
#define  ID_CS_SIZE   7
#define  ID_CS_FONT_CHANGE   8
#define  ID_CS_ARROW_CHANGE   9
#define  ID_CS_ROTATE_CLOCKWISE   11
#define  ID_CS_ROTATE_ANTICLOCKWISE   12
#define  ID_CS_CHANGE_LINE_ORDERING   13
#define  ID_CS_CHANGE_LINE_ATTACHMENT   14
#define  ID_CS_ALIGN   15
#define  ID_CS_NEW_POINT   16
#define  ID_CS_CUT_POINT   17
#define  ID_CS_STRAIGHTEN   18
#define  ID_CS_MOVE_LINE_POINT   19
#define  ID_CS_MOVE_LABEL   20
#define  ID_CS_ADD_SHAPE_SELECT   21
#define  ID_CS_ADD_LINE_SELECT   22
#define  ID_CS_EXECUTE   23
#define  ID_SHOW_EDITOR   24
#define  ID_CS_ABOUT   100
#define  ID_CS_SELECT_ALL   102
#define  ID_CS_SETTINGS   103
#define  ID_LAYOUT_WINDOW_PALETTE   200
#define  ID_LAYOUT_WINDOW_DIAGRAM_TOOLBAR   201
#define  ID_LAYOUT_WINDOW_PROJECT   202
#define  ID_DIAGRAM_PALETTE   250
#define  ID_WINDOW_PROJECT_TREE   300
#define  ID_WINDOW_POINT_SIZE_COMBOBOX   301
#define  ID_WINDOW_ZOOM_COMBOBOX   302

Define Documentation

#define ID_CS_ABOUT   100
 

Definition at line 97 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_ADD_LINE   3
 

Definition at line 73 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_ADD_LINE_SELECT   22
 

Definition at line 92 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_ADD_SHAPE   2
 

Definition at line 72 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_ADD_SHAPE_SELECT   21
 

Definition at line 91 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_ALIGN   15
 

Definition at line 85 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_ARROW_CHANGE   9
 

Definition at line 80 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_CHANGE_BACKGROUND_COLOUR   5
 

Definition at line 76 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_CHANGE_LINE_ATTACHMENT   14
 

Definition at line 84 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_CHANGE_LINE_ORDERING   13
 

Definition at line 83 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_CUT   wxID_CUT
 

Definition at line 71 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_CUT_POINT   17
 

Definition at line 87 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_EDIT_PROPERTIES   4
 

Definition at line 75 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_EXECUTE   23
 

Definition at line 94 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_FONT_CHANGE   8
 

Definition at line 79 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_MOVE   6
 

Definition at line 77 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_MOVE_LABEL   20
 

Definition at line 90 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_MOVE_LINE_POINT   19
 

Definition at line 89 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_NEW_POINT   16
 

Definition at line 86 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_ROTATE_ANTICLOCKWISE   12
 

Definition at line 82 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_ROTATE_CLOCKWISE   11
 

Definition at line 81 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_SELECT_ALL   102
 

Definition at line 98 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_SETTINGS   103
 

Definition at line 99 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_SIZE   7
 

Definition at line 78 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_CS_STRAIGHTEN   18
 

Definition at line 88 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_DIAGRAM_PALETTE   250
 

Definition at line 105 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_LAYOUT_WINDOW_DIAGRAM_TOOLBAR   201
 

Definition at line 102 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_LAYOUT_WINDOW_PALETTE   200
 

Definition at line 101 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_LAYOUT_WINDOW_PROJECT   202
 

Definition at line 103 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_SHOW_EDITOR   24
 

Definition at line 95 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_WINDOW_POINT_SIZE_COMBOBOX   301
 

Definition at line 108 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_WINDOW_PROJECT_TREE   300
 

Definition at line 107 of file apps/vce2/ossimVceDiagramCommand.h.

#define ID_WINDOW_ZOOM_COMBOBOX   302
 

Definition at line 109 of file apps/vce2/ossimVceDiagramCommand.h.

#define cdDiagramCommand_HEADER
 

Value:


        

Definition at line 2 of file apps/vce2/ossimVceDiagramCommand.h.


Generated at Tue Feb 18 00:07:25 2003 for OSSIM - Open Source Image Map by doxygen1.2.6 written by , © 1997-2001