#include <namedparameter.h>

Public Member Functions | |
| NamedDoubleParameter (const std::string &name, double defaultValue=0.0, bool isList=false) | |
| virtual const dtDAL::DataType & | GetDataType () const |
| |
| virtual void | SetFromProperty (const dtDAL::ActorProperty &property) |
| Sets the message parameter's value from the actor property's value. | |
| virtual void | ApplyValueToProperty (dtDAL::ActorProperty &property) const |
| Sets the actor property's value from the message parameter's value. | |
Protected Member Functions | |
| virtual | ~NamedDoubleParameter () |
| dtDAL::NamedDoubleParameter::NamedDoubleParameter | ( | const std::string & | name, | |
| double | defaultValue = 0.0, |
|||
| bool | isList = false | |||
| ) |
| dtDAL::NamedDoubleParameter::~NamedDoubleParameter | ( | ) | [protected, virtual] |
| virtual const dtDAL::DataType& dtDAL::NamedDoubleParameter::GetDataType | ( | ) | const [inline, virtual] |
| void dtDAL::NamedDoubleParameter::SetFromProperty | ( | const dtDAL::ActorProperty & | property | ) | [virtual] |
Sets the message parameter's value from the actor property's value.
Reimplemented from dtDAL::NamedParameter.
| void dtDAL::NamedDoubleParameter::ApplyValueToProperty | ( | dtDAL::ActorProperty & | property | ) | const [virtual] |
Sets the actor property's value from the message parameter's value.
Reimplemented from dtDAL::NamedParameter.