Public Types | |
typedef void(E::* | SetterMethod )(const int &) |
Pointer to method that sets parameter of type int. | |
Public Member Functions | |
Setter (E &entity, SetterMethod setterMethod, const std::string &docString) | |
Constructor. | |
Protected Member Functions | |
virtual Value | doExecute () |
Specific action performed by the command. |
typedef void(E::* dynamicgraph::command::Setter< E, int >::SetterMethod)(const int &) |
Pointer to method that sets parameter of type int.
dynamicgraph::command::Setter< E, int >::Setter | ( | E & | entity, |
SetterMethod | setterMethod, | ||
const std::string & | docString | ||
) |
Constructor.
Value dynamicgraph::command::Setter< E, int >::doExecute | ( | ) | [protected, virtual] |
Specific action performed by the command.
Implements dynamicgraph::command::Command.
References dynamicgraph::command::Command::getParameterValues(), and dynamicgraph::command::Command::owner().