MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / GetFormat

Function GetFormat

Service/Screen.h:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38 virtual QImage GetScreen(int index = 0) = 0;
39 virtual QImage::Format GetFormat(int index = 0)
40 {
41 return m_Format;
42 }
43 virtual int SetFormat(QImage::Format f = QImage::Format_ARGB32)
44 {
45 m_Format = f;

Callers 3

CScreenXLibMethod · 0.85
OpenMethod · 0.85
GetDisplayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected