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

Method logFileEnabled

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

Source from the content-addressed store, hash-verified

122 bool autosaveEnabled () { return _autosaveEnabled; }
123 void setLogFileEnabled (bool enabled) { _logFileEnabled = enabled; }
124 bool logFileEnabled () { return _logFileEnabled; }
125 void setUseOpenCV (bool enabled) { _useOpenCV = enabled; }
126 bool useOpenCV () { return _useOpenCV; }
127 IPProcessFactory* factory () { return _factory; }

Callers 1

showEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected