Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials
EGUIElementTypes.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2010 Nikolaus Gebhardt
2 // This file is part of the "Irrlicht Engine".
3 // For conditions of distribution and use, see copyright notice in irrlicht.h
4 
5 #ifndef __E_GUI_ELEMENT_TYPES_H_INCLUDED__
6 #define __E_GUI_ELEMENT_TYPES_H_INCLUDED__
7 
8 #include "irrTypes.h"
9 
10 namespace irr
11 {
12 namespace gui
13 {
14 
16 
18 {
21 
24 
27 
30 
33 
36 
39 
42 
45 
48 
51 
54 
57 
60 
63 
66 
69 
72 
75 
78 
81 
84 
87 
90 
93 
95  EGUIET_FORCE_32_BIT = 0x7fffffff
96 
97 };
98 
100 const c8* const GUIElementTypeNames[] =
101 {
102  "button",
103  "checkBox",
104  "comboBox",
105  "contextMenu",
106  "menu",
107  "editBox",
108  "fileOpenDialog",
109  "colorSelectDialog",
110  "inOutFader",
111  "image",
112  "listBox",
113  "meshViewer",
114  "messageBox",
115  "modalScreen",
116  "scrollBar",
117  "spinBox",
118  "staticText",
119  "tab",
120  "tabControl",
121  "table",
122  "toolBar",
123  "treeview",
124  "window",
125  "element",
126  0
127 };
128 
129 } // end namespace gui
130 } // end namespace irr
131 
132 #endif
133 
134 
135 
136 

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated on Tue Jun 5 2012 17:57:10 by Doxygen (1.8.1)