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

Public Types

using sptr = std::shared_ptr<component_updater_t>
 

Public Member Functions

void update (component_base_t::sptr component, StyleArchive &style_archive)
 

Static Public Member Functions

static sptr make ()
 

Public Attributes

fabric::wiring::output_signal< component_updater_t, const component_base_t::sptr & > queue_render_signal {}
 
fabric::wiring::output_signal< component_updater_t, const component_base_t::sptr & > apply_style_signal {}
 
fabric::wiring::output_signal< component_updater_t, const component_base_t::sptr &, StyleArchive & > compile_style_rules_signal {}
 

Detailed Description

Definition at line 20 of file component_updater.cppm.

Member Function Documentation

◆ make()

static sptr cydui::components::component_updater_t::make ( )
inlinestaticexport

Definition at line 24 of file component_updater.cppm.

◆ update()

void cydui::components::component_updater_t::update ( component_base_t::sptr component,
StyleArchive & style_archive )
inlineexport

Definition at line 32 of file component_updater.cppm.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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