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

#include <Plugin.h>

Inheritance diagram for te::qt::plugins::attributefill::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 Member Functions

void registerActions ()
 Function used to register all attributefill actions.
 
void unRegisterActions ()
 Function used to unregister all attributefill actions.
 

Protected Attributes

QMenu * m_attributefillMenu
 Attribute Fill Sub Menu registered.
 
bool m_initialized
 
PluginInfo m_pinfo
 
QAction * m_popupAction
 Attribute Fill pop up action registered.
 
RasterToVectorActionm_rasterToVector
 RasterToVector Attribute Fill Action.
 
VectorToRasterActionm_vectorToRaster
 VectorToRaster Attribute Fill Action.
 
VectorToVectorActionm_vectorToVector
 VectorToVector Attribute Fill Action.
 

Detailed Description

Definition at line 56 of file Plugin.h.

Constructor & Destructor Documentation

◆ Plugin()

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

◆ ~Plugin()

te::qt::plugins::attributefill::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.

◆ registerActions()

void te::qt::plugins::attributefill::Plugin::registerActions ( )
protected

Function used to register all attributefill actions.

◆ shutdown()

void te::qt::plugins::attributefill::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::attributefill::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::attributefill::Plugin::triggered ( te::qt::af::evt::Event e)
signal

◆ unRegisterActions()

void te::qt::plugins::attributefill::Plugin::unRegisterActions ( )
protected

Function used to unregister all attributefill actions.

Member Data Documentation

◆ m_attributefillMenu

QMenu* te::qt::plugins::attributefill::Plugin::m_attributefillMenu
protected

Attribute Fill Sub Menu registered.

Definition at line 90 of file Plugin.h.

◆ m_initialized

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

Definition at line 73 of file CppPlugin.h.

◆ m_pinfo

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

Definition at line 72 of file CppPlugin.h.

◆ m_popupAction

QAction* te::qt::plugins::attributefill::Plugin::m_popupAction
protected

Attribute Fill pop up action registered.

Definition at line 91 of file Plugin.h.

◆ m_rasterToVector

RasterToVectorAction* te::qt::plugins::attributefill::Plugin::m_rasterToVector
protected

RasterToVector Attribute Fill Action.

Definition at line 93 of file Plugin.h.

◆ m_vectorToRaster

VectorToRasterAction* te::qt::plugins::attributefill::Plugin::m_vectorToRaster
protected

VectorToRaster Attribute Fill Action.

Definition at line 94 of file Plugin.h.

◆ m_vectorToVector

VectorToVectorAction* te::qt::plugins::attributefill::Plugin::m_vectorToVector
protected

VectorToVector Attribute Fill Action.

Definition at line 95 of file Plugin.h.


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