This is an abstract class used to register actions into slider pluging.  
 More...
#include <AbstractAction.h>
 | 
| void  | createAction (std::string name, std::string pixmap="") | 
|   | Create and set the actions parameters.  More...
  | 
|   | 
This is an abstract class used to register actions into slider pluging. 
Definition at line 51 of file AbstractAction.h.
 
      
        
          | te::qt::plugins::slider::AbstractAction::AbstractAction  | 
          ( | 
          QMenu *  | 
          menu | ) | 
           | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | menu | The parent menu object.  | 
  
   
Definition at line 31 of file AbstractAction.cpp.
 
 
  
  
      
        
          | te::qt::plugins::slider::AbstractAction::~AbstractAction  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | void te::qt::plugins::slider::AbstractAction::createAction  | 
          ( | 
          std::string  | 
          name,  | 
         
        
           | 
           | 
          std::string  | 
          pixmap = ""  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | virtual void te::qt::plugins::slider::AbstractAction::onActionActivated  | 
          ( | 
          bool  | 
          checked | ) | 
           | 
         
       
   | 
  
protectedpure virtualslot   | 
  
 
Slot function used when a action was selected. 
- Parameters
 - 
  
    | checked | Flag used in case a toggle action.  | 
  
   
 
 
  
  
      
        
          | QAction* te::qt::plugins::slider::AbstractAction::m_action | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | QMenu* te::qt::plugins::slider::AbstractAction::m_menu | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following files: