te::qt::plugins::st::TrajectoryAction Class Reference

This class register the observation action into the St plugin. More...

#include <TrajectoryAction.h>

Inheritance diagram for te::qt::plugins::st::TrajectoryAction:
te::qt::plugins::st::AbstractAction

Signals

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

Public Member Functions

 TrajectoryAction (QMenu *menu)
 
virtual ~TrajectoryAction ()
 

Protected Slots

virtual void onActionActivated (bool checked)
 

Protected Member Functions

void createAction (std::string name, std::string pixmap="")
 Create and set the actions parameters. More...
 

Protected Attributes

QAction * m_action
 Action used to call the process. More...
 
QMenu * m_menu
 Parent Menu. More...
 

Detailed Description

This class register the observation action into the St plugin.

This class register the trajectory action into the St plugin.

Definition at line 48 of file TrajectoryAction.h.

Constructor & Destructor Documentation

te::qt::plugins::st::TrajectoryAction::TrajectoryAction ( QMenu *  menu)
virtual te::qt::plugins::st::TrajectoryAction::~TrajectoryAction ( )
virtual

Member Function Documentation

void te::qt::plugins::st::AbstractAction::createAction ( std::string  name,
std::string  pixmap = "" 
)
protectedinherited

Create and set the actions parameters.

Parameters
nameThe action name.
pixmapThe action pixmap name.
virtual void te::qt::plugins::st::TrajectoryAction::onActionActivated ( bool  checked)
protectedvirtualslot
void te::qt::plugins::st::AbstractAction::triggered ( te::qt::af::evt::Event e)
signalinherited

Member Data Documentation

QAction* te::qt::plugins::st::AbstractAction::m_action
protectedinherited

Action used to call the process.

Definition at line 102 of file AbstractAction.h.

QMenu* te::qt::plugins::st::AbstractAction::m_menu
protectedinherited

Parent Menu.

Definition at line 101 of file AbstractAction.h.


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