Manage the menu and action for TerraLib 4.x Converter Plugin. More...
#include <TL4ConverterAction.h>
  
 Public Member Functions | |
| TL4ConverterAction (QMenu *menu) | |
| ~TL4ConverterAction () | |
Protected Slots | |
| virtual void | onActionActivated (bool checked) | 
Protected Member Functions | |
| void | createAction (const std::string &name, const std::string &pixmap=std::string("")) | 
Protected Attributes | |
| QAction * | m_action | 
| Action used to call the process.  More... | |
| QMenu * | m_menu | 
| Parent Menu.  More... | |
Manage the menu and action for TerraLib 4.x Converter Plugin.
Definition at line 51 of file TL4ConverterAction.h.
| te::qt::plugins::terralib4::TL4ConverterAction::TL4ConverterAction | ( | QMenu * | menu | ) | 
Definition at line 41 of file TL4ConverterAction.cpp.
References createAction().
| te::qt::plugins::terralib4::TL4ConverterAction::~TL4ConverterAction | ( | ) | 
Definition at line 47 of file TL4ConverterAction.cpp.
      
  | 
  protected | 
Definition at line 51 of file TL4ConverterAction.cpp.
Referenced by TL4ConverterAction().
      
  | 
  protectedvirtualslot | 
Definition at line 68 of file TL4ConverterAction.cpp.
References te::common::Singleton< ApplicationController >::getInstance().
      
  | 
  protected | 
Action used to call the process.
Definition at line 73 of file TL4ConverterAction.h.
      
  | 
  protected | 
Parent Menu.
Definition at line 72 of file TL4ConverterAction.h.