NCL Composer  0.1
qnstgraphicsaggregator.h
00001 #ifndef QNSTGRAPHICSAGGREGATOR_H
00002 #define QNSTGRAPHICSAGGREGATOR_H
00003 
00004 
00005 #include "qnstgraphicscontent.h"
00006 
00007 class QnstGraphicsAggregator : public QnstGraphicsContent
00008 {
00009 public:
00010     QnstGraphicsAggregator(QnstGraphicsNode* parent = 0);
00011 
00012     ~QnstGraphicsAggregator();
00013 
00014 protected:
00015     virtual void draw(QPainter* painter);
00016 
00017     virtual void delineate(QPainterPath* painter) const;
00018 
00019 private:
00020     void createObjects();
00021 
00022     void createConnections();
00023 };
00024 
00025 #endif // QNSTGRAPHICSAGGREGATOR_H
 All Classes Functions Variables