2 #ifndef GAUDIKERNEL_COMMANDPROPERTY_H
3 #define GAUDIKERNEL_COMMANDPROPERTY_H
24 virtual bool set(
const std::string&
value );
26 virtual void handler(
const std::string&
value ) = 0;
29 #endif // GAUDIKERNEL_COMMANDPROPERTY_H
bool set(const std::string &value)
update the value of the property/check the verifier
Command property base class (abstract).