Main Page   Modules   Compound List   File List   Compound Members   File Members  

XLV Plugin Option API
[XLV Plugin API]


Modules

Option types

Compounds

struct  _XLV_PluginGetOption
 Descriptor of an option This structure contains:. More...

struct  _XLV_PluginOption
struct  _XLV_PluginOptionsList

Defines

#define XLV_PLUGIN_GET_OPTIONS_LIST   1
#define XLV_PLUGIN_GET_OPTION   2
#define XLV_PLUGIN_SET_OPTION   3

Typedefs

typedef _XLV_PluginGetOption XLV_PluginGetOption
 Descriptor of an option This structure contains:.

typedef _XLV_PluginOption XLV_PluginOption
typedef _XLV_PluginOptionsList XLV_PluginOptionsList

Define Documentation

#define XLV_PLUGIN_GET_OPTION   2
 

GET_OPTION: if the plugin is called without having opened the plugin this should concern global options in the other case this should be the local options concerning the current connection

#define XLV_PLUGIN_GET_OPTIONS_LIST   1
 

GET_OPTIONS_LIST may be called even if the user have not opened the plugin.

#define XLV_PLUGIN_SET_OPTION   3
 

SET_OPTION: if the plugin is called without having opened the plugin this should concern global options in the other case this should be the local options concerning the current connection


Generated on Mon Jul 1 19:39:11 2002 for XLV by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002