ReactOS 0.4.15-dev-5874-gc762234
toolsmodel.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ToolBase
 
class  ToolsModel
 

Enumerations

enum  TOOLTYPE {
  TOOL_FREESEL = 1 , TOOL_RECTSEL = 2 , TOOL_RUBBER = 3 , TOOL_FILL = 4 ,
  TOOL_COLOR = 5 , TOOL_ZOOM = 6 , TOOL_PEN = 7 , TOOL_BRUSH = 8 ,
  TOOL_AIRBRUSH = 9 , TOOL_TEXT = 10 , TOOL_LINE = 11 , TOOL_BEZIER = 12 ,
  TOOL_RECT = 13 , TOOL_SHAPE = 14 , TOOL_ELLIPSE = 15 , TOOL_RRECT = 16 ,
  TOOL_MAX = TOOL_RRECT
}
 

Enumeration Type Documentation

◆ TOOLTYPE

Enumerator
TOOL_FREESEL 
TOOL_RECTSEL 
TOOL_RUBBER 
TOOL_FILL 
TOOL_COLOR 
TOOL_ZOOM 
TOOL_PEN 
TOOL_BRUSH 
TOOL_AIRBRUSH 
TOOL_TEXT 
TOOL_LINE 
TOOL_BEZIER 
TOOL_RECT 
TOOL_SHAPE 
TOOL_ELLIPSE 
TOOL_RRECT 
TOOL_MAX 

Definition at line 11 of file toolsmodel.h.

12{
13 TOOL_FREESEL = 1,
14 TOOL_RECTSEL = 2,
15 TOOL_RUBBER = 3,
16 TOOL_FILL = 4,
17 TOOL_COLOR = 5,
18 TOOL_ZOOM = 6,
19 TOOL_PEN = 7,
20 TOOL_BRUSH = 8,
21 TOOL_AIRBRUSH = 9,
22 TOOL_TEXT = 10,
23 TOOL_LINE = 11,
24 TOOL_BEZIER = 12,
25 TOOL_RECT = 13,
26 TOOL_SHAPE = 14,
27 TOOL_ELLIPSE = 15,
28 TOOL_RRECT = 16,
30};
@ TOOL_AIRBRUSH
Definition: toolsmodel.h:21
@ TOOL_COLOR
Definition: toolsmodel.h:17
@ TOOL_SHAPE
Definition: toolsmodel.h:26
@ TOOL_RUBBER
Definition: toolsmodel.h:15
@ TOOL_MAX
Definition: toolsmodel.h:29
@ TOOL_BRUSH
Definition: toolsmodel.h:20
@ TOOL_RECT
Definition: toolsmodel.h:25
@ TOOL_BEZIER
Definition: toolsmodel.h:24
@ TOOL_FILL
Definition: toolsmodel.h:16
@ TOOL_TEXT
Definition: toolsmodel.h:22
@ TOOL_PEN
Definition: toolsmodel.h:19
@ TOOL_LINE
Definition: toolsmodel.h:23
@ TOOL_FREESEL
Definition: toolsmodel.h:13
@ TOOL_ZOOM
Definition: toolsmodel.h:18
@ TOOL_ELLIPSE
Definition: toolsmodel.h:27
@ TOOL_RRECT
Definition: toolsmodel.h:28
@ TOOL_RECTSEL
Definition: toolsmodel.h:14