foobar2000 SDK
2015-08-03
|
Go to the source code of this file.
Namespaces | |
pfc | |
Functions | |
unsigned | GetHotkeyModifierFlags () |
WORD | GetWindowsVersionCode () throw () |
bool | pfc::isAltKeyPressed () |
bool | pfc::isCtrlKeyPressed () |
bool | IsKeyPressed (unsigned vk) |
bool | IsPointInsideControl (const POINT &pt, HWND wnd) |
bool | pfc::isShiftKeyPressed () |
bool | IsWindowChildOf (HWND child, HWND parent) |
unsigned | MapDialogWidth (HWND p_dialog, unsigned p_value) |
void | uAddWindowExStyle (HWND p_wnd, LONG p_style) |
void | uAddWindowStyle (HWND p_wnd, LONG p_style) |
void | uRemoveWindowExStyle (HWND p_wnd, LONG p_style) |
void | uRemoveWindowStyle (HWND p_wnd, LONG p_style) |
void | uSleepSeconds (double p_time, bool p_alertable) |
unsigned GetHotkeyModifierFlags | ( | ) |
Returns current modifier keys pressed, using win32 MOD_* flags.
Definition at line 130 of file win-objects.cpp.
WORD GetWindowsVersionCode | ( | ) | ||
throw | ( | |||
) |
Definition at line 296 of file win-objects.cpp.
bool IsKeyPressed | ( | unsigned | vk | ) |
Definition at line 125 of file win-objects.cpp.
bool IsPointInsideControl | ( | const POINT & | pt, |
HWND | wnd | ||
) |
Definition at line 165 of file win-objects.cpp.
bool IsWindowChildOf | ( | HWND | child, |
HWND | parent | ||
) |
Definition at line 175 of file win-objects.cpp.
unsigned MapDialogWidth | ( | HWND | p_dialog, |
unsigned | p_value | ||
) |
Definition at line 118 of file win-objects.cpp.
void uAddWindowExStyle | ( | HWND | p_wnd, |
LONG | p_style | ||
) |
Definition at line 110 of file win-objects.cpp.
void uAddWindowStyle | ( | HWND | p_wnd, |
LONG | p_style | ||
) |
Definition at line 102 of file win-objects.cpp.
void uRemoveWindowExStyle | ( | HWND | p_wnd, |
LONG | p_style | ||
) |
Definition at line 114 of file win-objects.cpp.
void uRemoveWindowStyle | ( | HWND | p_wnd, |
LONG | p_style | ||
) |
Definition at line 106 of file win-objects.cpp.
void uSleepSeconds | ( | double | p_time, |
bool | p_alertable | ||
) |
Definition at line 289 of file win-objects.cpp.