#include <mparameter.h>
Inheritance diagram for DynParameter::
Public Methods | |
DynParameter () | |
DynParameter (const String &name, const String &shortd, int maxlen, const String &clsname) | |
virtual | ~DynParameter () |
const String& | name () const |
const String& | shortDesc () const |
const String& | paramClass () const |
int | maxlen () const |
virtual bool | checkValue (const String &value) const |
Definition at line 44 of file mparameter.h.
|
Default constructor. FORBIDDEN - included only for technical reasons. Definition at line 47 of file mparameter.h. |
|
The constructor to use.
Definition at line 50 of file mparameter.h. |
|
Checks if the given string representation is a valid value. Returns true if it is, false if not. Definition at line 73 of file mparameter.h. |
|
Returns maximum length (in characters) of the value's string representation.
Definition at line 68 of file mparameter.h. |
|
Returns the name of the parameter.
Definition at line 59 of file mparameter.h. |
|
Returns parameter's class name.
Definition at line 65 of file mparameter.h. |
|
Returns a short description of the parameter.
Definition at line 62 of file mparameter.h. |