@ -43,6 +43,7 @@ void ofxSourcesEditor::setup(ofEventArgs& args)
}
gui->setup("Images", vnames);
gui->setPosition(20, 20);
ofAddListener(gui->radioSelectedEvent, this, &ofxSourcesEditor::guiEvent);
@ -35,9 +35,6 @@ private:
void guiEvent(string &imageName);
vector<ofImage*> images;
vector<string> imageNames;
//ofxPanel imgSrcPanel;
//void onSourceSelect(bool& value);
};
#endif