List of all members.
Detailed Description
A parameter that is used by an attribute.
Each attribute has a defenition string that defines how the attribute is computed. The defenition string has the format:
AttribNameWithoutSpaces param1=value1 param2=value2,value3
The paramater thus has a key (e.g. param1) and one or more associated values.
Subclasses are used to provide accurate parameter definition for parameters of each and every type
Constructor & Destructor Documentation
| Attrib::BinIDParam::BinIDParam |
( |
const char * |
|
) |
|
| Attrib::BinIDParam::BinIDParam |
( |
const char * |
, |
|
|
const BinID & |
, |
|
|
bool |
isreq = true | |
|
) |
| | |
Member Function Documentation
| BinIDParam* Attrib::BinIDParam::clone |
( |
|
) |
const [virtual] |
| virtual bool Attrib::BinIDParam::getCompositeValue |
( |
BufferString & |
|
) |
const [virtual] |
| BinID Attrib::BinIDParam::getDefaultBinIDValue |
( |
|
) |
const |
| BufferString Attrib::BinIDParam::getDefaultValue |
( |
|
) |
const [virtual] |
| BinID Attrib::BinIDParam::getValue |
( |
|
) |
const |
| virtual bool Attrib::BinIDParam::setCompositeValue |
( |
const char * |
|
) |
[virtual] |
| void Attrib::BinIDParam::setDefaultValue |
( |
const BinID & |
|
) |
|
| void Attrib::BinIDParam::setLimits |
( |
const Interval< int > & |
inlrg, |
|
|
const Interval< int > & |
crlrg | |
|
) |
| | |
| void Attrib::BinIDParam::setLimits |
( |
int |
mininl, |
|
|
int |
maxinl, |
|
|
int |
mincrl, |
|
|
int |
maxcrl | |
|
) |
| | |