|
openshot-audio
0.1.5
|
Classes | |
| struct | TOUCHINPUT |
| struct | GESTUREINFO |
| class | WindowsBitmapImage |
| class | HWNDComponentPeer |
| class | HWNDComponentPeer::JuceDropTarget |
| class | WindowsMessageBox |
| class | ScreenSaverDefeater |
| struct | MonitorInfo |
Namespaces | |
| IconConverters | |
Macros | |
| #define | GET_APPCOMMAND_LPARAM(lParam) ((short) (HIWORD (lParam) & ~FAPPCOMMAND_MASK)) |
| #define | FAPPCOMMAND_MASK 0xF000 |
| #define | APPCOMMAND_MEDIA_NEXTTRACK 11 |
| #define | APPCOMMAND_MEDIA_PREVIOUSTRACK 12 |
| #define | APPCOMMAND_MEDIA_STOP 13 |
| #define | APPCOMMAND_MEDIA_PLAY_PAUSE 14 |
| #define | WM_APPCOMMAND 0x0319 |
| #define | WM_TOUCH 0x0240 |
| #define | TOUCH_COORD_TO_PIXEL(l) ((l) / 100) |
| #define | TOUCHEVENTF_MOVE 0x0001 |
| #define | TOUCHEVENTF_DOWN 0x0002 |
| #define | TOUCHEVENTF_UP 0x0004 |
| #define | TOUCHEVENTF_PRIMARY 0x0010 |
Typedefs | |
| typedef bool(* | CheckEventBlockedByModalComps) (const MSG &) |
| typedef BOOL(WINAPI * | UpdateLayeredWinFunc) (HWND, HDC, POINT *, SIZE *, HDC, POINT *, COLORREF, BLENDFUNCTION *, DWORD) |
| typedef BOOL(WINAPI * | RegisterTouchWindowFunc) (HWND, ULONG) |
| typedef BOOL(WINAPI * | GetTouchInputInfoFunc) (HTOUCHINPUT, UINT, TOUCHINPUT *, int) |
| typedef BOOL(WINAPI * | CloseTouchInputHandleFunc) (HTOUCHINPUT) |
| typedef BOOL(WINAPI * | GetGestureInfoFunc) (HGESTUREINFO, GESTUREINFO *) |
| typedef BOOL(WINAPI * | SetProcessDPIAwareFunc) () |
| typedef BOOL(WINAPI * | SetProcessDPIAwarenessFunc) (Process_DPI_Awareness) |
| typedef HRESULT(WINAPI * | GetDPIForMonitorFunc) (HMONITOR, Monitor_DPI_Type, UINT *, UINT *) |
Enumerations | |
| enum | Monitor_DPI_Type { MDT_Effective_DPI = 0, MDT_Angular_DPI = 1, MDT_Raw_DPI = 2, MDT_Default = MDT_Effective_DPI } |
| enum | Process_DPI_Awareness { Process_DPI_Unaware = 0, Process_System_DPI_Aware = 1, Process_Per_Monitor_DPI_Aware = 2 } |
| enum | { hiddenMouseCursorHandle = 32500 } |
Functions | |
| void | juce_repeatLastProcessPriority () |
| void | juce_checkCurrentlyFocusedTopLevelWindow () |
| bool | juce_isRunningInWine () |
| void * | getUser32Function (const char *) |
| DECLARE_HANDLE (HTOUCHINPUT) | |
| DECLARE_HANDLE (HGESTUREINFO) | |
| int64 | getMouseEventTime () |
| Image | IconConverters::createImageFromHBITMAP (HBITMAP bitmap) |
| Image | IconConverters::createImageFromHICON (HICON icon) |
| HICON | IconConverters::createHICONFromImage (const Image &image, const BOOL isIcon, int hotspotX, int hotspotY) |
| ComponentPeer * | createNonRepaintingEmbeddedWindowsPeer (Component &component, void *parentHWND) |
| juce_ImplementSingleton_SingleThreaded (HWNDComponentPeer::WindowClassHolder) void ModifierKeys | |
| bool | juce_areThereAnyAlwaysOnTopWindows () |
| Image | juce_createIconForFile (const File &file) |
Variables | |
| CheckEventBlockedByModalComps | isEventBlockedByModalComps |
| const int | extendedKeyModifier = 0x10000 |
| #define APPCOMMAND_MEDIA_NEXTTRACK 11 |
| #define APPCOMMAND_MEDIA_PLAY_PAUSE 14 |
| #define APPCOMMAND_MEDIA_PREVIOUSTRACK 12 |
| #define APPCOMMAND_MEDIA_STOP 13 |
| #define FAPPCOMMAND_MASK 0xF000 |
| #define GET_APPCOMMAND_LPARAM | ( | lParam | ) | ((short) (HIWORD (lParam) & ~FAPPCOMMAND_MASK)) |
| #define TOUCH_COORD_TO_PIXEL | ( | l | ) | ((l) / 100) |
| #define TOUCHEVENTF_DOWN 0x0002 |
| #define TOUCHEVENTF_MOVE 0x0001 |
| #define TOUCHEVENTF_PRIMARY 0x0010 |
| #define TOUCHEVENTF_UP 0x0004 |
| #define WM_APPCOMMAND 0x0319 |
| #define WM_TOUCH 0x0240 |
| typedef bool(* CheckEventBlockedByModalComps) (const MSG &) |
| typedef BOOL(WINAPI* CloseTouchInputHandleFunc) (HTOUCHINPUT) |
| typedef HRESULT(WINAPI* GetDPIForMonitorFunc) (HMONITOR, Monitor_DPI_Type, UINT *, UINT *) |
| typedef BOOL(WINAPI* GetGestureInfoFunc) (HGESTUREINFO, GESTUREINFO *) |
| typedef BOOL(WINAPI* GetTouchInputInfoFunc) (HTOUCHINPUT, UINT, TOUCHINPUT *, int) |
| typedef BOOL(WINAPI* RegisterTouchWindowFunc) (HWND, ULONG) |
| typedef BOOL(WINAPI* SetProcessDPIAwareFunc) () |
| typedef BOOL(WINAPI* SetProcessDPIAwarenessFunc) (Process_DPI_Awareness) |
| typedef BOOL(WINAPI* UpdateLayeredWinFunc) (HWND, HDC, POINT *, SIZE *, HDC, POINT *, COLORREF, BLENDFUNCTION *, DWORD) |
| enum Monitor_DPI_Type |
| ComponentPeer* createNonRepaintingEmbeddedWindowsPeer | ( | Component & | component, |
| void * | parentHWND | ||
| ) |
| DECLARE_HANDLE | ( | HTOUCHINPUT | ) |
| DECLARE_HANDLE | ( | HGESTUREINFO | ) |
| int64 getMouseEventTime | ( | ) |
| void* getUser32Function | ( | const char * | ) |
| bool juce_areThereAnyAlwaysOnTopWindows | ( | ) |
| void juce_checkCurrentlyFocusedTopLevelWindow | ( | ) |
| juce_ImplementSingleton_SingleThreaded | ( | HWNDComponentPeer::WindowClassHolder | ) |
| bool juce_isRunningInWine | ( | ) |
| void juce_repeatLastProcessPriority | ( | ) |
| const int extendedKeyModifier = 0x10000 |
| CheckEventBlockedByModalComps isEventBlockedByModalComps |
1.8.13