MCPcopy 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
63void 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

setLabelMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected