C# Class StonehearthEditor.NodeData

Afficher le fichier Open project: stonehearth/stonehearth-editor Class Usage Examples

Méthodes publiques

Méthode Description
AddOutEdge ( GameMasterNode nodeFile ) : bool
Clone ( GameMasterNode nodeFile ) : NodeData
GetRelatedNodes ( HashSet set ) : void
LoadData ( GameMasterNode>.Dictionary allNodes ) : void
PostLoadFixup ( ) : void
UpdateGraph ( Microsoft.Msagl.Drawing.Graph graph ) : void
UpdateGraphNode ( Microsoft.Msagl.Drawing.Node graphNode ) : void

Méthodes protégées

Méthode Description
FixupLoot ( string selector ) : void
MakeNodePrivate ( Microsoft.Msagl.Drawing.Node node ) : void
UpdateOutEdges ( Microsoft.Msagl.Drawing.Graph graph ) : void

Method Details

AddOutEdge() public méthode

public AddOutEdge ( GameMasterNode nodeFile ) : bool
nodeFile GameMasterNode
Résultat bool

Clone() public abstract méthode

public abstract Clone ( GameMasterNode nodeFile ) : NodeData
nodeFile GameMasterNode
Résultat NodeData

FixupLoot() protected méthode

protected FixupLoot ( string selector ) : void
selector string
Résultat void

GetRelatedNodes() public méthode

public GetRelatedNodes ( HashSet set ) : void
set HashSet
Résultat void

LoadData() public abstract méthode

public abstract LoadData ( GameMasterNode>.Dictionary allNodes ) : void
allNodes GameMasterNode>.Dictionary
Résultat void

MakeNodePrivate() protected méthode

protected MakeNodePrivate ( Microsoft.Msagl.Drawing.Node node ) : void
node Microsoft.Msagl.Drawing.Node
Résultat void

PostLoadFixup() public méthode

public PostLoadFixup ( ) : void
Résultat void

UpdateGraph() public méthode

public UpdateGraph ( Microsoft.Msagl.Drawing.Graph graph ) : void
graph Microsoft.Msagl.Drawing.Graph
Résultat void

UpdateGraphNode() public méthode

public UpdateGraphNode ( Microsoft.Msagl.Drawing.Node graphNode ) : void
graphNode Microsoft.Msagl.Drawing.Node
Résultat void

UpdateOutEdges() protected abstract méthode

protected abstract UpdateOutEdges ( Microsoft.Msagl.Drawing.Graph graph ) : void
graph Microsoft.Msagl.Drawing.Graph
Résultat void