Submodule: plugin_manager¶
-
class
flika.app.plugin_manager.
PluginManager
¶ -
static
close
(self) → bool¶
-
closeEvent
(self, QCloseEvent)¶
-
static
show
(self)¶
-
sigPluginLoaded
¶ PluginManager handles installed plugins and the online plugin database | show() : initializes a gui as a static variable of the class, if necessary, and displays it. Call in place of constructor | close() : closes the gui if it exists
-
static
-
flika.app.plugin_manager.
str2func
(plugin_name, file_location, function)¶ takes plugin_name, path to object, function as arguments imports plugin_name.path and gets the function from that imported object to be run when an action is clicked