#include <Plugin.h>
Signals | |
void | triggered (te::qt::af::evt::Event *e) |
Public Member Functions | |
const PluginInfo & | info () const |
It returns the PluginInfo of the CppPlugin. More... | |
bool | initialized () const |
It returns true or false if the CppPlugin was initialized. More... | |
Plugin (const te::core::PluginInfo &pluginInfo) | |
void | shutdown () |
This method will be called by applicatons to shutdown plugin's functionality. More... | |
void | startup () |
This method will be called by applications to startup some plugin's functionality. More... | |
~Plugin () | |
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::sa::Plugin::Plugin | ( | const te::core::PluginInfo & | pluginInfo | ) |
te::qt::plugins::sa::Plugin::~Plugin | ( | ) |
|
virtualinherited |
It returns the PluginInfo of the CppPlugin.
Implements te::core::AbstractPlugin.
|
virtualinherited |
It returns true or false if the CppPlugin was initialized.
Implements te::core::AbstractPlugin.
|
protected |
Function used to register all raster processing actions.
|
virtual |
This method will be called by applicatons to shutdown plugin's functionality.
PluginShutdownException | It may throws an exception. |
Implements te::core::AbstractPlugin.
|
virtual |
This method will be called by applications to startup some plugin's functionality.
PluginStartupException | It may throws an exception. |
Implements te::core::AbstractPlugin.
|
signal |
|
protected |
Function used to unregister all raster processing actions.
|
protected |
|
protected |
|
protected |
|
protectedinherited |
Definition at line 73 of file CppPlugin.h.
|
protected |
|
protected |
|
protectedinherited |
Definition at line 72 of file CppPlugin.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |