Compatibility module to use KApplication instead of QApplication.
e4App |
KQApplicationMixin | Private mixin class implementing methods common to both KQApplication bases. |
__kdeKQApplication | Compatibility class to use KApplication instead of Qt's QApplication. |
__qtKQApplication | Compatibility class to use QApplication. |
KQApplication | Public function to instantiate an application object. |
Private mixin class implementing methods common to both KQApplication bases.
None |
None |
KQApplicationMixin | Constructor |
_localeString | Protected function to get the string for the configured locale. |
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. |
registerObject | Public method to register an object in the object registry. |
registerPluginObject | Public method to register a plugin object in the object registry. |
unregisterPluginObject | Public method to unregister a plugin object in the object registry. |
None |
Constructor
Protected function to get the string for the configured locale.
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 register an object in the object registry.
Public method to register a plugin object in the object registry.
Public method to unregister a plugin object in the object registry.
Compatibility class to use KApplication instead of Qt's QApplication.
None |
None |
__kdeKQApplication | Constructor |
None |
Constructor
Compatibility class to use QApplication.
None |
None |
__qtKQApplication | Constructor |
None |
Constructor
Public function to instantiate an application object.