| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
|
|
Definition at line 23 of file IGUIElement.h. |
|
|
Definition at line 23 of file IGUIButton.h. |
|
|
Enumeration for skin colors.
Definition at line 54 of file IGUISkin.h. |
|
|
Definition at line 296 of file IGUISkin.h. |
|
|
Customizable symbols for GUI.
Definition at line 214 of file IGUISkin.h. |
|
|
Enumeration for default sizes.
Definition at line 131 of file IGUISkin.h. |
|
|
Definition at line 176 of file IGUISkin.h. |
|
|
List of all basic Irrlicht GUI elements. An IGUIElement returns this when calling IGUIElement::getType();
Definition at line 17 of file EGUIElementTypes.h. |
|
|
Enumeration for all events which are sendable by the gui system.
Definition at line 86 of file IEventReceiver.h. |
|
|
An enum for the different types of GUI font.
Definition at line 18 of file IGUIFont.h. |
|
|
Enumeration for listbox colors.
Definition at line 19 of file IGUIListBox.h. |
|
|
Enumeration of available default skins. To set one of the skins, use the following code, for example to set the Windows classic skin: gui::IGUISkin* newskin = environment->createSkin(gui::EGST_WINDOWS_CLASSIC); environment->setSkin(newskin); newskin->drop();
Definition at line 29 of file IGUISkin.h. |
|
|
enumeration for message box layout flags
Definition at line 14 of file EMessageBoxFlags.h. |
|
|
Initial value:
{
"upperLeft",
"lowerRight",
"center",
"scale",
0
}
Definition at line 36 of file IGUIElement.h. Referenced by irr::gui::IGUIElement::deserializeAttributes(), and irr::gui::IGUIElement::serializeAttributes(). |
|
|
Initial value:
{
"buttonUp",
"buttonDown",
"buttonMouseOver",
"buttonMouseOff",
"buttonFocused",
"buttonNotFocused",
0,
0,
}
Definition at line 42 of file IGUIButton.h. |
|
|
Initial value:
{
"button",
"checkBox",
"comboBox",
"contextMenu",
"menu",
"editBox",
"fileOpenDialog",
"colorSelectDialog",
"inOutFader",
"image",
"listBox",
"meshViewer",
"messageBox",
"modalScreen",
"scrollBar",
"staticText",
"tab",
"tabControl",
"toolBar",
"window",
"spinBox",
0
}
Definition at line 95 of file EGUIElementTypes.h. Referenced by irr::gui::IGUIElement::getTypeName(). |
|
|
Initial value:
{
"3DDarkShadow",
"3DShadow",
"3DFace",
"3DHighlight",
"3DLight",
"ActiveBorder",
"ActiveCaption",
"AppWorkspace",
"ButtonText",
"GrayText",
"Highlight",
"HighlightText",
"InactiveBorder",
"InactiveCaption",
"ToolTip",
"ToolTipBackground",
"ScrollBar",
"Window",
"WindowSymbol",
"Icon",
"IconHighlight",
0,
}
Definition at line 104 of file IGUISkin.h. |
|
|
Initial value:
{
"defaultFont",
"buttonFont",
"windowFont",
"menuFont",
"tooltipFont",
0
}
Definition at line 313 of file IGUISkin.h. |
|
|
Initial value:
{
"windowMaximize",
"windowRestore",
"windowClose",
"windowMinimize",
"windowResize",
"cursorUp",
"cursorDown",
"cursorLeft",
"cursorRight",
"menuMore",
"checkBoxChecked",
"dropDown",
"smallCursorUp",
"smallCursorDown",
"radioButtonChecked",
"moreLeft",
"moreRight",
"moreUp",
"moreDown",
"expand",
"collapse",
"file",
"directory",
0
}
Definition at line 267 of file IGUISkin.h. |
|
|
Initial value:
{
"ScrollBarSize",
"MenuHeight",
"WindowButtonWidth",
"CheckBoxWidth",
"MessageBoxWidth",
"MessageBoxHeight",
"ButtonWidth",
"ButtonHeight",
"TextDistanceX",
"TextDistanceY",
0,
}
Definition at line 160 of file IGUISkin.h. |
|
|
Initial value:
{
"MessageBoxOkay",
"MessageBoxCancel",
"MessageBoxYes",
"MessageBoxNo",
"WindowButtonClose",
"WindowButtonMaximize",
"WindowButtonMinimize",
"WindowButtonRestore",
0,
}
Definition at line 200 of file IGUISkin.h. |
|
|
Initial value:
{
"windowsClassic",
"windowsMetallic",
"burning",
"unknown",
0,
}
Definition at line 43 of file IGUISkin.h. |
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Jun 1 07:59:14 2008 by Doxygen
(1.4.2) |