Manage XML theme data.
More...
|
| name |
|
| screen |
|
| basepath |
|
| filepath |
|
| fonts |
|
| modules |
|
| profiles |
|
| profile |
|
| images |
|
| colours |
|
§ __init__()
def Theme.Theme.__init__ |
( |
|
self, |
|
|
|
name = 'NewTheme' , |
|
|
|
screen = None |
|
) |
| |
Initializes the Theme object
§ clone()
def Theme.Theme.clone |
( |
|
self, |
|
|
|
newName |
|
) |
| |
clone theme
@param newName str
§ load()
def Theme.Theme.load |
( |
|
self | ) |
|
§ parseColours()
def Theme.Theme.parseColours |
( |
|
self, |
|
|
|
colours |
|
) |
| |
§ parseFonts()
def Theme.Theme.parseFonts |
( |
|
self, |
|
|
|
fonts |
|
) |
| |
§ parseImages()
def Theme.Theme.parseImages |
( |
|
self, |
|
|
|
images |
|
) |
| |
§ parseProfiles()
def Theme.Theme.parseProfiles |
( |
|
self, |
|
|
|
profiles |
|
) |
| |
loades profile data and selects the best profile for detected display size
@param profiles
§ query()
def Theme.Theme.query |
( |
|
self | ) |
|
gets a list of available themes
§ safeName()
def Theme.Theme.safeName |
( |
|
self | ) |
|
remove spaces from theme name
§ save()
def Theme.Theme.save |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: