registryproperties¶
Provide Registry values for adding to classes
-
class
openlp.core.common.registryproperties.
RegistryProperties
[source]¶ Bases:
object
This adds registry components to classes to use at run time.
-
alerts_manager
¶ Adds the alerts manager to the class dynamically
-
application
¶ Adds the openlp to the class dynamically. Windows needs to access the application in a dynamic manner.
-
image_manager
¶ Adds the image manager to the class dynamically
-
live_controller
¶ Adds the live controller to the class dynamically
-
main_window
¶ Adds the main window to the class dynamically
-
media_controller
¶ Adds the media controller to the class dynamically
-
plugin_manager
¶ Adds the plugin manager to the class dynamically
-
preview_controller
¶ Adds the preview controller to the class dynamically
-
projector_manager
¶ Adds the projector manager to the class dynamically
-
renderer
¶ Adds the Renderer to the class dynamically
-
service_manager
¶ Adds the service manager to the class dynamically
-
settings_form
¶ Adds the settings form to the class dynamically
-
theme_manager
¶ Adds the theme manager to the class dynamically
-