Loading...
Searching...
No Matches
te::qt::plugins::gdal::Plugin Class Reference

#include <Plugin.h>

Inheritance diagram for te::qt::plugins::gdal::Plugin:
te::core::CppPlugin te::core::AbstractPlugin

Signals

void triggered (te::qt::af::evt::Event *e)
 

Public Member Functions

const PluginInfo & info () const
 It returns the PluginInfo of the CppPlugin.
 
bool initialized () const
 It returns true or false if the CppPlugin was initialized.
 
 Plugin (const te::core::PluginInfo &pluginInfo)
 
void shutdown ()
 This method will be called by applicatons to shutdown plugin's functionality.
 
void startup ()
 This method will be called by applications to startup some plugin's functionality.
 
 ~Plugin ()
 

Protected Slots

void openFileDialog ()
 
void openMultipleFilesDialog ()
 

Protected Attributes

te::qt::plugins::gdal::GeoFileDragAndDropHandlerm_handlerLayerExplorer
 
te::qt::plugins::gdal::GeoFileDragAndDropHandlerm_handlerMapDisplay
 
bool m_initialized
 
QAction * m_openFile
 
QAction * m_openMultipleFiles
 
PluginInfo m_pinfo
 

Detailed Description

Definition at line 56 of file Plugin.h.

Constructor & Destructor Documentation

◆ Plugin()

te::qt::plugins::gdal::Plugin::Plugin ( const te::core::PluginInfo pluginInfo)

◆ ~Plugin()

te::qt::plugins::gdal::Plugin::~Plugin ( )

Member Function Documentation

◆ info()

const PluginInfo & te::core::CppPlugin::info ( ) const
virtualinherited

It returns the PluginInfo of the CppPlugin.

Returns
The CppPlugin information

Implements te::core::AbstractPlugin.

◆ 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.

◆ openFileDialog

void te::qt::plugins::gdal::Plugin::openFileDialog ( )
protectedslot

◆ openMultipleFilesDialog

void te::qt::plugins::gdal::Plugin::openMultipleFilesDialog ( )
protectedslot

◆ shutdown()

void te::qt::plugins::gdal::Plugin::shutdown ( )
virtual

This method will be called by applicatons to shutdown plugin's functionality.

Exceptions
PluginShutdownExceptionIt may throws an exception.

Implements te::core::AbstractPlugin.

◆ startup()

void te::qt::plugins::gdal::Plugin::startup ( )
virtual

This method will be called by applications to startup some plugin's functionality.

Exceptions
PluginStartupExceptionIt may throws an exception.

Implements te::core::AbstractPlugin.

◆ triggered

void te::qt::plugins::gdal::Plugin::triggered ( te::qt::af::evt::Event e)
signal

Member Data Documentation

◆ m_handlerLayerExplorer

te::qt::plugins::gdal::GeoFileDragAndDropHandler* te::qt::plugins::gdal::Plugin::m_handlerLayerExplorer
protected

Definition at line 85 of file Plugin.h.

◆ m_handlerMapDisplay

te::qt::plugins::gdal::GeoFileDragAndDropHandler* te::qt::plugins::gdal::Plugin::m_handlerMapDisplay
protected

Definition at line 86 of file Plugin.h.

◆ m_initialized

bool te::core::CppPlugin::m_initialized
protectedinherited

Definition at line 73 of file CppPlugin.h.

◆ m_openFile

QAction* te::qt::plugins::gdal::Plugin::m_openFile
protected

Definition at line 82 of file Plugin.h.

◆ m_openMultipleFiles

QAction* te::qt::plugins::gdal::Plugin::m_openMultipleFiles
protected

Definition at line 83 of file Plugin.h.

◆ m_pinfo

PluginInfo te::core::CppPlugin::m_pinfo
protectedinherited

Definition at line 72 of file CppPlugin.h.


The documentation for this class was generated from the following file: