Gate parameter that is used by an attribute. For example: IntGateParam, FloatGateParam, DoubleGateParam and ZGateParam.
More...
|
| NumGateParam (const char *key) |
|
| NumGateParam (const char *key, const Interval< T > &defaultgate, bool isreq=true) |
|
| NumGateParam (const NumGateParam< T > &) |
|
virtual NumGateParam< T > * | clone () const |
|
virtual bool | getCompositeValue (BufferString &res) const |
|
Interval< T > | getDefaultGateValue () const |
|
virtual BufferString | getDefaultValue () const |
|
Interval< T > | getValue () const |
|
virtual bool | setCompositeValue (const char *) |
|
void | setDefaultValue (const Interval< T > &) |
|
void | setLimits (const Interval< T > &) |
|
void | setLimits (T start, T stop) |
|
void | setValue (const Interval< T > &) |
|
void | toString (BufferString &, const Interval< T > &) const |
|
| ValParam (const char *key, DataInpSpec *) |
|
| ValParam (const ValParam &) |
|
| ~ValParam () |
|
virtual void | fillDefStr (BufferString &) const |
|
bool | getBoolValue (int idx=0) const |
|
bool | getDefaultBoolValue (int idx=0) const |
|
virtual double | getDefaultdValue (int idx=0) const |
|
virtual float | getDefaultfValue (int idx=0) const |
|
virtual int | getDefaultIntValue (int idx=0) const |
|
const char * | getDefaultStringValue (int idx=0) const |
|
virtual double | getDValue (int idx=0) const |
|
double | getdValue (int idx=0) const |
|
virtual float | getFValue (int idx=0) const |
|
float | getfValue (int idx=0) const |
|
virtual int | getIntValue (int idx=0) const |
|
DataInpSpec * | getSpec () |
|
const DataInpSpec * | getSpec () const |
|
const char * | getStringValue (int idx=0) const |
|
virtual bool | isOK () const |
|
int | nrValues () const |
|
void | setDefaultValue (bool, int idx=0) |
|
void | setDefaultValue (const char *, int idx=0) |
|
void | setDefaultValue (double, int idx=0) |
|
void | setDefaultValue (float, int idx=0) |
|
void | setDefaultValue (int, int idx=0) |
|
void | setValue (bool, int idx=0) |
|
void | setValue (const char *, int idx=0) |
|
void | setValue (double, int idx=0) |
|
void | setValue (float, int idx=0) |
|
void | setValue (int, int idx=0) |
|
| Param (const char *key) |
|
| Param (const Param &) |
|
virtual | ~Param () |
|
FixedString | getKey () const |
|
bool | isEnabled () const |
|
bool | isGroup () const |
|
bool | isRequired () const |
|
bool | operator!= (const Param &p) const |
|
bool | operator== (const Param &p) const |
|
void | setEnabled (bool yn=true) |
|
void | setKey (const char *newkey) |
|
void | setRequired (bool yn=true) |
|
virtual bool | setValues (BufferStringSet &) |
|
template<class T>
class Attrib::NumGateParam< T >
Gate parameter that is used by an attribute. For example: IntGateParam, FloatGateParam, DoubleGateParam and ZGateParam.
<>