Go to the documentation of this file.
   24 #ifndef SVTK_COMBOACTION_H 
   25 #define SVTK_COMBOACTION_H 
   29 #include <QWidgetAction> 
   41   void insertItem( 
const QIcon&, 
const int = -1  );
 
   44   void setCurrentIndex( 
const int );
 
   45   int  currentIndex() 
const;
 
   48   void triggered( 
int );
 
   53   virtual void update();
 
   61 #endif // SVTK_COMBOACTION_H