|
| | BoolParam (const char *) |
| |
| | BoolParam (const char *, bool, bool isreq=true) |
| |
| BoolParam * | clone () const |
| |
| virtual bool | setCompositeValue (const char *) |
| |
| BufferString | getDefaultValue () const |
| |
| bool | isSet () const |
| |
| void | setSet (bool yn=true) |
| |
| | ValParam (const char *key, DataInpSpec *) |
| |
| | ValParam (const ValParam &) |
| |
| | ~ValParam () |
| |
| virtual bool | isOK () const |
| |
| int | nrValues () const |
| |
| virtual int | getIntValue (int idx=0) const |
| |
| virtual float | getFValue (int idx=0) const |
| |
| virtual double | getDValue (int idx=0) const |
| |
| bool | getBoolValue (int idx=0) const |
| |
| const char * | getStringValue (int idx=0) const |
| |
| void | setValue (int, int idx=0) |
| |
| void | setValue (float, int idx=0) |
| |
| void | setValue (bool, int idx=0) |
| |
| void | setValue (const char *, int idx=0) |
| |
| void | setValue (double, int idx=0) |
| |
| virtual int | getDefaultIntValue (int idx=0) const |
| |
| virtual float | getDefaultFValue (int idx=0) const |
| |
| bool | getDefaultBoolValue (int idx=0) const |
| |
| const char * | getDefaultStringValue (int idx=0) const |
| |
| virtual double | getDefaultDValue (int idx=0) const |
| |
| void | setDefaultValue (int, int idx=0) |
| |
| void | setDefaultValue (float, int idx=0) |
| |
| void | setDefaultValue (bool, int idx=0) |
| |
| void | setDefaultValue (const char *, int idx=0) |
| |
| void | setDefaultValue (double, int idx=0) |
| |
| DataInpSpec * | getSpec () |
| |
| const DataInpSpec * | getSpec () const |
| |
| virtual bool | getCompositeValue (BufferString &) const |
| |
| virtual void | fillDefStr (BufferString &) const |
| |
| mDeprecated float | getfValue (int idx=0) const |
| |
| mDeprecated double | getdValue (int idx=0) const |
| |
| mDeprecated float | getDefaultfValue (int idx=0) const |
| |
| mDeprecated double | getDefaultdValue (int idx=0) const |
| |
| | Param (const char *key) |
| |
| | Param (const Param &) |
| |
| virtual | ~Param () |
| |
| bool | operator== (const Param &p) const |
| |
| bool | operator!= (const Param &p) const |
| |
| bool | isEnabled () const |
| |
| void | setEnabled (bool yn=true) |
| |
| bool | isRequired () const |
| |
| void | setRequired (bool yn=true) |
| |
| bool | isGroup () const |
| |
| FixedString | getKey () const |
| |
| virtual bool | setValues (BufferStringSet &) |
| |
| void | setKey (const char *newkey) |
| |
Bool parameter that is used by an attribute.