GraphViewModel.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/ViewModels/GraphViewModel.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/ViewModels/GraphViewModel.cs
Source file hash: sha256:daa0b32c1e30b5bc84e562365cc044507a1a66a60d85dc6d34e79c1c71e637c1
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: GraphViewModel
Section titled “Type: GraphViewModel”Original lines: 11-28
Declaration hash: sha256:554d08ad577a74ebb9d13eefc4683ec1718dda6ddb1092533399fba6c7e0a7aa
public class GraphViewModel{}Property: Graph
Section titled “Property: Graph”Original lines: 14
Declaration hash: sha256:3ed7e6ce11eefb4d1a13966ef3ac42d1c1ef95ff2f7fd0130e5dde69974ca728
public GraphDefinition Graph { get; set; }Property: Layout
Section titled “Property: Layout”Original lines: 16
Declaration hash: sha256:8da1eca300455237a38487969b5810e194c97fe77e40e4376161b8829dc73fc9
public LayoutState Layout { get; set; }Method: GraphViewModel(GraphDefinition graph, LayoutState layout)
Section titled “Method: GraphViewModel(GraphDefinition graph, LayoutState layout)”Original lines: 23-27
Declaration hash: sha256:6348e548ab8b64b633861cc4117adb5199588e1eb08abd5876e098a6b33990f2
public GraphViewModel(GraphDefinition graph, LayoutState layout = null);