imageplugin

class openlp.plugins.images.imageplugin.ImagePlugin[source]

Bases: openlp.core.lib.plugin.Plugin

static about()[source]
config_update()[source]

Triggered by saving and changing the image border. Sets the images in image manager to require updates. Actual update is triggered by the last part of saving the config.

set_plugin_text_strings()[source]

Called to define all translatable texts of the plugin.

upgrade_settings(settings)[source]

Upgrade the settings of this plugin.

Parameters:settings – The Settings object containing the old settings.