SRGraphView::OnGraphEdit
voidSRGraphView::OnGraphEdit(void)
Runs the Graph Explorer dialog to edit graph components
Defined in: GraphVw.cpp
Remarks
When dynamically linked, this routine invokes the editor in standalone mode via the EditGraph routine.When statically linked, the routine constructs and uses the standard SRGGraphEditDialog in modal form.
In both cases the only data required is a pointer to the graph to be edited. The edit dialog handles all the details.