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

Method clear

gui/qt/romselection.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void DropArea::clear() {
277 setBackgroundRole(QPalette::Dark);
278 emit changed();
279}
280
281void DropArea::dropEvent(QDropEvent *e) {
282 setBackgroundRole(QPalette::Dark);

Callers 15

RomSelectionMethod · 0.45
parseROMSegmentsMethod · 0.45
processDropMethod · 0.45
debugBasicClearCacheMethod · 0.45
debugBasicClearEditsMethod · 0.45
MainWindowMethod · 0.45
optLoadFilesMethod · 0.45
consoleClearMethod · 0.45
recordAnimatedMethod · 0.45
recordControlUpdateMethod · 0.45
consoleModifiedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected