-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassCueList.graphml
110 lines (107 loc) · 4.76 KB
/
classCueList.graphml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
<!--Created by yEd 3.13-->
<key attr.name="Description" attr.type="string" for="graph" id="d0"/>
<key for="port" id="d1" yfiles.type="portgraphics"/>
<key for="port" id="d2" yfiles.type="portgeometry"/>
<key for="port" id="d3" yfiles.type="portuserdata"/>
<key attr.name="url" attr.type="string" for="node" id="d4"/>
<key attr.name="description" attr.type="string" for="node" id="d5"/>
<key for="node" id="d6" yfiles.type="nodegraphics"/>
<key for="graphml" id="d7" yfiles.type="resources"/>
<key attr.name="url" attr.type="string" for="edge" id="d8"/>
<key attr.name="description" attr.type="string" for="edge" id="d9"/>
<key for="edge" id="d10" yfiles.type="edgegraphics"/>
<graph edgedefault="directed" id="G">
<data key="d0"/>
<node id="n0">
<data key="d4"/>
<data key="d5"/>
<data key="d6">
<y:UMLClassNode>
<y:Geometry height="261.0" width="229.0" x="521.0" y="54.0"/>
<y:Fill color="#FFCC00" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="19.1328125" modelName="custom" textColor="#000000" visible="true" width="58.30419921875" x="85.347900390625" y="3.0">CueList<y:LabelModel>
<y:SmartNodeLabelModel distance="4.0"/>
</y:LabelModel>
<y:ModelParameter>
<y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="-0.03703090122767855" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
</y:ModelParameter>
</y:NodeLabel>
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="" use3DEffect="false">
<y:AttributeLabel>cuelist: etree
mutestate: dictionary
levelstate: dictionary
currentcueindex: integer
previewcueindex: integer</y:AttributeLabel>
<y:MethodLabel>__init__(self,
cuefilename: filename string,
chancount: integer )
setcurrentcuestate(self,
cueindex: integer)
setpreviewcuestate(self,
cueindex: integer)</y:MethodLabel>
</y:UML>
</y:UMLClassNode>
</data>
</node>
<node id="n1">
<data key="d4"/>
<data key="d5"/>
<data key="d6">
<y:UMLNoteNode>
<y:Geometry height="583.0" width="389.0" x="50.0" y="43.0"/>
<y:Fill color="#FFCC00" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="left" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="534.8125" modelName="custom" textColor="#000000" visible="true" width="390.8828125" x="-0.94140625" y="24.09375">cuelistfile XML structure:
<?xml version="1.0"?>
<show>
<cue num="000">
<Move>0</Move>
<Id>0</Id>
<Act>0</Act>
<Scene> 0</Scene>
<Page>0</Page>
<Title>Top of Show</Title>
<Cue>None</Cue>
<Entrances></Entrances>
<Exits></Exits>
<On_Stage></On_Stage>
<Note_1></Note_1>
<Note_2></Note_2>
<Note_3></Note_3>
</cue>
.
.
.
<cue num="099">
<Move>99</Move>
<Id>74B</Id>
<Act>2</Act>
<Scene> 9</Scene>
<Page>74</Page>
<Title>Cratchit's House</Title>
<Cue>Cratchit House Revolves</Cue>
<Entrances>ch1 , ch2 , ch11 , ch4 , ch12 , ch3 </Entrances>
<Exits></Exits>
<On_Stage>ch1 , ch2 , ch11 , ch4 , ch12 , ch3 </On_Stage>
<Note_1></Note_1>
<Note_2></Note_2>
<Note_3></Note_3>
</cue>
</show><y:LabelModel>
<y:SmartNodeLabelModel distance="4.0"/>
</y:LabelModel>
<y:ModelParameter>
<y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/>
</y:ModelParameter>
</y:NodeLabel>
</y:UMLNoteNode>
</data>
</node>
</graph>
<data key="d7">
<y:Resources/>
</data>
</graphml>