#include <modules.h>
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. |
Definition at line 33 of file modules.h.