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

ConfigFrontEndPlugIn Struct Reference

The Plugin to configure the client. More...

#include <configFrontEndPlugIn.h>

List of all members.

Public Methods

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


Detailed Description

The Plugin to configure the client.

Definition at line 8 of file configFrontEndPlugIn.h.

00009 {
00010     void ( *init )                  ( void );
00011     void ( *run )                   ( int, char** );
00012     }

Member Function Documentation

ConfigFrontEndPlugIn::void ( * run)

ConfigFrontEndPlugIn::void ( * init)


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:24 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000