Go to the source code of this file.
Defines | |
#define | NTOOLS 12 |
#define | NOTOOL 0 |
#define | NODETOOL 1 |
#define | PAN 2 |
#define | INZOOM 3 |
#define | GRABBER 4 |
#define | ROTATOR 5 |
#define | EXPANDER 6 |
#define | PLOTTER 7 |
#define | SHAPER 8 |
#define | MAGNETTO 9 |
#define | BUILDER 10 |
#define | PLOT3D 11 |
#define | PRIMS 12 |
#define | SKANIMATE 13 |
#define | SELECTOR 14 |
#define | DESELECTOR 15 |
#define | SKGRAB 16 |
#define | SKADD 17 |
#define | SKDELETE 18 |
#define | SKSUBDIV 19 |
#define | SKASSIGN 20 |
#define | SKSELECT 21 |
#define | SKDUPLICATE 22 |
#define | SKTWIST 23 |
#define | SKRUBBERBONES 24 |
#define | SKRENAME 25 |
#define | MAXTOOLS 26 |
#define EXPANDER 6 |
Definition at line 10 of file Mtools.H.
Referenced by DisengageDesignerTool(), ModelerTriViewWndProc(), ToolBtnWndProc(), ToolDown(), ToolMove(), and ToolUp().
#define PLOTTER 7 |
Definition at line 11 of file Mtools.H.
Referenced by DisengageDesignerTool(), ModelerTriViewWndProc(), Move3dCursor(), ToolAction(), ToolBtnWndProc(), ToolDown(), ToolMove(), and ToolUp().
#define SHAPER 8 |
Definition at line 12 of file Mtools.H.
Referenced by DisengageDesignerTool(), ModelerTriViewWndProc(), ToolBtnWndProc(), ToolDown(), ToolMove(), and ToolUp().
#define MAGNETTO 9 |
Definition at line 13 of file Mtools.H.
Referenced by DisengageDesignerTool(), MainModelerWndProc(), ToolBtnWndProc(), ToolDown(), ToolMove(), and ToolUp().
#define BUILDER 10 |
Definition at line 14 of file Mtools.H.
Referenced by DisengageDesignerTool(), ToolAction(), ToolDown(), ToolMove(), and ToolUp().
#define PLOT3D 11 |
Definition at line 15 of file Mtools.H.
Referenced by DisengageDesignerTool(), Move3dCursor(), ToolAction(), ToolBtnWndProc(), ToolDown(), ToolMove(), and ToolUp().
#define PRIMS 12 |
Definition at line 17 of file Mtools.H.
Referenced by DisengageDesignerTool(), ToolDown(), ToolMove(), and ToolUp().
#define SKANIMATE 13 |
Definition at line 18 of file Mtools.H.
Referenced by DisengageSkeletonTool(), DrawModel(), DrawQuickModel(), ModelerTriViewWndProc(), SkToolDown(), SkToolMove(), SkToolOff(), and SkToolOn().
#define SELECTOR 14 |
Definition at line 19 of file Mtools.H.
Referenced by DisengageDesignerTool(), DrawSelectionBox(), ModelerViewWndProc(), SelectInPerspective(), SelectNurbsInCircle(), SelectNurbsInLasso(), SelectNurbsInRectangle(), SelectorDown(), SelectorUp(), SelectVertexInRectGL(), ToolBtnWndProc(), ToolDown(), ToolMove(), and ToolUp().
#define DESELECTOR 15 |
Definition at line 20 of file Mtools.H.
Referenced by DisengageDesignerTool(), ModelerViewWndProc(), SelectInPerspective(), SelectorUp(), SelectVertexInRectGL(), ToolBtnWndProc(), ToolDown(), ToolMove(), and ToolUp().
#define SKGRAB 16 |
Definition at line 22 of file Mtools.H.
Referenced by SkToolAction(), SkToolDown(), SkToolMove(), and SkToolUp().
#define SKADD 17 |
Definition at line 23 of file Mtools.H.
Referenced by SkToolAction(), SkToolDown(), SkToolMove(), and SkToolUp().
#define SKDELETE 18 |
#define SKSUBDIV 19 |
#define SKASSIGN 20 |
#define SKSELECT 21 |
#define SKDUPLICATE 22 |
#define SKTWIST 23 |
Definition at line 29 of file Mtools.H.
Referenced by SkToolAction(), SkToolDown(), SkToolMove(), and SkToolUp().
#define SKRUBBERBONES 24 |
Definition at line 30 of file Mtools.H.
Referenced by SkToolDown(), SkToolMove(), SkToolOn(), and SkToolUp().
#define SKRENAME 25 |