|
Rabbit Remote Control 0.1.0-bate14
|


Classes | |
| struct | _Pointer |
Public Member Functions | |
| CCursorFreeRDP (CBackendFreeRDP *parent=nullptr) | |
| int | RegisterPointer (rdpGraphics *graphics) |
| BOOL | OnNew (rdpContext *context, rdpPointer *pointer) |
| void | OnFree (rdpContext *context, rdpPointer *pointer) |
| BOOL | OnSet (rdpContext *context, const rdpPointer *pointer) |
| BOOL | OnSetNull (rdpContext *context) |
| BOOL | OnSetDefault (rdpContext *context) |
| BOOL | OnSetPosition (rdpContext *context, UINT32 x, UINT32 y) |
Static Public Member Functions | |
| static BOOL | CbPointerNew (rdpContext *context, rdpPointer *pointer) |
| static void | CbPointerFree (rdpContext *context, rdpPointer *pointer) |
| static BOOL | CbPointerSet (rdpContext *context, const rdpPointer *pointer) |
| static BOOL | CbPointerSetNull (rdpContext *context) |
| static BOOL | CbPointerSetDefault (rdpContext *context) |
| static BOOL | CbPointerSetPosition (rdpContext *context, UINT32 x, UINT32 y) |
Private Attributes | |
| CBackendFreeRDP * | m_pConnect |
| QImage | m_Cursor |
Definition at line 12 of file CursorFreeRDP.h.
|
static |
Definition at line 38 of file CursorFreeRDP.cpp.
|
static |
Definition at line 31 of file CursorFreeRDP.cpp.
|
static |
Definition at line 46 of file CursorFreeRDP.cpp.
|
static |
Definition at line 66 of file CursorFreeRDP.cpp.
|
static |
Definition at line 59 of file CursorFreeRDP.cpp.
|
static |
Definition at line 73 of file CursorFreeRDP.cpp.
| void CCursorFreeRDP::OnFree | ( | rdpContext * | context, |
| rdpPointer * | pointer ) |
Definition at line 110 of file CursorFreeRDP.cpp.
| BOOL CCursorFreeRDP::OnNew | ( | rdpContext * | context, |
| rdpPointer * | pointer ) |
Drawing Monochrome Pointers: http://msdn.microsoft.com/en-us/library/windows/hardware/ff556143/
Drawing Color Pointers: http://msdn.microsoft.com/en-us/library/windows/hardware/ff556138/
Definition at line 80 of file CursorFreeRDP.cpp.
| BOOL CCursorFreeRDP::OnSet | ( | rdpContext * | context, |
| const rdpPointer * | pointer ) |
Drawing Monochrome Pointers: http://msdn.microsoft.com/en-us/library/windows/hardware/ff556143/
Drawing Color Pointers: http://msdn.microsoft.com/en-us/library/windows/hardware/ff556138/
Definition at line 117 of file CursorFreeRDP.cpp.
| BOOL CCursorFreeRDP::OnSetDefault | ( | rdpContext * | context | ) |
Definition at line 147 of file CursorFreeRDP.cpp.
| BOOL CCursorFreeRDP::OnSetNull | ( | rdpContext * | context | ) |
Definition at line 156 of file CursorFreeRDP.cpp.
| BOOL CCursorFreeRDP::OnSetPosition | ( | rdpContext * | context, |
| UINT32 | x, | ||
| UINT32 | y ) |
Definition at line 165 of file CursorFreeRDP.cpp.
| int CCursorFreeRDP::RegisterPointer | ( | rdpGraphics * | graphics | ) |
Definition at line 14 of file CursorFreeRDP.cpp.
|
private |
Definition at line 47 of file CursorFreeRDP.h.
|
private |
Definition at line 45 of file CursorFreeRDP.h.