MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / setDefaultImagePath

Method setDefaultImagePath

ImagePlay/include/MainWindow.h:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 QMenu* createPopupMenu () { return NULL; }
111 bool synchronizeViews () { return _synchronizeViews; }
112 void setDefaultImagePath (QString path) { _defaultImagePath = path; }
113 QString defaultImagePath () { return _defaultImagePath; }
114 void setPluginDevPath (QString path) { _pluginDevPath = path; }
115 QString pluginDevPath () { return _pluginDevPath; }

Callers 1

on_buttonBox_acceptedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected