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

Method UpdateGraphIcons

AdaptixClient/Source/UI/MainUI.cpp:150–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void MainUI::UpdateGraphIcons() {
151 for (auto adaptixWidget : AdaptixProjects) {
152 if (adaptixWidget) {
153 for (auto agent : adaptixWidget->AgentsMap.values() ) {
154 agent->UpdateImage();
155 }
156 adaptixWidget->SessionsGraphDock->UpdateIcons();
157 }
158 }
159}
160
161void MainUI::UpdateTasksTableColumns()
162{

Callers 1

onApplyMethod · 0.80

Calls 2

UpdateImageMethod · 0.80
UpdateIconsMethod · 0.80

Tested by

no test coverage detected