This class register the time series action into the St plugin. More...
#include <TimeSeriesAction.h>
Public Member Functions | |
| TimeSeriesAction (QMenu *menu) | |
| virtual | ~TimeSeriesAction () |
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... | |
This class register the time series action into the St plugin.
Definition at line 48 of file TimeSeriesAction.h.
| te::qt::plugins::st::TimeSeriesAction::TimeSeriesAction | ( | QMenu * | menu | ) |
Definition at line 47 of file TimeSeriesAction.cpp.
References te::qt::plugins::st::AbstractAction::createAction(), and te::qt::widgets::AbstractTreeItemFactory::reg().
|
virtual |
Definition at line 54 of file TimeSeriesAction.cpp.
|
protectedinherited |
Create and set the actions parameters.
| name | The action name. |
| pixmap | The action pixmap name. |
Definition at line 39 of file AbstractAction.cpp.
Referenced by te::qt::plugins::st::ObservationAction::ObservationAction(), TimeSeriesAction(), te::qt::plugins::st::TimeSliderWidgetAction::TimeSliderWidgetAction(), and te::qt::plugins::st::TrajectoryAction::TrajectoryAction().
|
protectedvirtualslot |
Definition at line 58 of file TimeSeriesAction.cpp.
References te::common::Singleton< ApplicationController >::getInstance(), and te::st::STDataLoader::initialize().
|
protectedinherited |
Action used to call the process.
Definition at line 92 of file AbstractAction.h.
|
protectedinherited |
Parent Menu.
Definition at line 91 of file AbstractAction.h.