|
foobar2000 SDK
2015-01-14
|
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 127 of file win-objects.cpp.
| WORD GetWindowsVersionCode | ( | ) | ||
| throw | ( | |||
| ) | ||||
Definition at line 285 of file win-objects.cpp.
| bool IsKeyPressed | ( | unsigned | vk | ) |
Definition at line 122 of file win-objects.cpp.
| bool IsPointInsideControl | ( | const POINT & | pt, |
| HWND | wnd | ||
| ) |
Definition at line 162 of file win-objects.cpp.
| bool IsWindowChildOf | ( | HWND | child, |
| HWND | parent | ||
| ) |
Definition at line 172 of file win-objects.cpp.
| unsigned MapDialogWidth | ( | HWND | p_dialog, |
| unsigned | p_value | ||
| ) |
Definition at line 115 of file win-objects.cpp.
| void uAddWindowExStyle | ( | HWND | p_wnd, |
| LONG | p_style | ||
| ) |
Definition at line 107 of file win-objects.cpp.
| void uAddWindowStyle | ( | HWND | p_wnd, |
| LONG | p_style | ||
| ) |
Definition at line 99 of file win-objects.cpp.
| void uRemoveWindowExStyle | ( | HWND | p_wnd, |
| LONG | p_style | ||
| ) |
Definition at line 111 of file win-objects.cpp.
| void uRemoveWindowStyle | ( | HWND | p_wnd, |
| LONG | p_style | ||
| ) |
Definition at line 103 of file win-objects.cpp.
| void uSleepSeconds | ( | double | p_time, |
| bool | p_alertable | ||
| ) |
Definition at line 280 of file win-objects.cpp.
1.8.9.1