×
You need to explicitly tell the table to re order the rows when a new row is added or the cells data is changed. This makes the system more flexible and doesn't ...
The gui namespace contains useful classes for easy creation of a graphical user interface. More... Classes. class ICursorControl.
This is mostly used to check if you can cast a gui element to the class that goes with the type. Most gui elements will only support their own type, but if you ...
Which means it can be in two states: Normal or Pressed. With a click on the button, the user can change the state of the button.
Public Member Functions · IGUIListBox (IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle) · virtual u32 addItem (const ...
Member Function Documentation ... Gets the color of the image. ... Gets the image texture. ... Returns true if the image is using the alpha channel, false if not.
Get a pointer to the submenu of an item. virtual u32 insertItem (u32 idx, const wchar_t *text, s32 commandId=-1, bool enabled=true, bool hasSubMenu=false, ...
Public Member Functions · IGUICheckBox (IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle). constructor · virtual bool ...
Member Function Documentation ... Starts the fade in process. In the beginning the whole rect is drawn by the set color (black by default) and at the end of the ...
Detailed Description. Default moveable window GUI element with border, caption and close icons. ... Definition at line 21 of file IGUIWindow.h.