![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
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 {} |
Definition at line 20 of file component_updater.cppm.
|
inlinestaticexport |
Definition at line 24 of file component_updater.cppm.
|
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: