Méthode | Description | |
---|---|---|
MapDepthNodeRenderer ( NavigatorView parentNavigatorView, INodeProxy nodeProxy, ThemeManager themeManager, string skinName ) : System | ||
RenderChildren ( RenderingContextInfo info ) : |
||
SelectChildNodes ( INodeProxy nodeProxy ) : void | ||
SelectParentNodes ( INodeProxy nodeProxy ) : void | ||
UnselectChildNodes ( INodeProxy nodeProxy ) : void | ||
UnselectParentNodes ( INodeProxy nodeProxy ) : void |
Méthode | Description | |
---|---|---|
MapDepthNodeRenderer ( ) : System |
Méthode | Description | |
---|---|---|
GetAllChildNodes ( INodeProxy nodeProxy ) : IEnumerable |
||
GetMapRelationship ( INodeProxy node ) : IRelationshipProxy |
Helper method for getting the relationship that matches nodes relationship to the map currently being rendered
|
|
GetNodeLocation ( MetadataContext xPosKey, MetadataContext yPosKey, double &x, double &y ) : bool | ||
GetTransclusionRelationship ( INodeProxy node ) : IEnumerable |
||
IsChildInCurrentView ( INodeProxy nodeProxy, System.Guid childNodeId ) : bool | ||
IsChildRelationship ( IRelationshipProxy relationship, System.Guid parentNodeId ) : bool | ||
IsParentInCurrentView ( INodeProxy nodeProxy, INodeProxy relatedNode ) : bool | ||
IsParentRelationship ( IRelationshipProxy relationship, System.Guid childNodeId ) : bool | ||
IsRelated ( IRelationshipProxy relationship, System.Guid nodeId, string descriptorType ) : bool | ||
RenderNodeAsChild ( MetadataContext xPosKey, MetadataContext yPosKey, IDescriptorTypeProxy &descriptorType, double &x, double &y ) : void | ||
RenderNodeAsTransclusion ( MetadataContext xPosKey, MetadataContext yPosKey, IDescriptorTypeProxy &descriptorType, double &x, double &y ) : void | ||
ToggleChildNodes ( bool isSelected, INodeProxy nodeProxy ) : void | ||
ToggleParentNodes ( bool isSelected, INodeProxy nodeProxy ) : void |
protected MapDepthNodeRenderer ( ) : System | ||
Résultat | System |
public MapDepthNodeRenderer ( NavigatorView parentNavigatorView, INodeProxy nodeProxy, ThemeManager themeManager, string skinName ) : System | ||
parentNavigatorView | NavigatorView | |
nodeProxy | INodeProxy | |
themeManager | ThemeManager | |
skinName | string | |
Résultat | System |
public RenderChildren ( RenderingContextInfo info ) : |
||
info | RenderingContextInfo | |
Résultat |
public SelectChildNodes ( INodeProxy nodeProxy ) : void | ||
nodeProxy | INodeProxy | |
Résultat | void |
public SelectParentNodes ( INodeProxy nodeProxy ) : void | ||
nodeProxy | INodeProxy | |
Résultat | void |
public UnselectChildNodes ( INodeProxy nodeProxy ) : void | ||
nodeProxy | INodeProxy | |
Résultat | void |
public UnselectParentNodes ( INodeProxy nodeProxy ) : void | ||
nodeProxy | INodeProxy | |
Résultat | void |