MCPcopy Create free account
hub / github.com/braitsch/ofxDatGui / onScrollViewEvent

Method onScrollViewEvent

example-ScrollView/src/ofApp.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void ofApp::onScrollViewEvent(ofxDatGuiScrollViewEvent e)
53{
54 cout << e.target->getLabel() << " [index " << e.target->getIndex() << "] selected in [" << e.parent->getName() << "]" << endl;
55}
56
57void ofApp::onAddNewItemButtonClick(ofxDatGuiButtonEvent e)
58{

Callers 1

setupMethod · 0.45

Calls 3

getNameMethod · 0.80
getLabelMethod · 0.45
getIndexMethod · 0.45

Tested by

no test coverage detected