|
Rabbit Remote Control 0.1.0-bate14
|


Public Member Functions | |
| CDesktopWindows (QObject *parent=nullptr) | |
| virtual int | Width () override |
| virtual int | Height () override |
| virtual QImage | GetDesktop () override |
| virtual QImage | GetDesktop (int x, int y, int width, int height) override |
| virtual QImage | GetCursor (QPoint &pos, QPoint &posHot) override |
| virtual QPoint | GetCursorPosition () override |
| Public Member Functions inherited from CDesktop | |
| CDesktop (QObject *parent=nullptr) | |
| virtual bool | GetHasCursor () const |
| virtual void | SetHasCursor (bool newHaveCursor) |
Private Member Functions | |
| HDC | GetDesktopDC () |
Private Attributes | |
| HDC | m_DC |
| HDC | m_MemDC |
| HBITMAP | m_Bitmap |
| HBITMAP | m_DesktopBitmap |
| int | m_Width |
| int | m_Height |
| QImage | m_Desktop |
Additional Inherited Members | |
| Signals inherited from CDesktop | |
| void | sigUpdate (QImage desktop, QRect rect) |
| Static Public Member Functions inherited from CDesktop | |
| static CDesktop * | Instance () |
Definition at line 9 of file DesktopWindows.h.
|
explicit |
Definition at line 42 of file DesktopWindows.cpp.
|
overridevirtual |
Definition at line 72 of file DesktopWindows.cpp.
|
overridevirtual |
Implements CDesktop.
Definition at line 253 of file DesktopWindows.cpp.
|
overridevirtual |
Implements CDesktop.
Definition at line 259 of file DesktopWindows.cpp.
|
overridevirtual |
Implements CDesktop.
Definition at line 112 of file DesktopWindows.cpp.
|
overridevirtual |
Implements CDesktop.
Definition at line 159 of file DesktopWindows.cpp.
|
private |
Definition at line 90 of file DesktopWindows.cpp.
|
overridevirtual |
Implements CDesktop.
Definition at line 106 of file DesktopWindows.cpp.
|
overridevirtual |
Implements CDesktop.
Definition at line 100 of file DesktopWindows.cpp.
|
private |
Definition at line 26 of file DesktopWindows.h.
|
private |
Definition at line 24 of file DesktopWindows.h.
|
private |
Definition at line 28 of file DesktopWindows.h.
|
private |
Definition at line 26 of file DesktopWindows.h.
|
private |
Definition at line 27 of file DesktopWindows.h.
|
private |
Definition at line 25 of file DesktopWindows.h.
|
private |
Definition at line 27 of file DesktopWindows.h.