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

FrontEndPlugin Struct Reference

The PluginHeader for FrontEndPlugins. More...

#include <plugin.h>

List of all members.

Public Attributes

int id
 The ID of the plugin. More...

void* init
 Initialization Function. More...

void* update
 Update Function. More...

void* displayUsers
 Display connected Clients. More...

void* displayMatrices
 Display number of open matrices (OBSOLETE!!). More...

void* displayDebugMessage
 Display the Debug Message. More...


Detailed Description

The PluginHeader for FrontEndPlugins.

Author(s):
xandi
Date:
??0200

Definition at line 28 of file plugin.h.

00029 {
00030     int     id;                                 
00031 
00032     void *( *init )                  ( void );
00034     void *( *update )                ( void );
00036     void *( *displayUsers )          ( int );
00038     void *( *displayMatrices )       ( int );
00040     void *( *displayDebugMessage )   ( char * );
00041     }

Member Data Documentation

void* FrontEndPlugin::displayDebugMessage

Display the Debug Message.

Definition at line 40 of file plugin.h.

void* FrontEndPlugin::displayMatrices

Display number of open matrices (OBSOLETE!!).

Definition at line 38 of file plugin.h.

void* FrontEndPlugin::displayUsers

Display connected Clients.

Definition at line 36 of file plugin.h.

int FrontEndPlugin::id

The ID of the plugin.

Definition at line 30 of file plugin.h.

void* FrontEndPlugin::init

Initialization Function.

Definition at line 32 of file plugin.h.

void* FrontEndPlugin::update

Update Function.

Definition at line 34 of file plugin.h.


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