~ubuntu-branches/debian/sid/glibmm2.4/sid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue
  • Date: 2009-07-20 10:01:53 UTC
  • mfrom: (1.2.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20090720100153-e2e4u4oshubnem3u
* New upstream release.
* Section of libglibmm-2.4-dbg is "debug" now.
* Update debian/copyright to conform to latest DEP 5.
  + Fix incorrect license.
  + Point to versioned license files.
* Update Standard-Version to 3.8.2.  No change required.

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::FileInputStream",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::InputStream",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGio_1_1InputStream.html",tooltip="Base class for implementing streaming input."];
8
 
  Node3 -> Node2 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
9
 
  Node3 [label="Glib::Object",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1Object.html"];
10
 
  Node4 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
11
 
  Node4 [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."];
12
 
  Node5 -> Node4 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
13
 
  Node5 [label="sigc::trackable",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classsigc_1_1trackable.html"];
14
 
  Node6 -> Node1 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
15
 
  Node6 [label="Gio::Seekable",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGio_1_1Seekable.html",tooltip="Stream seeking interface."];
16
 
  Node7 -> Node6 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
17
 
  Node7 [label="Glib::Interface",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1Interface.html"];
18
 
  Node4 -> Node7 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
19
 
}