navit
0.5.1-trunk
|
Data Fields | |
struct context | ctx |
struct result | res |
char * | command |
struct event_idle * | idle_ev |
struct callback * | idle_cb |
struct callback * | register_cb |
struct event_idle * | register_ev |
struct attr | context_attr |
int | num_cbs |
struct command_saved_cb * | cbs |
struct callback * | cb |
int | error |
int | async |
A saved command.
int command_saved::async |
struct callback* command_saved::cb |
Callback that should be called when we re-evaluate
Referenced by command_saved_attr_new(), command_saved_evaluate_idle(), and command_saved_set_cb().
struct command_saved_cb* command_saved::cbs |
List of callbacks for this saved command
Referenced by command_register_callbacks(), and command_saved_callbacks_changed().
char* command_saved::command |
The command string itself
Referenced by command_register_callbacks(), command_saved_attr_new(), command_saved_callbacks_changed(), command_saved_destroy(), command_saved_evaluate(), and command_saved_evaluate_idle().
struct attr command_saved::context_attr |
The root of the object hierarchy, which will be assumed as the parent of all unqualified or partially qualified object references.
Referenced by command_register_callbacks(), command_saved_attr_new(), and command_saved_evaluate_idle().
struct context command_saved::ctx |
Referenced by command_register_callbacks(), command_saved_evaluate_idle(), and command_saved_get_int().
int command_saved::error |
Referenced by command_saved_attr_new(), command_saved_error(), and command_saved_evaluate_idle().
struct callback* command_saved::idle_cb |
Referenced by command_saved_evaluate().
struct event_idle* command_saved::idle_ev |
Event to update this command
Referenced by command_saved_evaluate(), and command_saved_evaluate_idle().
int command_saved::num_cbs |
Number of entries in
Referenced by command_register_callbacks(), and command_saved_callbacks_changed().
struct callback* command_saved::register_cb |
Callback to register all the callbacks
Referenced by command_saved_attr_new().
struct event_idle* command_saved::register_ev |
Idle event to register all the callbacks
Referenced by command_saved_attr_new(), and command_saved_callbacks_changed().
struct result command_saved::res |
Referenced by command_register_callbacks(), command_saved_evaluate_idle(), and command_saved_get_int().