|
Rabbit Remote Control 0.1.0-bate14
|


Public Member Functions | |
| CDisplayWindows (QObject *parent=nullptr) | |
| virtual int | Width () override |
| virtual int | Height () override |
| virtual QImage | GetDisplay (int width, int height, int x, int y) override |
| Public Member Functions inherited from CDesktop | |
| CDesktop (QObject *parent=nullptr) | |
| virtual QImage | GetDesktop ()=0 |
| virtual QImage | GetDesktop (int x, int y, int width, int height)=0 |
| virtual QImage | GetCursor (QPoint &pos, QPoint &posHot)=0 |
| virtual QPoint | GetCursorPosition ()=0 |
| 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 |
| int | m_Width |
| int | m_Height |
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 7 of file DisplayWindows.h.
|
explicit |
Definition at line 6 of file DisplayWindows.cpp.
|
overridevirtual |
Definition at line 14 of file DisplayWindows.cpp.
|
private |
Definition at line 28 of file DisplayWindows.cpp.
|
overridevirtual |
Definition at line 45 of file DisplayWindows.cpp.
|
overridevirtual |
Implements CDesktop.
Definition at line 40 of file DisplayWindows.cpp.
|
overridevirtual |
Implements CDesktop.
Definition at line 35 of file DisplayWindows.cpp.
|
private |
Definition at line 21 of file DisplayWindows.h.
|
private |
Definition at line 19 of file DisplayWindows.h.
|
private |
Definition at line 22 of file DisplayWindows.h.
|
private |
Definition at line 20 of file DisplayWindows.h.
|
private |
Definition at line 22 of file DisplayWindows.h.