foobar2000 SDK
2015-08-03
|
#include <contextmenu_manager.h>
Additional Inherited Members | |
Public Types inherited from keyboard_shortcut_manager | |
enum | shortcut_type { TYPE_MAIN, TYPE_CONTEXT, TYPE_CONTEXT_PLAYLIST, TYPE_CONTEXT_NOW_PLAYING } |
Public Types inherited from service_base | |
typedef service_base | t_interface |
Static Public Member Functions inherited from keyboard_shortcut_manager | |
static bool | g_get (service_ptr_t< keyboard_shortcut_manager > &p_out) |
static bool | is_text_key (t_uint32 vkCode) |
static bool | is_typing_key (t_uint32 vkCode) |
static bool | is_typing_key_combo (t_uint32 vkCode, t_uint32 modifiers) |
static bool | is_typing_message (HWND editbox, const MSG *msg) |
static bool | is_typing_message (const MSG *msg) |
static bool | is_typing_modifier (t_uint32 flags) |
Protected Member Functions inherited from service_base | |
service_base () | |
~service_base () | |
New in 0.9.5.
Definition at line 42 of file contextmenu_manager.h.
keyboard_shortcut_manager_v2::FB2K_MAKE_SERVICE_INTERFACE | ( | keyboard_shortcut_manager_v2 | , |
keyboard_shortcut_manager | |||
) |
bool keyboard_shortcut_manager_v2::pretranslate_message | ( | const MSG * | msg, |
HWND | thisPopupWnd | ||
) |
Helper for use with message filters.
Definition at line 359 of file menu_manager.cpp.
|
pure virtual |
Deprecates old keyboard_shortcut_manager methods. If the action requires selected items, they're obtained from ui_selection_manager API automatically.