#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 () | 
| 
 | inline | 
Construct the plugin. All initialization should be performed in initPlugin().
| 
 | inlinevirtual | 
Indicate if the plugin has configuration dialog which could be triggered by an icon in the title bar of the dock widgets.
| 
 | inlinevirtual | 
| 
 | inlinevirtual | 
| 
 | inlinevirtual | 
Trigger a configuration dialog. If this method is reimplemented hasConfiguration() should also be reimplemented and return true.