Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tom94/tev
/ setIsReference
Method
setIsReference
include/tev/ImageButton.h:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
void setReferenceCallback(const std::function<void(bool)>& callback) { mReferenceCallback = callback; }
75
76
void setIsReference(bool isReference) { mIsReference = isReference; }
77
78
bool isReference() const { return mIsReference; }
79
Callers
1
selectReference
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected