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