Add previous session block to File TreeNode.
This commit is contained in:
parent
a61160c7eb
commit
3fa5bb9068
@ -32,7 +32,8 @@ biblio_file_id : char*</string>
|
||||
<object id="ClassNode1" class="com.horstmann.violet.ClassNode">
|
||||
<void property="attributes">
|
||||
<void property="text">
|
||||
<string>sort_weight : int</string>
|
||||
<string>sort_weight : int
|
||||
block : uint32_t</string>
|
||||
</void>
|
||||
</void>
|
||||
<void property="name">
|
||||
@ -426,6 +427,23 @@ SourceFile</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="addNode">
|
||||
<object id="NoteNode2" class="com.horstmann.violet.NoteNode">
|
||||
<void property="text">
|
||||
<void property="text">
|
||||
<string>For files, we need to know whethe they come
|
||||
from a previous session. That's the purpose of
|
||||
the block field</string>
|
||||
</void>
|
||||
</void>
|
||||
</object>
|
||||
<object class="java.awt.geom.Point2D$Double">
|
||||
<void method="setLocation">
|
||||
<double>818.829652614022</double>
|
||||
<double>414.36457377531684</double>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="connect">
|
||||
<object class="com.horstmann.violet.ClassRelationshipEdge">
|
||||
<void property="bentStyle">
|
||||
@ -721,5 +739,10 @@ SourceFile</string>
|
||||
<object idref="ClassNode1"/>
|
||||
<object idref="InterfaceNode3"/>
|
||||
</void>
|
||||
<void method="connect">
|
||||
<object class="com.horstmann.violet.NoteEdge"/>
|
||||
<object idref="ClassNode1"/>
|
||||
<object idref="NoteNode2"/>
|
||||
</void>
|
||||
</object>
|
||||
</java>
|
||||
|
Loading…
Reference in New Issue
Block a user