This class register the contrast action into TIMESLIDERWIDGET Plugin. More...
#include <TimeSliderWidgetAction.h>
  
 Public Member Functions | |
| TimeSliderWidgetAction (QMenu *menu) | |
| virtual | ~TimeSliderWidgetAction () | 
Protected Slots | |
| virtual void | onActionActivated (bool checked) | 
| virtual void | onDeleteTimeSliderWidget () | 
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... | |
Private Attributes | |
| te::qt::widgets::TimeSliderWidget * | m_timeSliderWidget | 
This class register the contrast action into TIMESLIDERWIDGET Plugin.
Definition at line 53 of file TimeSliderWidgetAction.h.
| te::qt::plugins::st::TimeSliderWidgetAction::TimeSliderWidgetAction | ( | QMenu * | menu | ) | 
Definition at line 35 of file TimeSliderWidgetAction.cpp.
References te::qt::af::InterfaceController::addInterface(), te::qt::plugins::st::AbstractAction::createAction(), te::qt::af::MapDisplay::getDisplay(), te::qt::af::BaseApplication::getDisplay(), te::common::Singleton< ApplicationController >::getInstance(), te::qt::af::BaseApplication::getInterfaceController(), m_timeSliderWidget, and onDeleteTimeSliderWidget().
      
  | 
  virtual | 
Definition at line 60 of file TimeSliderWidgetAction.cpp.
References te::common::Singleton< ApplicationController >::getInstance(), te::qt::af::BaseApplication::getInterfaceController(), and te::qt::af::InterfaceController::removeInteface().
      
  | 
  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(), te::qt::plugins::st::TimeSeriesAction::TimeSeriesAction(), TimeSliderWidgetAction(), and te::qt::plugins::st::TrajectoryAction::TrajectoryAction().
      
  | 
  protectedvirtualslot | 
Definition at line 74 of file TimeSliderWidgetAction.cpp.
      
  | 
  protectedvirtualslot | 
Definition at line 86 of file TimeSliderWidgetAction.cpp.
Referenced by TimeSliderWidgetAction().
      
  | 
  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.
      
  | 
  private | 
Definition at line 70 of file TimeSliderWidgetAction.h.
Referenced by TimeSliderWidgetAction().