Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Related Pages  

IP_Descriptor Struct Reference

A structure containing the meta information for the entire plugin and an array of meta information for each operation. More...

#include <improv_plugin.h>

Collaboration diagram for IP_Descriptor:

Collaboration graph
[legend]

Data Fields

unsigned long UniqueId
 Unique Id number. More...

const char * Name
 Plugin name. More...

const char * Maker
 Plugin maker. More...

const char * Copyright
 Plugin copyright. More...

const char * Comment
 Plugin comments. More...

unsigned long OpCount
 Number of operations provided by the plugin. More...

IP_OpOps
 An array of operations, from 0 to OpCount-1. More...


Detailed Description

A structure containing the meta information for the entire plugin and an array of meta information for each operation.

See also:
IP_Op


Field Documentation

const char* IP_Descriptor::Comment
 

Plugin comments.

const char* IP_Descriptor::Copyright
 

Plugin copyright.

const char* IP_Descriptor::Maker
 

Plugin maker.

const char* IP_Descriptor::Name
 

Plugin name.

unsigned long IP_Descriptor::OpCount
 

Number of operations provided by the plugin.

IP_Op* IP_Descriptor::Ops
 

An array of operations, from 0 to OpCount-1.

unsigned long IP_Descriptor::UniqueId
 

Unique Id number.


The documentation for this struct was generated from the following file:
Generated on Tue Apr 1 11:01:17 2003 for ImprovQT by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002