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

Method adjust

AdaptixClient/Source/UI/Graph/GraphItem.cpp:148–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void GraphItem::adjust()
149{
150 if ( this->parentLink )
151 this->parentLink->adjust();
152
153 for ( auto link : this->childLinks )
154 link->adjust();
155}
156
157void GraphItem::calculateForces()
158{

Callers 3

itemChangeMethod · 0.95
paintMethod · 0.45
paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected