MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / Clear

Method Clear

AdaptixClient/Source/UI/Widgets/TasksWidget.cpp:344–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void TasksWidget::Clear() const
345{
346 adaptixWidget->TasksMap.clear();
347
348 taskOutputConsole->SetConten("", "");
349
350 tasksModel->clear();
351 comboAgent->clear();
352 comboAgent->addItem("All agents");
353 comboType->clear();
354 comboType->addItem("All types");
355 comboStatus->setCurrentIndex(0);
356 inputFilter->clear();
357}
358
359
360

Callers

nothing calls this directly

Calls 4

SetContenMethod · 0.80
clearMethod · 0.45
addItemMethod · 0.45
setCurrentIndexMethod · 0.45

Tested by

no test coverage detected