forked from KirollosSamy/Graphics_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GFX.drawio
19 lines (19 loc) · 4.55 KB
/
GFX.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<mxfile host="65bd71144e">
<diagram name="Page-1" id="c4acf3e9-155e-7222-9cf6-157b1a14988f">
<mxGraphModel dx="522" dy="555" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" background="none" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="5d2195bd80daf111-18" value="<p style="margin:0px;margin-top:4px;text-align:center;"><i>Application</i></p><hr size="1"><p style="margin:0px;margin-left:4px;">+ currentState (State *)</p><p style="margin:0px;margin-left:4px;">+ nextState&nbsp; (State *)<span style="background-color: initial;">&nbsp; &nbsp;</span></p><p style="margin:0px;margin-left:4px;">+&nbsp;<span style="background-color: rgb(13, 17, 23); color: rgb(230, 237, 243); font-family: Consolas, &quot;Courier New&quot;, monospace; font-size: 14px;">states (unordered map&lt;states&gt;)</span></p><hr size="1"><p style="margin:0px;margin-left:4px;">+&nbsp;<span style="color: rgb(210, 168, 255); background-color: rgb(13, 17, 23); font-family: Consolas, &quot;Courier New&quot;, monospace; font-size: 14px;">run(int)</span><span style="background-color: initial;">:</span></p><p style="margin:0px;margin-left:4px;">+&nbsp;<span style="color: rgb(210, 168, 255); background-color: rgb(13, 17, 23); font-family: Consolas, &quot;Courier New&quot;, monospace; font-size: 14px;">changeState</span><span style="background-color: initial;">(string): Type</span></p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;rounded=0;shadow=0;comic=0;labelBackgroundColor=none;strokeWidth=1" parent="1" vertex="1">
<mxGeometry x="60" y="87" width="190" height="140" as="geometry"/>
</mxCell>
<mxCell id="2" value="<p style="margin:0px;margin-top:4px;text-align:center;"><i>State</i></p><hr size="1"><p style="margin:0px;margin-left:4px;">+ application (Application *)</p><hr size="1"><div style="color: rgb(230, 237, 243); background-color: rgb(13, 17, 23); font-family: Consolas, &quot;Courier New&quot;, monospace; font-size: 14px; line-height: 19px;"><span style="color: #d2a8ff;">onInitialize()</span></div><div style="color: rgb(230, 237, 243); background-color: rgb(13, 17, 23); font-family: Consolas, &quot;Courier New&quot;, monospace; font-size: 14px; line-height: 19px;"><div style="line-height: 19px;"><span style="color: #d2a8ff;">onImmediateGui()</span></div><div style="line-height: 19px;"><div style="line-height: 19px;"><span style="color: #d2a8ff;">onDraw(double)</span></div><div style="line-height: 19px;"><div style="line-height: 19px;"><span style="color: #d2a8ff;">onDestroy()</span></div></div><div style="line-height: 19px;"><span style="color: #d2a8ff;"><br></span></div></div></div>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;rounded=0;shadow=0;comic=0;labelBackgroundColor=none;strokeWidth=1" parent="1" vertex="1">
<mxGeometry x="350" y="87" width="200" height="143" as="geometry"/>
</mxCell>
<mxCell id="3" value="<p style="margin:0px;margin-top:4px;text-align:center;"><i>System</i></p><hr size="1"><p style="margin:0px;margin-left:4px;"><br></p><hr size="1"><p style="margin:0px;margin-left:4px;"><br></p>" style="verticalAlign=top;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica;html=1;rounded=0;shadow=0;comic=0;labelBackgroundColor=none;strokeWidth=1" parent="1" vertex="1">
<mxGeometry x="160" y="274" width="310" height="240" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>