Public Member Functions | |
argument () | |
Public Attributes | |
string | text |
Description of the parameter. | |
string | param |
Parameter to the argument. | |
string | group |
Grouping of parameters. | |
sigc::signal< void, std::string > | handler |
Function to call when this argument is given. |
argument::argument | ( | ) | [inline] |
string argument::text |
Description of the parameter.
string argument::param |
Parameter to the argument.
string argument::group |
Grouping of parameters.
sigc::signal<void, std::string> argument::handler |
Function to call when this argument is given.