Go to the source code of this file.
static unsigned calc_total_action_count |
( |
| ) |
|
|
static |
Definition at line 117 of file menu_helpers.cpp.
123 ret += ptr->get_num_items();
Autopointer class to be used with all services. Manages reference counter calls behind-the-scenes.
bool next(service_ptr_t< t_query > &p_out)
Definition at line 41 of file menu_helpers.cpp.
46 unsigned displayflags = 0;
48 if (!ptr->item_get_display_data(dummystring,displayflags,index,p_subcommand,data,caller))
return false;
Autopointer class to be used with all services. Manages reference counter calls behind-the-scenes.
Definition at line 12 of file menu_helpers.cpp.
18 TRACK_CALL_TEXT(
"menu_helpers::run_command(), by GUID");
19 ptr->item_execute_simple(index, p_subcommand, data, caller);
virtual t_size get_count() const =0
Autopointer class to be used with all services. Manages reference counter calls behind-the-scenes.