MCPcopy Create free account
hub / github.com/WinMerge/winmerge / SetCollectFunction

Method SetCollectFunction

Src/DiffThread.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 m_pDiffParm->m_listeners -= Poco::delegate(pObj, pMethod);
91 }
92 void SetCollectFunction(std::function<void(DiffFuncStruct*)> func) { m_pDiffParm->m_fncCollect = func; }
93 void SetCompareFunction(std::function<void(DiffFuncStruct*)> func) { m_pDiffParm->m_fncCompare = func; }
94 void SetMarkedRescan(bool bMarkedRescan);
95 bool IsMarkedRescan() const;

Callers 2

RescanMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected