presentationplugin¶
The openlp.plugins.presentations.presentationplugin
module provides the ability for OpenLP to display
presentations from a variety of document formats.
-
class
openlp.plugins.presentations.presentationplugin.
PresentationPlugin
[source]¶ Bases:
openlp.core.lib.plugin.Plugin
This plugin allowed a Presentation to be opened, controlled and displayed on the output display. The plugin controls third party applications such as OpenOffice.org Impress, Microsoft PowerPoint and the PowerPoint viewer.
-
check_pre_conditions
()[source]¶ Check to see if we have any presentation software available. If not do not install the plugin.
-
finalise
()[source]¶ Finalise the plugin. Ask all the enabled presentation applications to close down their applications and release resources.
-
initialise
()[source]¶ Initialise the plugin. Determine which controllers are enabled are start their processes.
-
log
= <Logger PresentationPlugin (WARNING)>¶
-