NCL Composer  0.1.5
 All Classes Functions Variables Pages
qnstgraphicsreference.h
1 #ifndef QNSTGRAPHICSREFERENCE_H
2 #define QNSTGRAPHICSREFERENCE_H
3 
4 #include "qnstgraphicsedge.h"
5 
7 {
8 public:
10 
12 
13 protected:
14  virtual void draw(QPainter* painter);
15 
16  virtual void delineate(QPainterPath* painter) const;
17 };
18 
19 #endif // QNSTGRAPHICSREFERENCE_H