Kanzi  3.9.6
Kanzi Engine API
kanzi::AppliedStyleEntry Struct Reference

Applied style entry. More...

#include <kanzi/core.ui/object/object.hpp>

Static Public Member Functions

static AppliedStyleEntrySharedPtr create (StyleSharedPtr associatedStyle, bool manual)
 Creates an applied style entry. More...
 

Public Attributes

bool manual
 Is the style applied manually. More...
 
AppliedStyleEntrySharedPtr parentAppliedStyle
 Parent applied style entry. More...
 
const StyleSharedPtr style
 Style. More...
 

Protected Member Functions

 AppliedStyleEntry (StyleSharedPtr associatedStyle, bool manual)
 Constructor. More...
 

Detailed Description

Applied style entry.

Constructor & Destructor Documentation

◆ AppliedStyleEntry()

kanzi::AppliedStyleEntry::AppliedStyleEntry ( StyleSharedPtr  associatedStyle,
bool  manual 
)
inlineexplicitprotected

Constructor.

Parameters
associatedStyleAssociated style.
manualWhether to manually apply the style.

Member Function Documentation

◆ create()

static AppliedStyleEntrySharedPtr kanzi::AppliedStyleEntry::create ( StyleSharedPtr  associatedStyle,
bool  manual 
)
inlinestatic

Creates an applied style entry.

Parameters
associatedStyleAssociated style.
manualWhether to manually apply the style.

Member Data Documentation

◆ style

const StyleSharedPtr kanzi::AppliedStyleEntry::style

◆ manual

bool kanzi::AppliedStyleEntry::manual

Is the style applied manually.

◆ parentAppliedStyle

AppliedStyleEntrySharedPtr kanzi::AppliedStyleEntry::parentAppliedStyle

Parent applied style entry.

Created if the style has parent styles.


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