-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProgramMessageFlow.drawio
More file actions
34 lines (34 loc) · 4.34 KB
/
Copy pathProgramMessageFlow.drawio
File metadata and controls
34 lines (34 loc) · 4.34 KB
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
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36">
<diagram name="페이지-1" id="AzWjSueaDokXYa37jS0J">
<mxGraphModel dx="711" dy="883" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="st-vxe-VHVlH2gm14zUo-1" parent="1" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" value="Engine" vertex="1">
<mxGeometry height="218" width="210" x="80" y="100" as="geometry" />
</mxCell>
<mxCell id="st-vxe-VHVlH2gm14zUo-2" parent="st-vxe-VHVlH2gm14zUo-1" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" value="+ m_window : WndBase*<div>+ m_renderer : Renderer*&nbsp;</div>" vertex="1">
<mxGeometry height="54" width="210" y="26" as="geometry" />
</mxCell>
<mxCell id="st-vxe-VHVlH2gm14zUo-3" parent="st-vxe-VHVlH2gm14zUo-1" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" value="" vertex="1">
<mxGeometry height="8" width="210" y="80" as="geometry" />
</mxCell>
<mxCell id="st-vxe-VHVlH2gm14zUo-4" parent="st-vxe-VHVlH2gm14zUo-1" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" value="+ Engine(): void<div>+ &lt;&lt;virtual&gt;&gt; ~Engine() : void</div><div>+ Initialize(int width, int height) : bool</div><div>+ Run() : void</div><div>+ Shutdown() : void</div><div>- Update() : void</div><div>- FixedUpdate() : void</div><div>- Render() : void</div>" vertex="1">
<mxGeometry height="130" width="210" y="88" as="geometry" />
</mxCell>
<mxCell id="st-vxe-VHVlH2gm14zUo-5" parent="1" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" value="WndBase" vertex="1">
<mxGeometry height="250" width="240" x="390" y="100" as="geometry" />
</mxCell>
<mxCell id="st-vxe-VHVlH2gm14zUo-6" parent="st-vxe-VHVlH2gm14zUo-5" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" value="+ field: type" vertex="1">
<mxGeometry height="26" width="240" y="26" as="geometry" />
</mxCell>
<mxCell id="st-vxe-VHVlH2gm14zUo-7" parent="st-vxe-VHVlH2gm14zUo-5" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" value="" vertex="1">
<mxGeometry height="8" width="240" y="52" as="geometry" />
</mxCell>
<mxCell id="st-vxe-VHVlH2gm14zUo-8" parent="st-vxe-VHVlH2gm14zUo-5" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" value="+ WndBase(): void<div>+ &lt;&lt;virtual&gt;&gt; ~WndBase() : voiid</div><div>+ Create(const wchar_t* className, const wchar_t* windowName, int width, int height) : bool</div><div>+ Destroy() : void</div><div>+ GetHandle() : void*</div>" vertex="1">
<mxGeometry height="190" width="240" y="60" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>