1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD>
<TITLE>muppets.cpp.html</TITLE>
<!-- Source: muppets.cpp -->
<!-- Generated with ROBODoc v3.2.2 (Jul 8 2000) -->
<!-- ROBODoc (c) 1994-2000 by Frans Slothouber and Jacco van Weert. -->
</HEAD><BODY BGCOLOR="#FFFFFF">
<A NAME="muppets.cpp">Generated from muppets.cpp</A> with ROBODoc v3.2.2 on Sat Jul 08 14:27:18 2000
<BR>
<H3 ALIGN="center">TABLE OF CONTENTS</H3>
<OL>
<LI><A HREF="#puppet::walk">Mupputs/puppet::walk</A>
<LI><A HREF="#puppet::talk">Mupputs/puppet::talk</A>
<LI><A HREF="#puppet::act">Mupputs/puppet::act</A>
<LI><A HREF="#stage::open_curtains">Mupputs/stage::open_curtains</A>
<LI><A HREF="#stage::lights">Mupputs/stage::lights</A>
</OL>
<HR>
<H2><A NAME="puppet::walk">Mupputs/puppet::walk</A></H2>
<FONT SIZE="+1">NAME</FONT>
<PRE><EM> <B>puppet::walk</B>
</EM></PRE><FONT SIZE="+1">PURPOSE</FONT>
<PRE> Let <A HREF="muppets.h.html#puppet">puppet</A> walk.
</PRE>
<HR>
<H2><A NAME="puppet::talk">Mupputs/puppet::talk</A></H2>
<FONT SIZE="+1">NAME</FONT>
<PRE><EM> <B>puppet::talk</B>
</EM></PRE><FONT SIZE="+1">PURPOSE</FONT>
<PRE> Let <A HREF="muppets.h.html#puppet">puppet</A> talk.
</PRE>
<HR>
<H2><A NAME="puppet::act">Mupputs/puppet::act</A></H2>
<FONT SIZE="+1">NAME</FONT>
<PRE><EM> <B>puppet::act</B>
</EM></PRE><FONT SIZE="+1">PURPOSE</FONT>
<PRE> Let <A HREF="muppets.h.html#puppet">puppet</A> walk and talk.
</PRE>
<HR>
<H2><A NAME="stage::open_curtains">Mupputs/stage::open_curtains</A></H2>
<FONT SIZE="+1">NAME</FONT>
<PRE><EM> <B>stage::open_curtains</B> --
</EM></PRE><FONT SIZE="+1">PURPOSE</FONT>
<PRE> Open the curtains.
</PRE><FONT SIZE="+1">SOURCE</FONT>
<PRE> void <B>stage::open_curtains</B>()
{
lights(ON);
}
</PRE>
<HR>
<H2><A NAME="stage::lights">Mupputs/stage::lights</A></H2>
<FONT SIZE="+1">NAME</FONT>
<PRE><EM> <B>stage::lights</B> -- switch lights on or off.
</EM></PRE><FONT SIZE="+1">PURPOSE</FONT>
<PRE> Switch lights on or off.
</PRE>
</BODY></HTML>
|