~ubuntu-branches/ubuntu/intrepid/tcm/intrepid

« back to all changes in this revision

Viewing changes to doc/sourcecode/Buffer.html

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2003-07-03 20:08:21 UTC
  • Revision ID: james.westby@ubuntu.com-20030703200821-se4xtqx25e5miczi
Tags: upstream-2.20
ImportĀ upstreamĀ versionĀ 2.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><TITLE>Buffer</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  Buffer  </H2><BLOCKQUOTE>
 
4
 shape and subject cut-paste buffer class.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 
 
8
<DL>
 
9
<TABLE>
 
10
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.29.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>Buffer</B> ()<br>
 
11
<I></I>
 
12
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.29.2"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>~Buffer</B> ()<br>
 
13
<I></I>
 
14
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.29.3"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Put</B> (<!1><A HREF="Subjects.html">Subjects</A> *, <!1><A HREF="Shapes.html">Shapes</A> *)<br>
 
15
<I> Copy lists of subjects and shapes and hold them in the buffer.</I>
 
16
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.29.4"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="Subjects.html">Subjects</A>* </TD><TD><B>GetSubjectsCopy</B> ()<br>
 
17
<I> Copy subjects in the buffer and return them in a list.</I>
 
18
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.29.5"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="Shapes.html">Shapes</A>* </TD><TD><B>GetShapesCopy</B> ()<br>
 
19
<I> Copy shapes in the buffer and return them in a list.</I>
 
20
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.29.6"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="Subjects.html">Subjects</A>* </TD><TD><B>GetSubjects</B> () const <br>
 
21
<I></I>
 
22
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.29.7"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="Shapes.html">Shapes</A>* </TD><TD><B>GetShapes</B> () const <br>
 
23
<I></I>
 
24
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.29.8"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>IsEmpty</B> () const <br>
 
25
<I> Returns if buffer is empty.</I>
 
26
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.29.9"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetUser</B> (<!1><A HREF="Command.html">Command</A> *c)<br>
 
27
<I> Which command uses this buffer.</I>
 
28
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.29.10"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="Command.html">Command</A>* </TD><TD><B>GetUser</B> ()<br>
 
29
<I></I>
 
30
</TD></TR></TABLE></DL>
 
31
<A NAME="DOC.DOCU">
 
32
<hr>
 
33
 <h2> Documentation </h2>
 
34
<BLOCKQUOTE>
 
35
 shape and subject cut-paste buffer class.
 
36
 
 
37
</BLOCKQUOTE>
 
38
<DL>
 
39
 
 
40
<A NAME="Buffer">
 
41
<A NAME ="DOC.29.1">
 
42
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  Buffer()</B></TT>
 
43
<DL></DL><P>
 
44
<A NAME="~Buffer">
 
45
<A NAME ="DOC.29.2">
 
46
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  ~Buffer()</B></TT>
 
47
<DL></DL><P>
 
48
<A NAME="Put">
 
49
<A NAME ="DOC.29.3">
 
50
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Put(<!1><A HREF="Subjects.html">Subjects</A> *, <!1><A HREF="Shapes.html">Shapes</A> *)</B></TT>
 
51
<DD> Copy lists of subjects and shapes and hold them in the buffer.
 
52
<DL></DL><P>
 
53
<A NAME="GetSubjectsCopy">
 
54
<A NAME ="DOC.29.4">
 
55
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="Subjects.html">Subjects</A>*  GetSubjectsCopy()</B></TT>
 
56
<DD> Copy subjects in the buffer and return them in a list.
 
57
<DL></DL><P>
 
58
<A NAME="GetShapesCopy">
 
59
<A NAME ="DOC.29.5">
 
60
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="Shapes.html">Shapes</A>*  GetShapesCopy()</B></TT>
 
61
<DD> Copy shapes in the buffer and return them in a list.
 
62
<DL></DL><P>
 
63
<A NAME="GetSubjects">
 
64
<A NAME ="DOC.29.6">
 
65
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="Subjects.html">Subjects</A>*  GetSubjects() const </B></TT>
 
66
<DL></DL><P>
 
67
<A NAME="GetShapes">
 
68
<A NAME ="DOC.29.7">
 
69
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="Shapes.html">Shapes</A>*  GetShapes() const </B></TT>
 
70
<DL></DL><P>
 
71
<A NAME="IsEmpty">
 
72
<A NAME ="DOC.29.8">
 
73
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  IsEmpty() const </B></TT>
 
74
<DD> Returns if buffer is empty.
 
75
<DL></DL><P>
 
76
<A NAME="SetUser">
 
77
<A NAME ="DOC.29.9">
 
78
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetUser(<!1><A HREF="Command.html">Command</A> *c)</B></TT>
 
79
<DD> Which command uses this buffer.
 
80
<DL></DL><P>
 
81
<A NAME="GetUser">
 
82
<A NAME ="DOC.29.10">
 
83
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="Command.html">Command</A>*  GetUser()</B></TT>
 
84
<DL></DL><P></DL>
 
85
<hr>
 
86
 <DL><DT><B>This class has no child classes.</B></DL>
 
87
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
88
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
89
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
90
<P Align=Center><I>(c)opyright by <A HREF="http://www.zib.de/zoeckler/"> Malte  Z&ouml;ckler</A>, <A HREF="mailto:wunderling@zib.de"> Roland Wunderling </A><br>contact: <A HREF="mailto:doc++@zib.de"> doc++@zib.de</a></I>
 
91
</BODY>