13 lines
1.0 KiB
Plaintext
13 lines
1.0 KiB
Plaintext
digraph "TableSet< T >"
|
|
{
|
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
|
Node1 [label="TableSet\< T \>",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
|
|
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node2 [label="TableSetBase",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$class_table_set_base.html"];
|
|
Node3 -> Node2 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" _table" ,fontname="Helvetica"];
|
|
Node3 [label="Table",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$class_table.html"];
|
|
Node4 -> Node2 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" _database" ,fontname="Helvetica"];
|
|
Node4 [label="Database",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$class_database.html",tooltip="Database class."];
|
|
}
|