NCL Composer  0.1
qnstgraphicstext.cpp
00001 #include "qnstgraphicstext.h"
00002 
00003 QnstGraphicsText::QnstGraphicsText(QnstGraphicsNode* parent)
00004     : QnstGraphicsMedia(parent)
00005 {
00006     setnstType(Qnst::Text);
00007 
00008     setIcon(":/icon/text");
00009 }
00010 
00011 QnstGraphicsText::~QnstGraphicsText()
00012 {
00013 
00014 }
 All Classes Functions Variables