Revision 353, 1.0 kB
(checked in by smidl, 16 years ago)
|
doc
|
Line | |
---|
1 | digraph G |
---|
2 | { |
---|
3 | edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; |
---|
4 | node [fontname="FreeSans",fontsize="10",shape=record]; |
---|
5 | rankdir=LR; |
---|
6 | Node1 [label="itpp::Base_Event",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1Base__Event.html",tooltip="Base Event Class."]; |
---|
7 | Node1 -> Node2 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
8 | Node2 [label="itpp::Data_Event\< ObjectType, DataType \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1Data__Event.html",tooltip="An Event class that executes a function with some data as input when the event expires..."]; |
---|
9 | Node1 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
10 | Node3 [label="itpp::Event\< ObjectType \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1Event.html",tooltip="An Event class that executes a function when the event expires."]; |
---|
11 | } |
---|