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

Public Types

using sptr = std::shared_ptr<StyleSheet>
 

Public Member Functions

auto & rules_by_component (const std::string &component_name) const
 
auto & any_rules () const
 

Static Public Member Functions

static sptr make ()
 
static sptr parse (auto input)
 

Detailed Description

Definition at line 62 of file stylesheet.cppm.

Member Function Documentation

◆ any_rules()

auto & cydui::StyleSheet::any_rules ( ) const
inlineexport

Definition at line 99 of file stylesheet.cppm.

◆ make()

static sptr cydui::StyleSheet::make ( )
inlinestaticexport

Definition at line 66 of file stylesheet.cppm.

◆ parse()

static sptr cydui::StyleSheet::parse ( auto input)
inlinestaticexport

Definition at line 70 of file stylesheet.cppm.

◆ rules_by_component()

auto & cydui::StyleSheet::rules_by_component ( const std::string & component_name) const
inlineexport

Definition at line 92 of file stylesheet.cppm.


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