ReactOS 0.4.15-dev-7924-g5949c20
toolbox.cpp File Reference
#include "precomp.h"
Include dependency graph for toolbox.cpp:

Go to the source code of this file.

Classes

struct  COMMAND_TO_TOOL
 

Variables

CToolBox toolBoxContainer
 
static const COMMAND_TO_TOOL CommandToToolMapping []
 

Variable Documentation

◆ CommandToToolMapping

const COMMAND_TO_TOOL CommandToToolMapping[]
static
Initial value:
=
{
}
#define ID_LINE
Definition: resource.h:122
#define ID_RECT
Definition: resource.h:124
#define ID_ELLIPSE
Definition: resource.h:126
#define ID_COLOR
Definition: resource.h:116
#define ID_BRUSH
Definition: resource.h:119
#define ID_FILL
Definition: resource.h:115
#define ID_TEXT
Definition: resource.h:121
#define ID_SHAPE
Definition: resource.h:125
#define ID_PEN
Definition: resource.h:118
#define ID_AIRBRUSH
Definition: resource.h:120
#define ID_RUBBER
Definition: resource.h:114
#define ID_ZOOM
Definition: resource.h:117
#define ID_BEZIER
Definition: resource.h:123
#define ID_FREESEL
Definition: resource.h:112
#define ID_RECTSEL
Definition: resource.h:113
#define ID_RRECT
Definition: resource.h:127
@ TOOL_AIRBRUSH
Definition: toolsmodel.h:20
@ TOOL_COLOR
Definition: toolsmodel.h:16
@ TOOL_SHAPE
Definition: toolsmodel.h:25
@ TOOL_RUBBER
Definition: toolsmodel.h:14
@ TOOL_BRUSH
Definition: toolsmodel.h:19
@ TOOL_RECT
Definition: toolsmodel.h:24
@ TOOL_BEZIER
Definition: toolsmodel.h:23
@ TOOL_FILL
Definition: toolsmodel.h:15
@ TOOL_TEXT
Definition: toolsmodel.h:21
@ TOOL_PEN
Definition: toolsmodel.h:18
@ TOOL_LINE
Definition: toolsmodel.h:22
@ TOOL_FREESEL
Definition: toolsmodel.h:12
@ TOOL_ZOOM
Definition: toolsmodel.h:17
@ TOOL_ELLIPSE
Definition: toolsmodel.h:26
@ TOOL_RRECT
Definition: toolsmodel.h:27
@ TOOL_RECTSEL
Definition: toolsmodel.h:13

Definition at line 106 of file toolbox.cpp.

Referenced by CToolBox::OnCommand(), and CToolBox::OnToolsModelToolChanged().

◆ toolBoxContainer