set list of choice descriptions for a choice parameter More...
#include <core/messages.h>
Classes | |
struct | Payload |
Public Member Functions | |
SetParameterChoices (const std::string &name, unsigned numChoices) | |
const char * | getName () const |
int | getNumChoices () const |
bool | apply (std::shared_ptr< Parameter > param, const Payload &payload) const |
Additional Inherited Members |
set list of choice descriptions for a choice parameter
vistle::message::SetParameterChoices::SetParameterChoices | ( | const std::string & | name, |
unsigned | numChoices | ||
) |
bool vistle::message::SetParameterChoices::apply | ( | std::shared_ptr< Parameter > | param, |
const Payload & | payload | ||
) | const |
const char * vistle::message::SetParameterChoices::getName | ( | ) | const |
int vistle::message::SetParameterChoices::getNumChoices | ( | ) | const |