Merge branch 'tizen' into sandbox/cyeon/devel
[platform/core/uifw/libtdm.git] / doc / tdm_header.txt
1 #dot -Tpng a.dot -o a.png
2
3 digraph G
4 {
5         compound=true;
6         nodesep=0.2;
7         ranksep=0.5;
8         node [fontname=Courier,fontsize=10,width=0,height=0,shape=box];
9
10         {
11                 node [fontname=Courier,fontsize=10,shape=plaintext,color=white];
12                 edge [style=invis];
13                 Lv0 -> Lv1 -> Lv2 -> Lv3 -> Lv4 -> Lv5 -> Lv6;
14         }
15
16         {
17                 rank=same;
18                 Lv0;
19                 "tdm_common.h";
20         }
21
22         {
23                 rank=same;
24                 Lv1;
25
26                 "tdm_types.h";
27                 "tdm_client_types.h";
28         }
29
30         {
31                 rank=same;
32                 Lv2;
33
34                 "tdm_list.h";
35                 "tdm_log.h";
36                 "tdm_helper.h";
37                 "tdm.h";
38                 "tdm_backend.h";
39                 "tdm_client.h";
40         }
41
42         {
43                 rank=same;
44                 Lv3;
45
46                 "tdm_private_types.h";
47         }
48
49         {
50                 rank=same;
51                 Lv4;
52
53                 "tdm_config.h";
54                 "tdm_thread.h";
55         }
56
57
58         {
59                 rank=same;
60                 Lv5;
61
62                 "tdm_macro.h";
63         }
64
65
66         {
67                 rank=same;
68                 Lv6;
69
70                 "tdm_private.h";
71         }
72
73         "tdm_list.h" [style="filled",fillcolor=gold];
74         "tdm_log.h" [style="filled",fillcolor=gold];
75         "tdm_helper.h" [style="filled",fillcolor=gold];
76
77         "tdm_private.h" [style="filled",fillcolor=grey];
78         "tdm_private_types.h" [style="filled",fillcolor=grey];
79         "tdm_config.h" [style="filled",fillcolor=grey];
80         "tdm_macro.h" [style="filled",fillcolor=grey];
81         "tdm_thread.h" [style="filled",fillcolor=grey];
82
83         "tdm_backend.h" [style="filled",fillcolor=darkorchid1];
84         "tdm.h" [style="filled",fillcolor=cornflowerblue];
85
86         "tdm_client.h" [style="filled",fillcolor= skyblue];
87
88         "tdm_client_types.h" -> "tdm_common.h";
89         "tdm_client.h" -> "tdm_client_types.h";
90         "tdm_types.h" -> "tdm_common.h";
91         "tdm.h" -> "tdm_types.h";
92         "tdm_helper.h" -> "tdm_types.h";
93         "tdm_backend.h" -> "tdm_types.h";
94         "tdm_macro.h" -> "tdm_private_types.h";
95         "tdm_macro.h" -> "tdm_thread.h";
96         "tdm_thread.h" -> "tdm_private_types.h";
97         "tdm_private_types.h" -> "tdm_types.h";
98         "tdm_private_types.h" -> "tdm_list.h";
99         "tdm_private_types.h" -> "tdm_log.h";
100         "tdm_private_types.h" -> "tdm_backend.h";
101         "tdm_config.h" -> "tdm_common.h";
102         "tdm_private.h" -> "tdm_private_types.h";
103         "tdm_private.h" -> "tdm_macro.h";
104         "tdm_private.h" -> "tdm_helper.h";
105         "tdm_private.h" -> "tdm_config.h";
106         "tdm_private.h" -> "tdm_thread.h";
107
108         "tdm_private_types.h" -> "tdm.h";
109 }