Revision 353, 0.7 kB
(checked in by smidl, 16 years ago)
|
doc
|
Rev | Line | |
---|
[261] | 1 | digraph G |
---|
| 2 | { |
---|
[290] | 3 | edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; |
---|
| 4 | node [fontname="FreeSans",fontsize="10",shape=record]; |
---|
[261] | 5 | rankdir=LR; |
---|
[353] | 6 | Node1 [label="bdm::UI",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1UI.html",tooltip="UserInfo is an abstract is for internal purposes only. Use CompoundUserInfo<T>..."]; |
---|
| 7 | Node1 -> Node2 [dir=back,color="firebrick4",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
| 8 | Node2 [label="bdm::Particular_UI\< T \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1Particular__UI.html",tooltip="The main userinfo template class. You should derive this class whenever you need..."]; |
---|
[261] | 9 | } |
---|