Added note about GUI architecture to doc/hacking.txt + doc/img/gui_flow/.
[hooke.git] / doc / img / gui_flow / gui_flow.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <?xml-stylesheet href="graph.xsl" type="text/xsl" alternate="no"?>
3 <ex:graph xmlns:ex="http://www.example.com/graph">
4   <ex:config text-color="stroke:none;fill:rgb(44,44,44);"
5              node-color="stroke:rgb(44,44,44);fill:white;"
6              arc-color="stroke:rgb(44,44,44);fill:rgb(44,44,44);"
7              node-radius="35" arc-offset="5"
8              viewBox="0 0 586 86"/>
9   <ex:node name="panels" cx="43" cy="43" label="Panels"/>
10   <ex:node name="frame" cx="293" cy="43" label="Frame"/>
11   <ex:node name="engine" cx="543" cy="43" label="Engine"/>
12   <ex:arc from="panels" to="frame" label="callbacks" rotate="90"/>
13   <ex:arc from="frame" to="panels" label="panel methods"/>
14   <ex:arc from="frame" to="engine" label="execute_command()"/>
15   <ex:arc from="engine" to="frame" label="response processors"/>
16 </ex:graph>