#include <Plugin.h>
Signals | |
| void | triggered (te::qt::af::evt::Event *e) |
Public Member Functions | |
| const PluginInfo & | getInfo () const |
| It return the information associated to the plugin. More... | |
| bool | isStarted () const |
| It tells if the plugin was started or not. More... | |
| bool | operator< (const AbstractPlugin &rhs) const |
| This overloaded operator can be used to index the plugin in a set. More... | |
| Plugin (const te::plugin::PluginInfo &pluginInfo) | |
| void | shutdown () |
| Do nothing! Just set plugin as stopped. More... | |
| void | startup () |
| Do nothing! Just set plugin as started. More... | |
| ~Plugin () | |
| Virtual destructor. More... | |
Protected Member Functions | |
| void | registerActions () |
| Function used to register all raster processing actions. More... | |
| void | unRegisterActions () |
| Function used to unregister all raster processing actions. More... | |
| te::qt::plugins::rp::Plugin::Plugin | ( | const te::plugin::PluginInfo & | pluginInfo | ) |
|
virtual |
Virtual destructor.
Reimplemented from te::plugin::Plugin.
|
virtualinherited |
It return the information associated to the plugin.
Implements te::plugin::AbstractPlugin.
|
virtualinherited |
It tells if the plugin was started or not.
Implements te::plugin::AbstractPlugin.
|
inherited |
This overloaded operator can be used to index the plugin in a set.
| rhs | The right-hand-side plugin. |
|
protected |
Function used to register all raster processing actions.
|
virtual |
Do nothing! Just set plugin as stopped.
Reimplemented from te::plugin::Plugin.
|
virtual |
Do nothing! Just set plugin as started.
Reimplemented from te::plugin::Plugin.
|
signal |
|
protected |
Function used to unregister all raster processing actions.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedinherited |
|
protected |
|
protected |
|
protectedinherited |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |