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() =defaultStyleEntry() =defaultfunction 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 2026-05-21 at 15:39:36 +0000