AllowsTypeCode(uint32 code) | dtpf::ParameterTreeVertex | [virtual] |
Flatten(uint8 *buffer) const | dtpf::Parameter | [virtual] |
FlattenedSize() const | dtpf::Parameter | [virtual] |
GetDefault() const | dtpf::SpecificParameter | [inline, virtual] |
GetMaximum() const | dtpf::RangeParameter | [inline] |
GetMinimum() const | dtpf::RangeParameter | [inline] |
GetName() const | dtpf::ParameterTreeVertex | [virtual] |
GetNode() const | dtpf::ParameterTreeVertex | [virtual] |
GetParameterType() const | dtpf::Parameter | [virtual] |
GetParent() const | dtpf::ParameterTreeVertex | [virtual] |
GetPath() const | dtpf::ParameterTreeVertex | [virtual] |
GetStep() const | dtpf::RangeParameter | [inline] |
GetUIType() const | dtpf::Parameter | [virtual] |
GetValue() const | dtpf::SpecificParameter | [inline, virtual] |
IsFixedSize() const | dtpf::ParameterTreeVertex | [virtual] |
m_default | dtpf::SpecificParameter | [protected] |
m_max | dtpf::RangeParameter | [protected] |
m_min | dtpf::RangeParameter | [protected] |
m_paramType | dtpf::Parameter | [protected] |
m_step | dtpf::RangeParameter | [protected] |
m_uiType | dtpf::Parameter | [protected] |
m_value | dtpf::SpecificParameter | [protected] |
operator=(const Parameter &that) | dtpf::Parameter | [protected] |
Parameter() | dtpf::Parameter | [protected] |
Parameter(const muscle::String &name, ParameterType paramType, ParameterUIType uiType) | dtpf::Parameter | [protected] |
Parameter(const Parameter &that) | dtpf::Parameter | [protected] |
ParameterTreeVertex() | dtpf::ParameterTreeVertex | [protected] |
ParameterTreeVertex(const muscle::String &name) | dtpf::ParameterTreeVertex | [protected] |
RangeParameter(const muscle::String &name, const T &value, const T &default, const T &min, const T &max, const T &step) | dtpf::RangeParameter | [inline] |
SetDefault(const T &default) | dtpf::SpecificParameter | [inline, virtual] |
SetMaximum(const T &max) | dtpf::RangeParameter | [inline] |
SetMinimum(const T &min) | dtpf::RangeParameter | [inline] |
SetName(const muscle::String &name) | dtpf::ParameterTreeVertex | [virtual] |
SetNode(NodeID id) | dtpf::ParameterTreeVertex | [virtual] |
SetParent(ParameterVertex *parent) | dtpf::ParameterTreeVertex | [virtual] |
SetStep(const T &step) | dtpf::RangeParameter | [inline] |
SetUIType(ParameterUIType uiType) | dtpf::RangeParameter | [inline, virtual] |
SetValue(const T &value) | dtpf::RangeParameter | [inline, virtual] |
SpecificParameter(const muscle::String &name, ParamType paramType, ParamUIType uiType, const T &value, const T &default) | dtpf::SpecificParameter | [inline, protected] |
TypeCode() const | dtpf::Parameter | [virtual] |
Unflatten(const uint8 *buffer, uint32 size) | dtpf::Parameter | [virtual] |
~Parameter() | dtpf::Parameter | [virtual] |
~ParameterTreeVertex() | dtpf::ParameterTreeVertex | [virtual] |
~RangeParameter() | dtpf::RangeParameter | [inline, virtual] |
~SpecificParameter() | dtpf::SpecificParameter | [inline, virtual] |