Castor3D 0.16.0
Multiplatform 3D engine
Namespaces | Enumerations | Functions
Gui_Parsers.hpp File Reference

Namespaces

namespace  castor3d
 

Enumerations

enum class  castor3d::GUISection : uint32_t {
  castor3d::eGUI = CU_MakeSectionName( 'C', 'G', 'U', 'I' ) , castor3d::eTheme = CU_MakeSectionName( 'C', 'G', 'T', 'H' ) , castor3d::eButtonStyle = CU_MakeSectionName( 'C', 'T', 'B', 'T' ) , castor3d::eEditStyle = CU_MakeSectionName( 'C', 'T', 'E', 'D' ) ,
  castor3d::eComboStyle = CU_MakeSectionName( 'C', 'T', 'C', 'X' ) , castor3d::eListStyle = CU_MakeSectionName( 'C', 'T', 'L', 'B' ) , castor3d::eSliderStyle = CU_MakeSectionName( 'C', 'T', 'S', 'L' ) , castor3d::eStaticStyle = CU_MakeSectionName( 'C', 'T', 'S', 'T' ) ,
  castor3d::ePanelStyle = CU_MakeSectionName( 'P', 'N', 'S', 'T' ) , castor3d::eProgressStyle = CU_MakeSectionName( 'P', 'G', 'S', 'T' ) , castor3d::eExpandablePanelStyle = CU_MakeSectionName( 'X', 'P', 'S', 'T' ) , castor3d::eFrameStyle = CU_MakeSectionName( 'F', 'M', 'S', 'T' ) ,
  castor3d::eScrollBarStyle = CU_MakeSectionName( 'S', 'C', 'S', 'T' ) , castor3d::eButton = CU_MakeSectionName( 'B', 'U', 'T', 'N' ) , castor3d::eStatic = CU_MakeSectionName( 'S', 'T', 'T', 'C' ) , castor3d::eSlider = CU_MakeSectionName( 'S', 'L', 'D', 'R' ) ,
  castor3d::eComboBox = CU_MakeSectionName( 'C', 'M', 'B', 'O' ) , castor3d::eListBox = CU_MakeSectionName( 'L', 'S', 'B', 'X' ) , castor3d::eEdit = CU_MakeSectionName( 'E', 'D', 'I', 'T' ) , castor3d::ePanel = CU_MakeSectionName( 'P', 'A', 'N', 'L' ) ,
  castor3d::eProgress = CU_MakeSectionName( 'P', 'R', 'G', 'S' ) , castor3d::eExpandablePanel = CU_MakeSectionName( 'X', 'P', 'N', 'L' ) , castor3d::eExpandablePanelHeader = CU_MakeSectionName( 'X', 'P', 'H', 'D' ) , castor3d::eExpandablePanelExpand = CU_MakeSectionName( 'X', 'P', 'X', 'p' ) ,
  castor3d::eExpandablePanelContent = CU_MakeSectionName( 'X', 'P', 'C', 'T' ) , castor3d::eFrame = CU_MakeSectionName( 'F', 'R', 'A', 'M' ) , castor3d::eFrameContent = CU_MakeSectionName( 'F', 'M', 'C', 'T' ) , castor3d::eBoxLayout = CU_MakeSectionName( 'B', 'X', 'L', 'T' ) ,
  castor3d::eLayoutCtrl = CU_MakeSectionName( 'L', 'T', 'C', 'T' )
}
 

Functions

C3D_API castor::AttributeParsers castor3d::createGuiParsers ()
 
C3D_API castor::StrUInt32Map castor3d::createGuiSections ()