foobar2000 SDK
2015-08-03
|
Data Structures | |
class | guid_to_name_table |
class | name_to_guid_table |
Functions | |
bool | context_get_description (const GUID &p_guid, pfc::string_base &out) |
bool | find_command_by_name (const char *p_name, service_ptr_t< contextmenu_item > &p_item, unsigned &p_index) |
bool | find_command_by_name (const char *p_name, GUID &p_command) |
bool | guid_from_name (const char *p_name, unsigned p_name_len, GUID &p_out) |
bool | is_command_checked_context (const GUID &p_command, const GUID &p_subcommand, const pfc::list_base_const_t< metadb_handle_ptr > &data) |
bool | is_command_checked_context_playlist (const GUID &p_command, const GUID &p_subcommand) |
bool | name_from_guid (const GUID &p_guid, pfc::string_base &p_out) |
bool | run_command_context (const GUID &p_command, const GUID &p_subcommand, const pfc::list_base_const_t< metadb_handle_ptr > &data) |
bool | run_command_context_ex (const GUID &p_command, const GUID &p_subcommand, const pfc::list_base_const_t< metadb_handle_ptr > &data, const GUID &caller) |
bool | run_command_context_now_playing (const GUID &p_command, const GUID &p_subcommand) |
bool | run_command_context_playlist (const GUID &p_command, const GUID &p_subcommand) |
bool | test_command_context (const GUID &p_guid) |
void | win32_auto_mnemonics (HMENU menu) |
bool menu_helpers::context_get_description | ( | const GUID & | p_guid, |
pfc::string_base & | out | ||
) |
Definition at line 4 of file menu_helpers.cpp.
bool menu_helpers::find_command_by_name | ( | const char * | p_name, |
service_ptr_t< contextmenu_item > & | p_item, | ||
unsigned & | p_index | ||
) |
Definition at line 247 of file menu_helpers.cpp.
bool menu_helpers::find_command_by_name | ( | const char * | p_name, |
GUID & | p_command | ||
) |
Definition at line 274 of file menu_helpers.cpp.
bool menu_helpers::guid_from_name | ( | const char * | p_name, |
unsigned | p_name_len, | ||
GUID & | p_out | ||
) |
Definition at line 88 of file menu_helpers.cpp.
bool menu_helpers::is_command_checked_context | ( | const GUID & | p_command, |
const GUID & | p_subcommand, | ||
const pfc::list_base_const_t< metadb_handle_ptr > & | data | ||
) |
Definition at line 53 of file menu_helpers.cpp.
bool menu_helpers::is_command_checked_context_playlist | ( | const GUID & | p_command, |
const GUID & | p_subcommand | ||
) |
Definition at line 58 of file menu_helpers.cpp.
bool menu_helpers::name_from_guid | ( | const GUID & | p_guid, |
pfc::string_base & | p_out | ||
) |
Definition at line 109 of file menu_helpers.cpp.
bool menu_helpers::run_command_context | ( | const GUID & | p_command, |
const GUID & | p_subcommand, | ||
const pfc::list_base_const_t< metadb_handle_ptr > & | data | ||
) |
Definition at line 25 of file menu_helpers.cpp.
bool menu_helpers::run_command_context_ex | ( | const GUID & | p_command, |
const GUID & | p_subcommand, | ||
const pfc::list_base_const_t< metadb_handle_ptr > & | data, | ||
const GUID & | caller | ||
) |
Definition at line 30 of file menu_helpers.cpp.
bool menu_helpers::run_command_context_now_playing | ( | const GUID & | p_command, |
const GUID & | p_subcommand | ||
) |
Definition at line 80 of file menu_helpers.cpp.
bool menu_helpers::run_command_context_playlist | ( | const GUID & | p_command, |
const GUID & | p_subcommand | ||
) |
Definition at line 72 of file menu_helpers.cpp.
bool menu_helpers::test_command_context | ( | const GUID & | p_guid | ) |
Definition at line 35 of file menu_helpers.cpp.
void menu_helpers::win32_auto_mnemonics | ( | HMENU | menu | ) |
Definition at line 224 of file menu_manager.cpp.