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