Method | Description | |
---|---|---|
Clean ( ) : void | ||
Draw ( IGraphics g ) : void | ||
Draw ( IGraphics g, Style style ) : void | ||
Draw ( IGraphics g, bool onScreen ) : void | ||
Draw ( IGraphics g, bool onScreen, Style style ) : void | ||
MoveDown ( ) : void | ||
MoveUp ( ) : void | ||
SelectNext ( ) : void | ||
SelectPrevious ( ) : void |
Method | Description | |
---|---|---|
CalculateDrawingArea ( Style style, bool printing, float zoom ) : |
||
ConfirmMemberDelete ( ) : bool | ||
DeleteSelectedMember ( bool showConfirmation ) : bool | ||
DrawSelectionLines ( |
||
GetContextMenuItems ( IDiagram diagram ) : IEnumerable |
||
GetLogicalArea ( ) : |
||
GetMaximalOffset ( |
||
HideEditor ( ) : void | ||
HideWindow ( PopupWindow window ) : void | ||
MoveWindow ( ) : void | ||
Offset ( |
||
OnActivated ( |
||
OnActivating ( |
||
OnDeactivated ( |
||
OnDeactivating ( |
||
OnDoubleClick ( AbsoluteMouseEventArgs e ) : void | ||
OnModified ( |
||
OnMouseDown ( AbsoluteMouseEventArgs e ) : void | ||
OnMouseMove ( AbsoluteMouseEventArgs e ) : void | ||
OnMouseUp ( AbsoluteMouseEventArgs e ) : void | ||
OnSelectionChanged ( |
||
ShowEditor ( ) : void | ||
ShowWindow ( PopupWindow window ) : void | ||
TrySelect ( |
Method | Description | |
---|---|---|
DeleteSelectedMember ( ) : bool | ||
Deserialize ( |
||
DoubleClicked ( AbsoluteMouseEventArgs e ) : void | ||
GetPrintingClip ( Style style, float zoom ) : |
||
GetPrintingClip ( float zoom ) : |
||
GetVisibleArea ( Style style, float zoom ) : |
||
GetVisibleArea ( float zoom ) : |
||
MouseMoved ( AbsoluteMouseEventArgs e ) : void | ||
MousePressed ( AbsoluteMouseEventArgs e ) : void | ||
MouseUpped ( AbsoluteMouseEventArgs e ) : void | ||
Serialize ( |
protected abstract CalculateDrawingArea ( Style style, bool printing, float zoom ) : |
||
style | Style | |
printing | bool | |
zoom | float | |
return |
protected DeleteSelectedMember ( bool showConfirmation ) : bool | ||
showConfirmation | bool | |
return | bool |
public Draw ( IGraphics g, Style style ) : void | ||
g | IGraphics | |
style | Style | |
return | void |
public Draw ( IGraphics g, bool onScreen ) : void | ||
g | IGraphics | |
onScreen | bool | |
return | void |
public abstract Draw ( IGraphics g, bool onScreen, Style style ) : void | ||
g | IGraphics | |
onScreen | bool | |
style | Style | |
return | void |
protected abstract DrawSelectionLines ( |
||
g | ||
zoom | float | |
offset | Point | |
return | void |
protected abstract GetContextMenuItems ( IDiagram diagram ) : IEnumerable |
||
diagram | IDiagram | |
return | IEnumerable |
protected abstract GetLogicalArea ( ) : |
||
return |
protected abstract GetMaximalOffset ( |
||
offset | ||
padding | int | |
return |
protected HideWindow ( PopupWindow window ) : void | ||
window | PopupWindow | |
return | void |
protected abstract Offset ( |
||
offset | ||
return | void |
protected OnActivated ( |
||
e | ||
return | void |
protected OnActivating ( |
||
e | ||
return | void |
protected OnDeactivated ( |
||
e | ||
return | void |
protected OnDeactivating ( |
||
e | ||
return | void |
protected OnDoubleClick ( AbsoluteMouseEventArgs e ) : void | ||
e | AbsoluteMouseEventArgs | |
return | void |
protected OnModified ( |
||
e | ||
return | void |
protected OnMouseDown ( AbsoluteMouseEventArgs e ) : void | ||
e | AbsoluteMouseEventArgs | |
return | void |
protected OnMouseMove ( AbsoluteMouseEventArgs e ) : void | ||
e | AbsoluteMouseEventArgs | |
return | void |
protected OnMouseUp ( AbsoluteMouseEventArgs e ) : void | ||
e | AbsoluteMouseEventArgs | |
return | void |
protected OnSelectionChanged ( |
||
e | ||
return | void |
protected ShowWindow ( PopupWindow window ) : void | ||
window | PopupWindow | |
return | void |
protected abstract TrySelect ( |
||
frame | ||
return | bool |