DIWNE::StyleBase::StyleEntry
Public Functions
Name | |
---|---|
StyleEntry() =default | |
StyleEntry(const std::shared_ptr< void > & var, bool dpiScaled, const std::type_index & type) |
Public Attributes
Name | |
---|---|
bool | dpiScaled |
std::type_index | type |
std::shared_ptr< void > | var |
Public Functions Documentation
function StyleEntry
cpp
StyleEntry() =default
StyleEntry() =default
function StyleEntry
cpp
inline StyleEntry(
const std::shared_ptr< void > & var,
bool dpiScaled,
const std::type_index & type
)
inline StyleEntry(
const std::shared_ptr< void > & var,
bool dpiScaled,
const std::type_index & type
)
Public Attributes Documentation
variable dpiScaled
cpp
bool dpiScaled {false};
bool dpiScaled {false};
variable type
cpp
std::type_index type {typeid(void)};
std::type_index type {typeid(void)};
variable var
cpp
std::shared_ptr< void > var;
std::shared_ptr< void > var;
Updated on 2025-05-31 at 12:55:31 +0000