Part of elisa.plugins.pigment.tests.widgets.test_theme View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
170 | Method | _init | Undocumented |
174 | Method | _get_cache_directory | Undocumented |
184 | Method | _load_css | Undocumented |
Inherited from Theme:
Line # | Kind | Name | Docs |
---|---|---|---|
58 | Method | __init__ | DOCME |
77 | Method | __getstate__ | Undocumented |
86 | Method | __setstate__ | Undocumented |
261 | Class Method | load_from_module | Build a elisa.plugins.pigment.widgets.Theme object using
the 'styles.conf'
|
304 | Method | update | Merge in-place another theme. |
313 | Method | merge | Merge with another theme, returning a new one. |
353 | Method | get_style_for_widget | Get the style for a widget class in the specified state. |
381 | Method | get_resource | Get the named resources, doing a lookup into the plugins' defaults if not |
403 | Method | lookup | Dynamically search for the named resource ('style' or 'resource'). |
459 | Method | __repr__ | Undocumented |
467 | Class Method | get_default | Get the default theme. |
477 | Static Method | set_default | Set the default theme. |
120 | Method | _get_cached_file | Undocumented |
127 | Method | _get_from_cache | Undocumented |
165 | Method | _add_to_cache | Undocumented |
174 | Method | _get_styles | Undocumented |
217 | Method | _get_resources | Undocumented |
246 | Method | _init_styles | Read the configuration file and fill up the widgets styles. |
253 | Method | _init_resources | Read the configuration file and fill up the stock resources. |