i3
|
Holds an intermediate representation of the result of a call to any command. More...
#include <commands_parser.h>
Data Fields | |
yajl_gen | json_gen |
ipc_client * | client |
int | next_state |
bool | needs_tree_render |
Holds an intermediate representation of the result of a call to any command.
When calling parse_command("floating enable, border none"), the parser will internally use this struct when calling cmd_floating and cmd_border.
Definition at line 21 of file commands_parser.h.
ipc_client* CommandResultIR::client |
Definition at line 27 of file commands_parser.h.
Referenced by next_state(), and parse_command().
yajl_gen CommandResultIR::json_gen |
Definition at line 23 of file commands_parser.h.
Referenced by next_state(), and parse_command().
bool CommandResultIR::needs_tree_render |
Definition at line 35 of file commands_parser.h.
Referenced by maybe_back_and_forth(), next_state(), and parse_command().
int CommandResultIR::next_state |
Definition at line 32 of file commands_parser.h.
Referenced by next_state(), and next_state().