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

« back to all changes in this revision

Viewing changes to docs/reference/html/classGlib_1_1ValueBase__Flags__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="Glib::ValueBase_Flags",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="Glib::ValueBase",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1ValueBase.html"];
 
8
  Node1 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
 
9
  Node3 [label="Glib::Value_Flags\< T \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGlib_1_1Value__Flags.html",tooltip="Base class of Glib::Value&lt;T&gt; specializations for flags types."];
 
10
}