#include "Base/spStandard.hpp"
#include "RenderSystem/spRenderSystem.hpp"
#include "GUI/spGUIBaseObject.hpp"
Go to the source code of this file.
Classes | |
class | sp::gui::GUIController |
Namespaces | |
namespace | sp |
!! | |
namespace | sp::gui |
Namespace for each GUI (Graphics User Interface) objects (e.g. Windows, Buttons etc.) for developing level editors or the like. | |
Enumerations | |
enum | sp::gui::EGUIControllerTypes { sp::gui::CONTROLLER_WINDOW, sp::gui::CONTROLLER_GADGET } |
enum | sp::gui::EControllerFlags { sp::gui::GUIFLAG_TEXTLEFT = 0x01000000, sp::gui::GUIFLAG_TEXTRIGHT = 0x02000000, sp::gui::GUIFLAG_TEXTCENTER = 0x04000000, sp::gui::GUIFLAG_BORDERLESS = 0x08000000, sp::gui::GUIFLAG_NOSCROLL = 0x10000000, sp::gui::GUIFLAG_HOLDSELECTION = 0x20000000 } |