summaryrefslogtreecommitdiff
path: root/doxygen/html/classpirate4_1_1Pirate__inherit__graph.dot
diff options
context:
space:
mode:
authorZearin <zearin@gonk.net>2011-10-05 17:05:31 -0400
committerZearin <zearin@gonk.net>2011-10-05 17:05:31 -0400
commitaa19e3b9c9f03f7320c2d5470fa977ed0bbdeeab (patch)
tree97d86fe3a03114be08aac12a7097aa80ac03bc2a /doxygen/html/classpirate4_1_1Pirate__inherit__graph.dot
downloadcmd2-aa19e3b9c9f03f7320c2d5470fa977ed0bbdeeab.tar.gz
Initial import.
Copy of the Python module cmd2 by Catherine Devlin. Note that this is NOT the official copy (it’s at http://www.assembla.com/spaces/python-cmd2/wiki ). I’d rather just work using git + GitHub instead of hg + Assembla. ☺ OTOH, I fully intend to submit changes back to the official repo on Assembla—so don’t be shy, fork away. I’m happy for any help!
Diffstat (limited to 'doxygen/html/classpirate4_1_1Pirate__inherit__graph.dot')
-rw-r--r--doxygen/html/classpirate4_1_1Pirate__inherit__graph.dot9
1 files changed, 9 insertions, 0 deletions
diff --git a/doxygen/html/classpirate4_1_1Pirate__inherit__graph.dot b/doxygen/html/classpirate4_1_1Pirate__inherit__graph.dot
new file mode 100644
index 0000000..db533ae
--- /dev/null
+++ b/doxygen/html/classpirate4_1_1Pirate__inherit__graph.dot
@@ -0,0 +1,9 @@
+digraph G
+{
+ // INTERACTIVE_SVG=YES
+ edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
+ node [fontname="Helvetica",fontsize="10",shape=record];
+ Node1 [label="{pirate4::Pirate\n|+ initial_gold\l+ gold\l|+ do_drink()\l+ do_loot()\l+ postcmd()\l+ precmd()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
+ Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
+ Node2 [label="{Cmd\n||}",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];
+}