~kklimonda/ubuntu/natty/glibmm2.4/update

« back to all changes in this revision

Viewing changes to docs/reference/html/classGio_1_1BufferedOutputStream__inherit__graph.dot

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-16 14:26:05 UTC
  • mfrom: (1.2.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20090316142605-gj2oyabw69a9b9li
Tags: 2.20.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
digraph G
 
2
{
 
3
  edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
 
4
  node [fontname="FreeSans",fontsize="10",shape=record];
 
5
  Node1 [label="Gio::BufferedOutputStream",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
 
6
  Node2 -> Node1 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
 
7
  Node2 [label="Gio::FilterOutputStream",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGio_1_1FilterOutputStream.html",tooltip="Filter Output Stream."];
 
8
  Node3 -> Node2 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
 
9
  Node3 [label="Gio::OutputStream",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGio_1_1OutputStream.html",tooltip="Base class for implementing streaming output."];
 
10
  Node4 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
 
11
  Node4 [label="Glib::Object",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1Object.html"];
 
12
  Node5 -> Node4 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
 
13
  Node5 [label="Glib::ObjectBase",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1ObjectBase.html",tooltip="Glib::ObjectBase is a common base class for Objects and Interfaces."];
 
14
  Node6 -> Node5 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
 
15
  Node6 [label="sigc::trackable",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classsigc_1_1trackable.html"];
 
16
  Node1 -> Node7 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
 
17
  Node7 [label="Gio::DataOutputStream",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGio_1_1DataOutputStream.html",tooltip="An implementation of BufferedOutputStream that allows for high-level data manipulation..."];
 
18
}