NCL Composer  0.1
qnstgraphicshtml.h
00001 #ifndef QNSTGRAPHICSHTML_H
00002 #define QNSTGRAPHICSHTML_H
00003 
00004 #include "qnstgraphicsmedia.h"
00005 
00006 class QnstGraphicsHTML : public QnstGraphicsMedia
00007 {
00008 public:
00009     QnstGraphicsHTML(QnstGraphicsNode* parent = 0);
00010 
00011     ~QnstGraphicsHTML();
00012 };
00013 
00014 #endif // QNSTGRAPHICSHTML_H
 All Classes Functions Variables