cgv
Loading...
Searching...
No Matches
cgv::gui::command_info Struct Reference

Public Attributes

CommandId cmd_id
 id of command
 
const charcommand
 command name
 
const chararguments
 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
 

Detailed Description

Definition at line 138 of file base_provider.cxx.

Member Data Documentation

◆ arguments

const char* cgv::gui::command_info::arguments

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.

◆ block_follows

bool cgv::gui::command_info::block_follows

whether command is followed by a {}-block

Definition at line 155 of file base_provider.cxx.

◆ cmd_id

CommandId cgv::gui::command_info::cmd_id

id of command

Definition at line 141 of file base_provider.cxx.

◆ command

const char* cgv::gui::command_info::command

command name

Definition at line 143 of file base_provider.cxx.

◆ nr_arguments

unsigned cgv::gui::command_info::nr_arguments

length of arguments string

Definition at line 153 of file base_provider.cxx.


The documentation for this struct was generated from the following file: