MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / cursorState

Method cursorState

gui/qt/datawidget.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void DataWidget::cursorState(bool state) {
66 moveable = state;
67 if (moveable) {
68 addHighlight(QColor(Qt::yellow).lighter(160), Qt::black);
69 }
70}
71
72void DataWidget::addHighlight(const QColor &lightModeColor, const QColor &darkModeColor) {
73 QTextEdit::ExtraSelection selection;

Callers 1

disasmUpdateAddrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected