The CScreen class.
More...
#include <Screen.h>
|
void | sigUpdate (QImage screen) |
|
|
| CScreen (QObject *parent=nullptr) |
|
virtual int | Width ()=0 |
|
virtual int | Height ()=0 |
|
virtual int | VirtualTop ()=0 |
|
virtual int | VirtualLeft ()=0 |
|
virtual int | VirtualWidth ()=0 |
|
virtual int | VirtualHeight ()=0 |
|
virtual int | VisibleMonitorCount ()=0 |
|
virtual QImage | GetScreen (int index=0)=0 |
|
virtual QImage::Format | GetFormat (int index=0) |
|
virtual int | SetFormat (QImage::Format f=QImage::Format_ARGB32) |
|
bool | HasCursor () |
|
void | SetHasCursor (bool bHas) |
|
The CScreen class.
The descript a screen.
Definition at line 13 of file Screen.h.
◆ CScreen()
CScreen::CScreen |
( |
QObject * |
parent = nullptr | ) |
|
|
inline |
◆ GetFormat()
virtual QImage::Format CScreen::GetFormat |
( |
int |
index = 0 | ) |
|
|
inlinevirtual |
◆ HasCursor()
bool CScreen::HasCursor |
( |
| ) |
|
|
inline |
◆ Instance()
◆ SetFormat()
virtual int CScreen::SetFormat |
( |
QImage::Format |
f = QImage::Format_ARGB32 | ) |
|
|
inlinevirtual |
◆ SetHasCursor()
void CScreen::SetHasCursor |
( |
bool |
bHas | ) |
|
|
inline |
◆ m_bCursor
◆ m_Format
QImage::Format CScreen::m_Format |
|
protected |
◆ m_nNumber
◆ m_Screen
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Service/Screen.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Service/ScreenWindows.cpp
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Service/ScreenXLib.cpp