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

Method OnGraphModified

Code/EngineTools/NodeGraph/NodeGraph_View.cpp:107–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 void GraphView::OnGraphModified( BaseGraph* pModifiedGraph )
106 {
107 // If this is the currently viewed graph, trigger the show graph flow since we might have added or removed nodes
108 if ( pModifiedGraph == m_pGraph )
109 {
110 m_pGraph->OnShowGraph();
111 }
112 }
113
114 //-------------------------------------------------------------------------
115
116 void GraphView::SetGraphToView( BaseGraph* pGraph, bool tryMaintainSelection )
117 {

Callers

nothing calls this directly

Calls 1

OnShowGraphMethod · 0.80

Tested by

no test coverage detected