CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
cydui::components::component_actor_t Struct Referenceexport

Static Public Member Functions

static void set_component_state (component_base_t *component, component_state_ref state)
 
static std::shared_ptr< component_state_tcreate_state_instance (component_base_t *component)
 
static bool update_component_with (component_base_t *component, std::shared_ptr< component_base_t > other)
 
static void mount_component (component_base_t *component)
 
static void dismount_component (component_base_t *component)
 

Detailed Description

Definition at line 241 of file component_base.cppm.

Member Function Documentation

◆ create_state_instance()

static std::shared_ptr< component_state_t > cydui::components::component_actor_t::create_state_instance ( component_base_t * component)
inlinestaticexport

Definition at line 245 of file component_base.cppm.

+ Here is the caller graph for this function:

◆ dismount_component()

static void cydui::components::component_actor_t::dismount_component ( component_base_t * component)
inlinestaticexport

Definition at line 256 of file component_base.cppm.

◆ mount_component()

static void cydui::components::component_actor_t::mount_component ( component_base_t * component)
inlinestaticexport

Definition at line 253 of file component_base.cppm.

+ Here is the caller graph for this function:

◆ set_component_state()

static void cydui::components::component_actor_t::set_component_state ( component_base_t * component,
component_state_ref state )
inlinestaticexport

Definition at line 242 of file component_base.cppm.

+ Here is the call graph for this function:

◆ update_component_with()

static bool cydui::components::component_actor_t::update_component_with ( component_base_t * component,
std::shared_ptr< component_base_t > other )
inlinestaticexport

Definition at line 249 of file component_base.cppm.


The documentation for this struct was generated from the following file: