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

FEPList Struct Reference

The Information List for all FrontEnd Plugins. More...

#include <pluginhandling.h>

List of all members.

Public Attributes

FrontEndPluginplug
 The pointer to the FrontEndPlugin itself. More...

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

bool active
 Whether the plugin is active or not. More...

FEPList* next
 The next plugin. More...


Detailed Description

The Information List for all FrontEnd Plugins.

Author(s):
xandi
Date:
270200

Definition at line 24 of file pluginhandling.h.

00025 {
00026     FrontEndPlugin* plug; 
00027     int             id; 
00028     bool            active; 
00029     FEPList*        next; 
00030     }

Member Data Documentation

bool FEPList::active

Whether the plugin is active or not.

Definition at line 28 of file pluginhandling.h.

int FEPList::id

The ID of the plugin.

Definition at line 27 of file pluginhandling.h.

FEPList * FEPList::next

The next plugin.

Definition at line 29 of file pluginhandling.h.

FrontEndPlugin * FEPList::plug

The pointer to the FrontEndPlugin itself.

Definition at line 26 of file pluginhandling.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