Method | Description | |
---|---|---|
BubbleEvent ( Action |
||
CreateSelectionRect ( Vector2 start, Vector2 current ) : |
||
DiagramDrawer ( |
||
Draw ( IPlatformDrawer platform, float scale ) : void | ||
DrawBreadcrumbs ( IPlatformDrawer platform, float y ) : void | ||
DrawTabs ( IPlatformDrawer platform, |
||
GetDrawersAtPosition ( IDrawer parent, Vector2 point ) : IEnumerable |
||
OnMouseDoubleClick ( |
||
OnMouseDown ( |
||
OnMouseEnter ( |
||
OnMouseExit ( |
||
OnMouseMove ( |
||
OnMouseUp ( |
||
OnRightClick ( |
||
Refresh ( IPlatformDrawer platform, Vector2 position, bool hardRefresh = true ) : void | ||
Save ( ) : void | ||
ShowAddNewContextMenu ( |
||
ShowContextMenu ( |
||
ShowItemContextMenu ( |
Method | Description | |
---|---|---|
DataContextChanged ( ) : void | ||
OnSelectionChanged ( IDiagramNode olddata, IDiagramNode newdata ) : void |
Method | Description | |
---|---|---|
DrawErrors ( ) : void | ||
DrawHelp ( ) : void | ||
GraphItemsOnCollectionChangedWith ( |
||
GraphItemsOnCollectionChangedWith ( object sender, |
||
UpgradeOldProject ( ) : bool |
public BubbleEvent ( Action |
||
action | Action |
|
e | ||
return | bool |
public static CreateSelectionRect ( Vector2 start, Vector2 current ) : |
||
start | Vector2 | |
current | Vector2 | |
return |
public DiagramDrawer ( |
||
viewModel | ||
return | System |
public Draw ( IPlatformDrawer platform, float scale ) : void | ||
platform | IPlatformDrawer | |
scale | float | |
return | void |
public DrawBreadcrumbs ( IPlatformDrawer platform, float y ) : void | ||
platform | IPlatformDrawer | |
y | float | |
return | void |
public DrawTabs ( IPlatformDrawer platform, |
||
platform | IPlatformDrawer | |
tabsRect | ||
return | void |
public GetDrawersAtPosition ( IDrawer parent, Vector2 point ) : IEnumerable |
||
parent | IDrawer | |
point | Vector2 | |
return | IEnumerable |
public OnMouseDoubleClick ( |
||
mouseEvent | ||
return | void |
public OnMouseDown ( |
||
mouseEvent | ||
return | void |
public OnMouseUp ( |
||
mouseEvent | ||
return | void |
public OnRightClick ( |
||
mouseEvent | ||
return | void |
protected OnSelectionChanged ( IDiagramNode olddata, IDiagramNode newdata ) : void | ||
olddata | IDiagramNode | |
newdata | IDiagramNode | |
return | void |
public Refresh ( IPlatformDrawer platform, Vector2 position, bool hardRefresh = true ) : void | ||
platform | IPlatformDrawer | |
position | Vector2 | |
hardRefresh | bool | |
return | void |
public ShowAddNewContextMenu ( |
||
mouseEvent | ||
return | void |
public ShowContextMenu ( |
||
mouseEvent | ||
return | void |
public ShowItemContextMenu ( |
||
mouseEvent | ||
return | void |