![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <GUIFlash.h>
Public Member Functions | |
GUIFlash (const string &name, CEGUI::Window *parent) | |
![]() | |
GUIElementBase (const string &name, CEGUI::Window *const parent) | |
GUIType | type () const noexcept override |
![]() | |
GUIElement (string name, CEGUI::Window *parent) noexcept | |
virtual void | setTooltip (const string &tooltipText) |
PROPERTY_RW (string, name, "") | |
VIRTUAL_PROPERTY_RW (bool, visible, true) | |
VIRTUAL_PROPERTY_RW (bool, active, false) | |
virtual GUIType | type () const noexcept |
![]() | |
GUIDWrapper () noexcept | |
GUIDWrapper (const GUIDWrapper &old) noexcept | |
GUIDWrapper (GUIDWrapper &&old) noexcept | |
virtual | ~GUIDWrapper ()=default |
FORCE_INLINE I64 | getGUID () const noexcept |
GUIDWrapper & | operator= (const GUIDWrapper &old)=delete |
GUIDWrapper & | operator= (GUIDWrapper &&other)=delete |
Additional Inherited Members | |
![]() | |
static I64 | generateGUID () noexcept |
![]() | |
static constexpr GUIType | Type |
![]() | |
static constexpr GUIType | Type = GUIType::COUNT |
![]() | |
CEGUI::Window * | _parent |
![]() | |
const I64 | _guid |
Definition at line 40 of file GUIFlash.h.
Divide::GUIFlash::GUIFlash | ( | const string & | name, |
CEGUI::Window * | parent | ||
) |
Definition at line 7 of file GuiFlash.cpp.