MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / getEditable

Method getEditable

ASAP/annotation/QtAnnotation.cpp:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179bool QtAnnotation::getEditable() const {
180 return _editable;
181}
182
183QDataStream &operator<<(QDataStream &out, QtAnnotation* const &rhs) {
184 out.writeRawData(reinterpret_cast<const char*>(&rhs), sizeof(rhs));

Callers 2

mouseMoveEventMethod · 0.80
mouseDoubleClickEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected