struct
GUIStyleSheetRuleInformation
Contains style sheet rule for a GUI element, along with state rule for the particular state the GUI element is currently in.
If used for pseudo-elements, also contains the name of the pseudo element the rule is for.
Public
Constructors
GUIStyleSheetRuleInformation
GUIStyleSheetRuleInformation(const char *pseudoElementName = nullptr)
Fields
PseudoElementName
const char * PseudoElementName
Name of the pseudo-element, if the rule is for a pseudo-element.
StateRulesets
SPtr<const GUIStyleSheetStateRulesets> StateRulesets
Rulesets for all states for a particular pseudo-element.
CurrentStateRuleset
SPtr<const GUIStyleSheetRuleset> CurrentStateRuleset
Ruleset for the currently active state.