CMS 3D CMS Logo

IgQtPixButton.h

Go to the documentation of this file.
00001 #ifndef IGUANA_STUDIO_IG_QT_PIX_BUTTON_H
00002 # define IGUANA_STUDIO_IG_QT_PIX_BUTTON_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Studio/interface/config.h"
00007 # include <qtoolbutton.h>
00008 
00009 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00010 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00011 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00012 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00013 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00014 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00015 
00016 class IGUANA_STUDIO_API IgQtPixButton : public QToolButton
00017 {
00018     Q_OBJECT
00019 public:
00020     IgQtPixButton (QWidget *parent, const char *name = 0);
00021     IgQtPixButton (QPixmap pixmap, QWidget *parent, const char *name = 0);
00022     // implicit copy constructor
00023     // implicit assignment operator
00024     // implicit destructor
00025 
00026 protected slots:
00027     void        showWhatsThisHelp (void);
00028     
00029 protected:
00030     void        mousePressEvent ( QMouseEvent * event);
00031     void        initialise (QPixmap pixmap);
00032 };
00033 
00034 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00035 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00036 
00037 #endif // IGUANA_STUDIO_IG_QT_PIX_BUTTON_H

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