CMS 3D CMS Logo

VisCSCPlotWidgetAxisX.h

Go to the documentation of this file.
00001 #ifndef PLOTWIDGETAXISX_H
00002 #define PLOTWIDGETAXISX_H
00003 #include "qwidget.h"
00004 
00005 class VisCSCPlotWidgetAxisX :
00006         public QWidget
00007 {
00008 public:
00009         VisCSCPlotWidgetAxisX(const int nbins, QWidget* parent = 0, const char* name = 0);
00010         ~VisCSCPlotWidgetAxisX(void);
00011         QSize minimumSizeHint() const;
00012         QSize sizeHint() const;
00013 protected:
00014         void paintEvent(QPaintEvent *);
00015 private:
00016         int m_bins;
00017 };
00018 
00019 #endif// PLOTWIDGETAXISX_H

Generated on Tue Jun 9 17:50:20 2009 for CMSSW by  doxygen 1.5.4