NCL Composer  0.1.5
 All Classes Functions Variables Pages
qnstgraphicsproperty.h
1 #ifndef QNSTGRAPHICSPROPERTY_H
2 #define QNSTGRAPHICSPROPERTY_H
3 
4 #include "qnstgraphicsinterface.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 // QNSTGRAPHICSPROPERTY_H