Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetWindow
Method
SetWindow
Plugins/ScreenCapture/ParameterScreenCapture.cpp:71–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
int CParameterScreenCapture::SetWindow(QCapturableWindow w)
72
{
73
if(m_WindowCapture == w)
74
return 0;
75
m_WindowCapture = w;
76
SetModified(true);
77
return 0;
78
}
79
80
void CParameterScreenCapture::slotSetPluginParameters()
81
{
Callers
1
accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected