Applied style entry. More...
#include <kanzi/core.ui/object/object.hpp>
Static Public Member Functions | |
| static AppliedStyleEntrySharedPtr | create (StyleSharedPtr associatedStyle) |
| Creates a new applied style entry. More... | |
Public Attributes | |
| const StyleSharedPtr | style |
| Style. More... | |
| bool | manual |
| Is the style applied manually. More... | |
Protected Member Functions | |
| AppliedStyleEntry (kanzi::StyleSharedPtr associatedStyle) | |
| Constructor. More... | |
Applied style entry.
|
inlineexplicitprotected |
Constructor.
| associatedStyle | Associated style. |
|
inlinestatic |
Creates a new applied style entry.
| associatedStyle | Associated style. |
| const StyleSharedPtr kanzi::AppliedStyleEntry::style |
| bool kanzi::AppliedStyleEntry::manual |
Is the style applied manually.