#include <Plugin.h>
Definition at line 66 of file Plugin.h.
◆ Plugin()
◆ ~Plugin()
te::qt::plugins::wtss::Plugin::~Plugin |
( |
| ) |
|
◆ info()
const PluginInfo& te::core::CppPlugin::info |
( |
| ) |
const |
|
virtualinherited |
◆ initialized()
bool te::core::CppPlugin::initialized |
( |
| ) |
const |
|
virtualinherited |
It returns true or false if the CppPlugin was initialized.
- Returns
- The current state of the CppPlugin
Implements te::core::AbstractPlugin.
◆ onActionActivated
void te::qt::plugins::wtss::Plugin::onActionActivated |
( |
bool |
| ) |
|
|
protectedslot |
◆ onActionQueryToggled
void te::qt::plugins::wtss::Plugin::onActionQueryToggled |
( |
| ) |
|
|
protectedslot |
◆ onCloseTool
void te::qt::plugins::wtss::Plugin::onCloseTool |
( |
| ) |
|
|
protectedslot |
◆ registerActions()
void te::qt::plugins::wtss::Plugin::registerActions |
( |
| ) |
|
|
protected |
◆ shutdown()
void te::qt::plugins::wtss::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.
◆ startup()
void te::qt::plugins::wtss::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.
◆ triggered
◆ unregisterActions()
void te::qt::plugins::wtss::Plugin::unregisterActions |
( |
| ) |
|
|
protected |
◆ m_initialized
bool te::core::CppPlugin::m_initialized |
|
protectedinherited |
◆ m_menu
QMenu* te::qt::plugins::wtss::Plugin::m_menu |
|
protected |
◆ m_pinfo
PluginInfo te::core::CppPlugin::m_pinfo |
|
protectedinherited |
◆ m_timeSeriesAction
QAction* te::qt::plugins::wtss::Plugin::m_timeSeriesAction |
|
protected |
◆ m_wtssAction
QAction* te::qt::plugins::wtss::Plugin::m_wtssAction |
|
protected |
◆ m_wtssDlg
◆ m_wtssToolBar
QToolBar* te::qt::plugins::wtss::Plugin::m_wtssToolBar |
|
protected |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/plugins/wtss/Plugin.h