Internal class to represent combo box with the list of modules in the toolbar.  
 More...
#include <LightApp_ModuleAction.h>
 | 
|   | ComboAction (QObject *parent) | 
|   | Constructor.  More...
  | 
|   | 
| QList< QtxComboBox * >  | widgets () const  | 
|   | Get list of associated widgets.  More...
  | 
|   | 
|   | QtxAction (QObject *=0, bool=false, const QString &=QString()) | 
|   | Constructor.  More...
  | 
|   | 
|   | QtxAction (const QString &, const QString &, int, QObject *, bool=false, const QString &=QString()) | 
|   | Constructor.  More...
  | 
|   | 
|   | QtxAction (const QString &, const QString &, const QKeySequence &, QObject *, bool=false, const QString &=QString()) | 
|   | Constructor.  More...
  | 
|   | 
|   | QtxAction (const QString &, const QIcon &, const QString &, int, QObject *, bool=false, const QString &=QString()) | 
|   | Constructor.  More...
  | 
|   | 
|   | QtxAction (const QString &, const QIcon &, const QString &, const QKeySequence &, QObject *, bool=false, const QString &=QString()) | 
|   | Constructor.  More...
  | 
|   | 
| virtual  | ~QtxAction () | 
|   | Destructor.  More...
  | 
|   | 
| virtual bool  | eventFilter (QObject *, QEvent *) | 
|   | Customize action events.  More...
  | 
|   | 
| QString  | shortcutActionName () const  | 
|   | Return shortcut action name for the action.  More...
  | 
|   | 
| void  | setShortcutActionName (const QString &) | 
|   | Set shortcut action name to the action.  More...
  | 
|   | 
      
        
          | LightApp_ModuleAction::ComboAction::ComboAction  | 
          ( | 
          QObject *  | 
          parent | ) | 
           | 
        
      
 
 
  
  
      
        
          | void LightApp_ModuleAction::ComboAction::activatedId  | 
          ( | 
          int  | 
          id | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
  
  
      
        
          | QWidget * LightApp_ModuleAction::ComboAction::createWidget  | 
          ( | 
          QWidget *  | 
          parent | ) | 
           | 
         
       
   | 
  
protectedvirtual   | 
  
 
- Parameters
 - 
  
    | parent | parent widget (should be QToolBar or its successor)  | 
  
   
- Returns
 - new custom widget, containing combo box 
 
 
 
The documentation for this class was generated from the following files: