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

Method setLogFileEnabled

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

Source from the content-addressed store, hash-verified

121 void setAutosaveEnabled (bool enabled) { _autosaveEnabled = enabled; }
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; }

Callers 1

on_buttonBox_acceptedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected