Compatibility module to use KApplication instead of QApplication.
| KQApplicationMixin | Private mixin class implementing methods common to both KQApplication bases. |
| __qtKQApplication | Compatibility class to use QApplication. |
| KQApplication | Public function to instantiate an application object. |
Private mixin class implementing methods common to both KQApplication bases.
| KQApplicationMixin | Constructor |
| getObject | Public method to get a reference to a registered object. |
| getPluginObject | Public method to get a reference to 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. |
Constructor
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 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 QApplication.
| __qtKQApplication | Constructor |
Constructor
Public function to instantiate an application object.