#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 | updateDelegate (const bool &add) |
Protected Attributes | |
| WMSItemDelegate * | m_delegate |
| bool | m_initialized |
| PluginInfo | m_pinfo |
Definition at line 56 of file attic/src/qt/plugins/datasource/wms/Plugin.h.
| Plugin::Plugin | ( | const te::core::PluginInfo & | pluginInfo | ) |
Definition at line 84 of file attic/src/qt/plugins/datasource/wms/Plugin.cpp.
| Plugin::~Plugin | ( | ) |
Definition at line 91 of file attic/src/qt/plugins/datasource/wms/Plugin.cpp.
|
virtualinherited |
It returns the PluginInfo of the CppPlugin.
Implements te::core::AbstractPlugin.
Definition at line 43 of file src/terralib/core/plugin/CppPlugin.cpp.
References te::core::CppPlugin::m_pinfo.
Referenced by te::qt::plugins::gdal::Plugin::openFileDialog(), te::qt::plugins::gdal::Plugin::openMultipleFilesDialog(), and te::qt::plugins::ogr::Plugin::showWindow().
|
virtualinherited |
It returns true or false if the CppPlugin was initialized.
Implements te::core::AbstractPlugin.
Definition at line 49 of file src/terralib/core/plugin/CppPlugin.cpp.
References te::core::CppPlugin::m_initialized.
|
virtual |
This method will be called by applicatons to shutdown plugin's functionality.
| PluginShutdownException | It may throws an exception. |
Implements te::core::AbstractPlugin.
Definition at line 111 of file attic/src/qt/plugins/datasource/wms/Plugin.cpp.
References GetAllWMSLayers(), te::common::Singleton< DataSourceInfoManager >::getInstance(), te::common::Singleton< DataSourceTypeManager >::getInstance(), te::common::Singleton< ApplicationController >::getInstance(), GetLayers(), te::core::CppPlugin::m_initialized, te::qt::af::evt::GetLayerExplorer::m_layerExplorer, te::qt::widgets::LayerItemView::removeItems(), TE_LOG_TRACE, TE_TR, triggered(), and updateDelegate().
|
virtual |
This method will be called by applications to startup some plugin's functionality.
| PluginStartupException | It may throws an exception. |
Implements te::core::AbstractPlugin.
Definition at line 95 of file attic/src/qt/plugins/datasource/wms/Plugin.cpp.
References te::common::Singleton< DataSourceTypeManager >::getInstance(), te::common::Singleton< ApplicationController >::getInstance(), te::core::CppPlugin::m_initialized, te::qt::af::SENDER, TE_LOG_TRACE, TE_TR, and updateDelegate().
|
signal |
Referenced by shutdown(), and updateDelegate().
|
protected |
Definition at line 150 of file attic/src/qt/plugins/datasource/wms/Plugin.cpp.
References m_delegate, te::qt::af::evt::GetLayerExplorer::m_layerExplorer, te::qt::widgets::LayerItemView::removeDelegate(), TERRALIB_PLUGIN_CALL_BACK_IMPL, and triggered().
Referenced by shutdown(), and startup().
|
protected |
Definition at line 78 of file attic/src/qt/plugins/datasource/wms/Plugin.h.
Referenced by updateDelegate().
|
protectedinherited |
Definition at line 73 of file src/terralib/core/plugin/CppPlugin.h.
Referenced by te::core::CppPlugin::initialized(), te::qt::plugins::wcs::Plugin::shutdown(), te::ce::Plugin::shutdown(), te::qt::plugins::ado::Plugin::shutdown(), te::qt::plugins::pgis::Plugin::shutdown(), te::ws::ogc::wcs::qtplugin::Plugin::shutdown(), te::qt::plugins::wfs::Plugin::shutdown(), te::qt::plugins::cellspace::Plugin::shutdown(), te::qt::plugins::terralib4::Plugin::shutdown(), te::qt::plugins::ogr::Plugin::shutdown(), te::qt::plugins::pgisRaster::Plugin::shutdown(), te::qt::plugins::addressgeocoding::Plugin::shutdown(), shutdown(), te::qt::plugins::attributefill::Plugin::shutdown(), te::qt::plugins::gdal::Plugin::shutdown(), te::qt::plugins::st::Plugin::shutdown(), te::ws::ogc::wms::qtplugin::Plugin::shutdown(), te::qt::plugins::terramobile::Plugin::shutdown(), te::qt::plugins::mnt::Plugin::shutdown(), te::qt::plugins::tv::Plugin::shutdown(), te::wms::Module::shutdown(), te::wfs::Module::shutdown(), te::qt::plugins::sa::Plugin::shutdown(), te::wcs::Module::shutdown(), terralib4::Module::shutdown(), te::qt::plugins::vp::Plugin::shutdown(), te::ado::Module::shutdown(), te::qt::plugins::wtss::Plugin::shutdown(), te::qt::plugins::edit::Plugin::shutdown(), te::ws::ogc::wcs::da::Module::shutdown(), te::ws::ogc::wms::da::Module::shutdown(), te::qt::plugins::rp::Plugin::shutdown(), te::qt::plugins::pgis::Plugin::startup(), te::qt::plugins::wcs::Plugin::startup(), te::ce::Plugin::startup(), te::qt::plugins::ado::Plugin::startup(), te::ws::ogc::wcs::qtplugin::Plugin::startup(), te::qt::plugins::terralib4::Plugin::startup(), te::qt::plugins::wfs::Plugin::startup(), te::qt::plugins::cellspace::Plugin::startup(), te::qt::plugins::addressgeocoding::Plugin::startup(), te::qt::plugins::ogr::Plugin::startup(), te::qt::plugins::pgisRaster::Plugin::startup(), startup(), te::qt::plugins::gdal::Plugin::startup(), te::qt::plugins::attributefill::Plugin::startup(), te::wms::Module::startup(), te::wcs::Module::startup(), te::ws::ogc::wms::qtplugin::Plugin::startup(), te::wfs::Module::startup(), te::qt::plugins::st::Plugin::startup(), terralib4::Module::startup(), te::qt::plugins::terramobile::Plugin::startup(), te::ado::Module::startup(), te::qt::plugins::tv::Plugin::startup(), te::qt::plugins::mnt::Plugin::startup(), te::qt::plugins::sa::Plugin::startup(), te::qt::plugins::vp::Plugin::startup(), te::qt::plugins::wtss::Plugin::startup(), te::ws::ogc::wcs::da::Module::startup(), te::ws::ogc::wms::da::Module::startup(), te::qt::plugins::edit::Plugin::startup(), and te::qt::plugins::rp::Plugin::startup().
|
protectedinherited |
Definition at line 72 of file src/terralib/core/plugin/CppPlugin.h.
Referenced by te::core::CppPlugin::info().