#include <Plugin.h>
Definition at line 58 of file Plugin.h.
te::qt::plugins::st::Plugin::~Plugin |
( |
| ) |
|
const PluginInfo& te::core::CppPlugin::info |
( |
| ) |
const |
|
virtualinherited |
bool te::core::CppPlugin::initialized |
( |
| ) |
const |
|
virtualinherited |
void te::qt::plugins::st::Plugin::registerActions |
( |
| ) |
|
|
protected |
Function used to register all raster processing actions.
void te::qt::plugins::st::Plugin::shutdown |
( |
| ) |
|
|
virtual |
This method will be called by applicatons to shutdown plugin's functionality.
- Exceptions
-
PluginShutdownException | It may throws an exception. |
Implements te::core::AbstractPlugin.
void te::qt::plugins::st::Plugin::startup |
( |
| ) |
|
|
virtual |
This method will be called by applications to startup some plugin's functionality.
- Exceptions
-
PluginStartupException | It may throws an exception. |
Implements te::core::AbstractPlugin.
void te::qt::plugins::st::Plugin::unRegisterActions |
( |
| ) |
|
|
protected |
Function used to unregister all raster processing actions.
void te::qt::plugins::st::Plugin::updateDelegate |
( |
const bool & |
add | ) |
|
|
protected |
Item delegate.
Definition at line 99 of file Plugin.h.
bool te::core::CppPlugin::m_initialized |
|
protectedinherited |
Observation Layer Action.
Definition at line 96 of file Plugin.h.
PluginInfo te::core::CppPlugin::m_pinfo |
|
protectedinherited |
Slider Process Action.
Definition at line 95 of file Plugin.h.
QMenu* te::qt::plugins::st::Plugin::m_stMenu |
|
protected |
ST Main Menu registered.
Definition at line 94 of file Plugin.h.
TimeSeries Layer Action.
Definition at line 97 of file Plugin.h.
Trajectory Layer Action.
Definition at line 98 of file Plugin.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/plugins/st/Plugin.h