Class implementing a specialized application class.
ericApp |
EricApplication | Eric application class with an object registry. |
None |
Eric application class with an object registry.
PaletteRoleMapping |
None |
EricApplication | Constructor |
__setPaletteFromStyleSheet | Private method to set the palette from a style sheet. |
getObject | Public method to get a reference to a registered object. |
getPluginObject | Public method to get a reference to a registered plugin object. |
getPluginObjectType | Public method to get the type of a registered plugin object. |
getPluginObjects | Public method to get a list of (name, reference) pairs of all registered plugin objects. |
getStyleIconsPath | Public method to get the path for the style icons. |
registerObject | Public method to register an object in the object registry. |
registerPluginObject | Public method to register a plugin object in the object registry. |
setStyleSheetFile | Public method to read a QSS style sheet file and set the application style sheet based on its contents. |
unregisterPluginObject | Public method to unregister a plugin object in the object registry. |
usesDarkPalette | Public method to check, if the application uses a palette with a dark background. |
usesSmallScreen | Public method to determine, if the application is used on a small screen. |
None |
Constructor
Private method to set the palette from a style sheet.
Public method to get a reference to a registered object.
Public method to get a reference to a registered plugin object.
Public method to get the type of a registered plugin object.
Public method to get a list of (name, reference) pairs of all registered plugin objects.
Public method to get the path for the style icons.
Public method to register an object in the object registry.
Public method to register a plugin object in the object registry.
Public method to read a QSS style sheet file and set the application style sheet based on its contents.
Public method to unregister a plugin object in the object registry.
Public method to check, if the application uses a palette with a dark background.
Public method to determine, if the application is used on a small screen.