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

Method defaultImagePath

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

Source from the content-addressed store, hash-verified

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; }
116 void setPluginPath (QString path) { _pluginPath = path; }

Callers 2

showEventMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected