PSQt/include/shapes.h

Go to the documentation of this file.
00001 #ifndef SHAPES_H
00002 #define SHAPES_H
00003 
00004 #include <QWidget>
00005 
00006 namespace PSQt {
00007 
00008 class Shapes : public QWidget
00009 {
00010   Q_OBJECT  
00011 
00012   public:
00013     Shapes(QWidget *parent = 0);
00014 
00015   protected:
00016     void paintEvent(QPaintEvent *event);
00017 
00018 };
00019 
00020 } // namespace PSQt 
00021 
00022 #endif // SHAPES_H

Generated on 19 Dec 2016 for PSANAmodules by  doxygen 1.4.7