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

Method SetOperate

Plugins/ScreenCapture/ParameterScreenCapture.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43int CParameterScreenCapture::SetOperate(OPERATE opt)
44{
45 if(m_Operate == opt)
46 return 0;
47 m_Operate = opt;
48 SetModified(true);
49 return 0;
50}
51
52const int CParameterScreenCapture::GetScreen() const
53{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected