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

Public Member Functions

void clear ()
 
bool operator== (const style_override_data_t &other) const
 

Public Attributes

std::unordered_map< refl::field_path, refl::any > base_fields {}
 
std::unordered_map< refl::field_path, refl::any > fields {}
 

Detailed Description

Definition at line 81 of file component_style.cppm.

Member Function Documentation

◆ clear()

void cydui::components::style_override_data_t::clear ( )
inlineexport

Definition at line 82 of file component_style.cppm.

◆ operator==()

bool cydui::components::style_override_data_t::operator== ( const style_override_data_t & other) const
inlineexport

Definition at line 87 of file component_style.cppm.


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