Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/braitsch/ofxDatGui
/ onClearAllButtonClick
Method
onClearAllButtonClick
example-ScrollView/src/ofApp.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void ofApp::onClearAllButtonClick(ofxDatGuiButtonEvent e)
64
{
65
view->clear();
66
addItem->setLabel(
"click to add item"
);
67
}
68
69
Callers
nothing calls this directly
Calls
2
setLabel
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected