Module::Module::SettingType Struct Reference

Represents the type of one module's setting - without label and description. More...

#include <modules.h>

Collaboration diagram for Module::Module::SettingType:

Collaboration graph
[legend]

List of all members.

Public Attributes

ChoiceType type
 The type of the item.
SettingValue defaults
 The default setting.
union {
   int   i [2]
 Lower and upper bound (type==Int,IntLog2).
   float   f [2]
 Lower and upper bound (type==Float).
   const char *   text
 Lines of the combo-box (type==Combo).
   const std::vector< int > *   compatIDs
 Pointer to the vector of IDs of compatible modules (type==ModuleCombo), meant to be one of Interface::getCompMods().
data
 Additional data, differs for different type.


Detailed Description

Represents the type of one module's setting - without label and description.

Definition at line 33 of file modules.h.


The documentation for this struct was generated from the following file:

Generated on Thu Aug 6 22:33:15 2009 for Fractal Image Compressor by  doxygen 1.5.8