announce project is moving outside of garage.maemo.org
[lms] / www / api / structsinfo__coll__graph.dot
1 digraph G
2 {
3   bgcolor="transparent";
4   edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
5   node [fontname="FreeSans",fontsize="10",shape=record];
6   Node1 [label="{sinfo\n|+ common\l+ db\l+ parser_match\l+ commit_counter\l|}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
7   Node2 -> Node1 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="common",arrowtail="open",fontname="FreeSans"];
8   Node2 [label="{cinfo\n|+ lms\l|}",height=0.2,width=0.4,color="black",URL="$structcinfo.html"];
9   Node3 -> Node2 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="lms",arrowtail="open",fontname="FreeSans"];
10   Node3 [label="{lms\n|+ parsers\l+ n_parsers\l+ cs_conv\l+ db_path\l+ slave_timeout\l+ cb\l+ data\l+ free_data\l+ progress\l+ commit_interval\l+ is_processing\l+ stop_processing\l|}",height=0.2,width=0.4,color="black",URL="$structlms.html"];
11   Node4 -> Node3 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="cs_conv",arrowtail="open",fontname="FreeSans"];
12   Node4 [label="{lms_charset_conv\n|+ check\l+ fallback\l+ size\l+ convs\l+ names\l|}",height=0.2,width=0.4,color="grey75"];
13   Node5 -> Node3 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="parsers",arrowtail="open",fontname="FreeSans"];
14   Node5 [label="{parser\n|+ plugin\l+ dl_handle\l+ so_path\l|}",height=0.2,width=0.4,color="black",URL="$structparser.html"];
15   Node6 -> Node5 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="plugin",arrowtail="open",fontname="FreeSans"];
16   Node6 [label="{lms_plugin\n|+ name\l+ match\l+ parse\l+ close\l+ setup\l+ start\l+ finish\l|}",height=0.2,width=0.4,color="black",URL="$structlms__plugin.html"];
17   Node7 -> Node1 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="db",arrowtail="open",fontname="FreeSans"];
18   Node7 [label="{db\n|+ handle\l+ transaction_begin\l+ transaction_commit\l+ get_file_info\l+ insert_file_info\l+ update_file_info\l+ delete_file_info\l+ set_file_dtime\l|}",height=0.2,width=0.4,color="grey75"];
19 }