mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-03 18:31:17 +00:00
57 lines
3.8 KiB
XML
57 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<!-- Generated by graphviz version 2.43.0 (0)
|
|
-->
|
|
<!-- Title: BBM::IntroAnimationComponent Pages: 1 -->
|
|
<svg width="182pt" height="281pt"
|
|
viewBox="0.00 0.00 182.00 281.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 277)">
|
|
<title>BBM::IntroAnimationComponent</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-277 178,-277 178,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="A component to slowly center entities to the middle of their current block. This allow flexibility in...">
|
|
<polygon fill="#bfbfbf" stroke="black" points="0,-0.5 0,-112.5 174,-112.5 174,-0.5 0,-0.5"/>
|
|
<text text-anchor="middle" x="87" y="-100.5" font-family="Helvetica,sans-Serif" font-size="10.00">BBM::IntroAnimationComponent</text>
|
|
<polyline fill="none" stroke="black" points="0,-93.5 174,-93.5 "/>
|
|
<text text-anchor="start" x="8" y="-81.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ frameCounter</text>
|
|
<text text-anchor="start" x="8" y="-70.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ currentStep</text>
|
|
<polyline fill="none" stroke="black" points="0,-63.5 174,-63.5 "/>
|
|
<text text-anchor="start" x="8" y="-51.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ clone()</text>
|
|
<text text-anchor="start" x="8" y="-40.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ IntroAnimationComponent()</text>
|
|
<text text-anchor="start" x="8" y="-29.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ IntroAnimationComponent()</text>
|
|
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ~IntroAnimationComponent()</text>
|
|
<text text-anchor="start" x="8" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator=()</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="classWAL_1_1Component.html" target="_top" xlink:title="Represent a single component of WAL.">
|
|
<polygon fill="white" stroke="black" points="37,-149.5 37,-272.5 137,-272.5 137,-149.5 37,-149.5"/>
|
|
<text text-anchor="middle" x="87" y="-260.5" font-family="Helvetica,sans-Serif" font-size="10.00">WAL::Component</text>
|
|
<polyline fill="none" stroke="black" points="37,-253.5 137,-253.5 "/>
|
|
<text text-anchor="start" x="45" y="-241.5" font-family="Helvetica,sans-Serif" font-size="10.00"># _entity</text>
|
|
<polyline fill="none" stroke="black" points="37,-234.5 137,-234.5 "/>
|
|
<text text-anchor="start" x="45" y="-222.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ operator=()</text>
|
|
<text text-anchor="start" x="45" y="-211.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ ~Component()</text>
|
|
<text text-anchor="start" x="45" y="-200.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ clone()</text>
|
|
<text text-anchor="start" x="45" y="-189.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ onStart()</text>
|
|
<text text-anchor="start" x="45" y="-178.5" font-family="Helvetica,sans-Serif" font-size="10.00">+ onStop()</text>
|
|
<text text-anchor="start" x="45" y="-167.5" font-family="Helvetica,sans-Serif" font-size="10.00"># Component()</text>
|
|
<text text-anchor="start" x="45" y="-156.5" font-family="Helvetica,sans-Serif" font-size="10.00"># Component()</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node2->Node1</title>
|
|
<path fill="none" stroke="midnightblue" d="M87,-139.25C87,-130.29 87,-121.23 87,-112.56"/>
|
|
<polygon fill="none" stroke="midnightblue" points="83.5,-139.29 87,-149.29 90.5,-139.29 83.5,-139.29"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|