#include <plugin.h>
Public Member Functions | |
virtual bool | hasConfiguration () const |
virtual void | initPlugin (PluginContext &) |
Plugin () | |
virtual void | restoreSettings (const Settings &, const Settings &) |
virtual void | saveSettings (Settings &, Settings &) const |
virtual void | shutdownPlugin () |
virtual void | triggerConfiguration () |
qt_gui_cpp::Plugin::Plugin | ( | ) | [inline] |
Construct the plugin. All initialization should be performed in initPlugin().
virtual bool qt_gui_cpp::Plugin::hasConfiguration | ( | ) | const [inline, virtual] |
Indicate if the plugin has configuration dialog which could be triggered by an icon in the title bar of the dock widgets.
virtual void qt_gui_cpp::Plugin::initPlugin | ( | PluginContext & | ) | [inline, virtual] |
virtual void qt_gui_cpp::Plugin::restoreSettings | ( | const Settings & | , |
const Settings & | |||
) | [inline, virtual] |
virtual void qt_gui_cpp::Plugin::saveSettings | ( | Settings & | , |
Settings & | |||
) | const [inline, virtual] |
virtual void qt_gui_cpp::Plugin::shutdownPlugin | ( | ) | [inline, virtual] |
virtual void qt_gui_cpp::Plugin::triggerConfiguration | ( | ) | [inline, virtual] |
Trigger a configuration dialog. If this method is reimplemented hasConfiguration() should also be reimplemented and return true.