MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / grabScreenToImage

Method grabScreenToImage

ElaWidgetTools/ElaDxgiManager.cpp:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 return d->_dxgi->getOutputDeviceList();
74}
75
76QImage ElaDxgiManager::grabScreenToImage() const
77{
78 Q_D(const ElaDxgiManager);
79 if (!d->_dxgi->getIsInitSuccess())
80 {
81 return {};
82 }
83 return d->_dxgi->getGrabImage();
84}
85
86void ElaDxgiManager::startGrabScreen()

Callers

nothing calls this directly

Calls 1

getGrabImageMethod · 0.80

Tested by

no test coverage detected