#include <class_styles_1_1_styles.h>
List of all
members.
Public Member Functions
|
| |
__init__
() |
| |
fromBuiltin
() |
| |
fromString
() |
| |
Read styles from an xml string.
|
| |
fromFile
() |
| |
Read styles from an xml file.
|
| |
iterCategories
() |
| |
Iterate through all categories in order they
were defined.
|
| |
iterStyles
() |
| |
Iterate through all styles in order they
were defined.
|
| |
find
() |
| |
Return style matching styleId or None.
|
| |
run
() |
| |
Run specified style by sending messages.
|
| |
getDefaultStyleId
() |
| |
activeStyles
() |
| |
Return list of all active styles.
|
| |
isActive
() |
| |
Return True if one of the style ids is
active.
|
| |
update
() |
| |
Update active state of styles, return True
if any state changed.
|
| |
clear
() |
| |
Clear all style definitions.
|
Member Function Documentation
| Styles.Styles.__init__ |
( |
|
) |
|
| Styles.Styles.fromBuiltin |
( |
|
) |
|
| Styles.Styles.fromString |
( |
|
) |
|
Read styles from an xml string.
| Styles.Styles.fromFile |
( |
|
) |
|
Read styles from an xml file.
| Styles.Styles.iterCategories |
( |
|
) |
|
Iterate through all categories in order they were defined.
| Styles.Styles.iterStyles |
( |
|
) |
|
Iterate through all styles in order they were defined.
Return style matching styleId or None.
Run specified style by sending messages.
| Styles.Styles.getDefaultStyleId |
( |
|
) |
|
| Styles.Styles.activeStyles |
( |
|
) |
|
Return list of all active styles.
| Styles.Styles.isActive |
( |
|
) |
|
Return True if one of the style ids is active.
Update active state of styles, return True if any state
changed.
Clear all style definitions.