CMS 3D CMS Logo

IgQtRangeMControl.h

Go to the documentation of this file.
00001 #ifndef IGUANA_GL_BROWSERS_IG_QT_RANGE_MCONTROL_H
00002 # define IGUANA_GL_BROWSERS_IG_QT_RANGE_MCONTROL_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/GLBrowsers/interface/IgQtRangeControlCommon.h"
00007 
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00010 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00011 
00012 class QComboBox;
00013 
00014 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00015 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00016 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00017 
00018 class IGUANA_GL_BROWSERS_API IgQtRangeMControl : public IgQtRangeControlCommon
00019 {
00020     Q_OBJECT
00021 public:
00022     IgQtRangeMControl (QWidget *parent, int parts,
00023                        unsigned int size = 1,
00024                        const char *name = 0);
00025 
00026     // implicit copy constructor
00027     // implicit assignment operator
00028     // implicit destructor
00029 
00030     int                 currentIndex (void) const;
00031     
00032     virtual void        resizeIndex (unsigned int size);
00033 
00034 public slots:
00035     virtual void        newIndex (int index);
00036 
00037 protected slots:
00038     virtual void        updateTextValue (void);
00039 
00040 protected:
00041 
00042     QComboBox           *m_index;
00043     bool                m_indexPart;
00044 };
00045 
00046 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00047 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00048 
00049 #endif // IGUANA_GL_BROWSERS_IG_QT_RANGE_MCONTROL_H

Generated on Tue Jun 9 17:38:32 2009 for CMSSW by  doxygen 1.5.4