cgv
|
Public Attributes | |
CommandId | cmd_id |
id of command | |
const char * | command |
command name | |
const char * | arguments |
lower case letters for necessary arguments and upper case for optional | |
unsigned | nr_arguments |
length of arguments string | |
bool | block_follows |
whether command is followed by a {}-block | |
Definition at line 138 of file base_provider.cxx.
lower case letters for necessary arguments and upper case for optional
r / R ... reference to reflected member s / S ... string b / B ... bool i / I ... int string with arguments
Definition at line 151 of file base_provider.cxx.
bool cgv::gui::command_info::block_follows |
whether command is followed by a {}-block
Definition at line 155 of file base_provider.cxx.
CommandId cgv::gui::command_info::cmd_id |
id of command
Definition at line 141 of file base_provider.cxx.
command name
Definition at line 143 of file base_provider.cxx.
unsigned cgv::gui::command_info::nr_arguments |
length of arguments string
Definition at line 153 of file base_provider.cxx.