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

Public Types

using sptr = std::shared_ptr<component_stylist_t>
 

Public Member Functions

void compile_style_rule_list (const component_base_t::sptr &component, StyleArchive &style_archive)
 
void apply_style (const component_base_t::sptr &component)
 

Static Public Member Functions

static sptr make ()
 

Detailed Description

Definition at line 20 of file component_stylist.cppm.

Member Function Documentation

◆ apply_style()

void cydui::components::component_stylist_t::apply_style ( const component_base_t::sptr & component)
inlineexport

Definition at line 47 of file component_stylist.cppm.

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

◆ compile_style_rule_list()

void cydui::components::component_stylist_t::compile_style_rule_list ( const component_base_t::sptr & component,
StyleArchive & style_archive )
inlineexport

Definition at line 29 of file component_stylist.cppm.

+ Here is the call graph for this function:

◆ make()

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

Definition at line 24 of file component_stylist.cppm.


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