MCPcopy Create free account
hub / github.com/BobbyAnguelov/Esoterica / GetRect

Method GetRect

Code/EngineTools/NodeGraph/NodeGraph_BaseGraph.cpp:219–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218 m_modificationCount--;
219 EE_ASSERT( m_modificationCount >= 0 );
220
221 // Parent graphs should only be null during construction
222 if ( m_pParentGraph != nullptr )
223 {
224 m_pParentGraph->EndModification();
225 }
226 }
227
228 void BaseNode::SetPosition( Float2 const& newPosition )

Callers 10

DrawExtraInformationMethod · 0.80
SetGraphToViewMethod · 0.80
DrawStateMachineNodeMethod · 0.80
DrawFlowNodeMethod · 0.80
DrawCommentNodeMethod · 0.80
StopDraggingSelectionMethod · 0.80
StartDraggingNodeMethod · 0.80
OnDragConnectionMethod · 0.80

Calls 3

GetNodeMarginFunction · 0.85
ImVec2Function · 0.85
ImRectClass · 0.50

Tested by

no test coverage detected