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

Method TreeDraw

AdaptixClient/Source/UI/Graph/SessionsGraph.cpp:194–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void SessionsGraph::TreeDraw() const
195{
196 if (layoutDirection == LayoutTopToBottom)
197 LayoutTreeTop::draw(this->rootItem);
198 else
199 LayoutTreeLeft::draw(this->rootItem);
200}
201
202void SessionsGraph::SetLayoutDirection(GraphLayoutDirection direction)
203{

Callers 5

AddAgentMethod · 0.95
RemoveAgentMethod · 0.95
RelinkAgentMethod · 0.95
UnlinkAgentMethod · 0.95
OnSyncedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected