neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::nrc Namespace Reference

Classes

class  i_ui_element_library
 
class  i_ui_element_parser
 
struct  member_element_t
 
class  ui_element
 
class  ui_element_library_plugin
 

Typedefs

typedef object_type ui_element_type
 

Enumerations

enum class  widget_type : uint32_t { TopLevel , Child }
 

Functions

constexpr bool is_widget_or_layout (ui_element_type aType)
 

Variables

const member_element_t member_element
 

Typedef Documentation

◆ ui_element_type

Definition at line 38 of file i_ui_element.hpp.

Enumeration Type Documentation

◆ widget_type

enum class neogfx::nrc::widget_type : uint32_t
strong
Enumerator
TopLevel 
Child 

Definition at line 48 of file i_ui_element.hpp.

Function Documentation

◆ is_widget_or_layout()

constexpr bool neogfx::nrc::is_widget_or_layout ( ui_element_type  aType)
inlineconstexpr

Definition at line 43 of file i_ui_element.hpp.

Variable Documentation

◆ member_element

const member_element_t neogfx::nrc::member_element

Definition at line 41 of file i_ui_element.hpp.