![]() |
Public API Reference |
![]() |
Description of a configuration option, to be used by the iPluginConfig interfaces. More...
#include <iutil/pluginconfig.h>
Public Member Functions | |
csOptionDescription () | |
Constructor. | |
csOptionDescription (int id, const char *name, const char *description, csVariantType type) | |
Constructor. | |
csOptionDescription (const char *name, const char *description, csVariantType type) | |
Constructor. | |
Public Attributes | |
csString | description |
Description for this option. | |
int | id |
Description index (or ID) | |
csString | name |
Short name of this option. | |
csVariantType | type |
Type to use for this option. |
Description of a configuration option, to be used by the iPluginConfig interfaces.
Definition at line 169 of file pluginconfig.h.
csOptionDescription::csOptionDescription | ( | ) | [inline] |
Constructor.
Definition at line 181 of file pluginconfig.h.
csOptionDescription::csOptionDescription | ( | int | id, |
const char * | name, | ||
const char * | description, | ||
csVariantType | type | ||
) | [inline] |
Constructor.
id | Description index (or ID) |
name | Short name of this option. |
description | Description for this option. |
type | Type to use for this option. |
Definition at line 190 of file pluginconfig.h.
csOptionDescription::csOptionDescription | ( | const char * | name, |
const char * | description, | ||
csVariantType | type | ||
) | [inline] |
Constructor.
name | Short name of this option. |
description | Description for this option. |
type | Type to use for this option. |
Definition at line 200 of file pluginconfig.h.
Description for this option.
Definition at line 176 of file pluginconfig.h.
Description index (or ID)
Definition at line 172 of file pluginconfig.h.
Short name of this option.
Definition at line 174 of file pluginconfig.h.
Type to use for this option.
Definition at line 178 of file pluginconfig.h.