16 #include "msdevstudio/MSconfig.h"
27 using namespace hippodraw;
43 static char * argv[1];
44 argv[0] = const_cast <
char * > (
"/HippoDraw");
46 QtApp app ( argc, argv );
52 catch ( std::exception & e ) {
virtual void run()
Creates the application object and runs it.
hippodraw::QtApp class interface
A derived class of QApplication that instantiates the components of HippoDraw.
hippodraw::HdThread class declaration
virtual ~HdThread()
The destructor.
HdThread()
The default constructor.