Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::GUIFlash Class Referencefinal

#include <GUIFlash.h>

+ Inheritance diagram for Divide::GUIFlash:

Public Member Functions

 GUIFlash (const string &name, CEGUI::Window *parent)
 
- Public Member Functions inherited from Divide::GUIElementBase< GUIType::GUI_FLASH >
 GUIElementBase (const string &name, CEGUI::Window *const parent)
 
GUIType type () const noexcept override
 
- Public Member Functions inherited from Divide::GUIElement
 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
 
- Public Member Functions inherited from Divide::GUIDWrapper
 GUIDWrapper () noexcept
 
 GUIDWrapper (const GUIDWrapper &old) noexcept
 
 GUIDWrapper (GUIDWrapper &&old) noexcept
 
virtual ~GUIDWrapper ()=default
 
FORCE_INLINE I64 getGUID () const noexcept
 
GUIDWrapperoperator= (const GUIDWrapper &old)=delete
 
GUIDWrapperoperator= (GUIDWrapper &&other)=delete
 

Additional Inherited Members

- Static Public Member Functions inherited from Divide::GUIDWrapper
static I64 generateGUID () noexcept
 
- Static Public Attributes inherited from Divide::GUIElementBase< GUIType::GUI_FLASH >
static constexpr GUIType Type
 
- Static Public Attributes inherited from Divide::GUIElement
static constexpr GUIType Type = GUIType::COUNT
 
- Protected Attributes inherited from Divide::GUIElement
CEGUI::Window * _parent
 
- Protected Attributes inherited from Divide::GUIDWrapper
const I64 _guid
 

Detailed Description

Definition at line 40 of file GUIFlash.h.

Constructor & Destructor Documentation

◆ GUIFlash()

Divide::GUIFlash::GUIFlash ( const string name,
CEGUI::Window *  parent 
)

Definition at line 7 of file GuiFlash.cpp.


The documentation for this class was generated from the following files: