Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

qtFrontEnd.h File Reference

#include "../../configFrontEndPlugIn.h"

Go to the source code of this file.

Functions

void init ( void )
void run ( int argc, char** argv )

Variables

struct ConfigFrontEndPlugIn qtPlug = { init, run }


Function Documentation

void init ( void)

Definition at line 57 of file client/frontends/qt/qtFrontEnd.cpp.

00058 {
00059     fprintf ( stderr, "\n3Dsia client\nQt configuration frontend plugin\n" );
00060     }

void run ( int argc,
char ** argv)

Definition at line 72 of file client/frontends/qt/qtFrontEnd.cpp.

00072 {
00073     QApplication qapp (argc, argv);
00074     
00075     MyMainWidget w;
00076     
00077     w.show ();
00078     qapp.setMainWidget (&w);
00079     qapp.exec ();
00080 }

Variable Documentation

struct ConfigFrontEndPlugIn qtPlug = { init, run }

Definition at line 9 of file client/frontends/qt/qtFrontEnd.h.


Generated at Sat May 13 13:50:22 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000