Main Page   Modules   Compound List   File List   Compound Members   File Members  

Option types
[XLV Plugin Option API]


Defines

#define XLV_PLUGIN_OPTION_UINT8   0
 option is an 8 bits integer.

#define XLV_PLUGIN_OPTION_UINT16   1
 option is a 16 bits integer.

#define XLV_PLUGIN_OPTION_UINT32   2
 option is a 32 bits integer.

#define XLV_PLUGIN_OPTION_STRING   3
 option is a string.

#define XLV_PLUGIN_OPTION_CHOOSEONE   4
 option is a single choose options described by m_option_substree.

#define XLV_PLUGIN_OPTION_CHOOSEMULTI   5
 option is a multiple choose options described by m_option_substree.

#define XLV_PLUGIN_OPTION_GROUP   6
 this is a group of options. Options are described in m_option_subtree.

#define XLV_PLUGIN_OPTION_BOOL   7
 option is a boolean.


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