|
NCL Composer
0.1
|
00001 #ifndef QNSTGRAPHICSCONTENT_H 00002 #define QNSTGRAPHICSCONTENT_H 00003 00004 #include "qnstgraphicsnode.h" 00005 00006 class QnstGraphicsContent : public QnstGraphicsNode 00007 { 00008 public: 00009 QnstGraphicsContent(QnstGraphicsNode* parent = 0); 00010 00011 ~QnstGraphicsContent(); 00012 }; 00013 00014 #endif // QNSTGRAPHICSCONTENT_H