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

« back to all changes in this revision

Viewing changes to doc/sourcecode/DuplicateShapesCmd.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>DuplicateShapesCmd</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  DuplicateShapesCmd : public <!2><A HREF="PasteShapesCmd.html#DOC.249.1">PasteShapesCmd</A> </H2><BLOCKQUOTE>
 
4
 command class for duplicating node shapes.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 <h2> Inheritance:</h2>
 
8
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=95>
 
9
<param name=classes value="CCommand,MCommand.html,CPasteShapesCmd,MPasteShapesCmd.html,CDuplicateShapesCmd,MDuplicateShapesCmd.html">
 
10
<param name=before value="M,M,M">
 
11
<param name=after value="Md_SP,Md_,M">
 
12
<param name=indent value="0,1,2">
 
13
<param name=arrowdir value="down">
 
14
</APPLET>
 
15
<hr>
 
16
 
 
17
<DL>
 
18
<TABLE>
 
19
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.140.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>DuplicateShapesCmd</B> (<!1><A HREF="ShapeView.html">ShapeView</A> *v)<br>
 
20
<I></I>
 
21
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.140.2"> <IMG BORDER=0 SRC=icon1.gif></A> virtual </TD><TD><B>~DuplicateShapesCmd</B> ()<br>
 
22
<I></I>
 
23
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.140.3"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Abort</B> ()<br>
 
24
<I></I>
 
25
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.140.4"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Execute</B> ()<br>
 
26
<I></I>
 
27
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.140.5"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UnExecute</B> ()<br>
 
28
<I></I>
 
29
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.140.6"> <IMG BORDER=0 SRC=icon1.gif></A> const  char* </TD><TD><B>GetName</B> () const <br>
 
30
<I></I>
 
31
</TD></TR></TABLE></DL>
 
32
<hr><H3>Inherited from <A HREF="PasteShapesCmd.html">PasteShapesCmd:</A></h3>
 
33
 
 
34
<DL>
 
35
<DL>
 
36
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>MakeBox</B>()
 
37
<DT><IMG SRC=icon2.gif> void  <B>TrackMouse</B>(<!2><A HREF="Command.html#DOC.48.3">TrackType</A> aPhase, <!1><A HREF="Point.html">Point</A> *anchorPoint, <!1><A HREF="Point.html">Point</A> *previousPoint, <!1><A HREF="Point.html">Point</A> *nextPoint)
 
38
<DT><IMG SRC=icon2.gif> void  <B>DrawOutLine</B>(const <!1><A HREF="Point.html">Point</A> *<!2><A HREF="PasteShapesCmd.html#DOC.249.20">center</A>)
 
39
</DL><DL>
 
40
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> <!1><A HREF="ShapeView.html">ShapeView</A>*  <B>GetView</B>() const 
 
41
<DT><IMG SRC=icon2.gif> <!1><A HREF="List.html">List</A> <<!1><A HREF="Subject.html">Subject</A> *> *  <B>GetSubjects</B>() const 
 
42
<DT><IMG SRC=icon2.gif> void  <B>SetSubjects</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="Subject.html">Subject</A> *> *s)
 
43
<DT><IMG SRC=icon2.gif> <!1><A HREF="List.html">List</A> <<!1><A HREF="GShape.html">GShape</A> *> *  <B>GetShapes</B>()
 
44
<DT><IMG SRC=icon2.gif> void  <B>SetShapes</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="GShape.html">GShape</A> *> *s)
 
45
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="Point.html">Point</A>*  <B>GetDelta</B>()
 
46
</DL></DL>
 
47
<hr><H3>Inherited from <A HREF = "Command.html"> Command:</A></h3>
 
48
 
 
49
<DL>
 
50
<DL>
 
51
<DT><h3>Public Classes</h3><DD><DT><IMG SRC=icon2.gif>  enum  <B>TrackType</B>
 
52
</DL><DL>
 
53
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> virtual  void  <B>ReExecute</B>()
 
54
<DT><IMG SRC=icon2.gif> bool  <B>CmdDone</B>() const 
 
55
<DT><IMG SRC=icon2.gif> int  <B>ScaleCorrect</B>(int x) const 
 
56
<DT><IMG SRC=icon2.gif> <!1><A HREF="Point.html">Point</A>  <B>ScaleCorrect</B>(const <!1><A HREF="Point.html">Point</A> *pt) const 
 
57
<DT><IMG SRC=icon2.gif> int  <B>Scale</B>(int x) const 
 
58
<DT><IMG SRC=icon2.gif> <!1><A HREF="Point.html">Point</A>  <B>Scale</B>(const <!1><A HREF="Point.html">Point</A> *pt) const 
 
59
<DT><IMG SRC=icon2.gif> void  <B>SayAborted</B>()
 
60
</DL><DL>
 
61
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>SayCommited</B>()
 
62
<DT><IMG SRC=icon2.gif> void  <B>SayUndone</B>()
 
63
<DT><IMG SRC=icon2.gif> <!1><A HREF="DrawWindow.html">DrawWindow</A>*  <B>GetMainWindow</B>() const 
 
64
<DT><IMG SRC=icon2.gif> <!1><A HREF="Viewer.html">Viewer</A>*  <B>GetViewer</B>() const 
 
65
<DT><IMG SRC=icon2.gif> <!1><A HREF="Document.html">Document</A>*  <B>GetDocument</B>() const 
 
66
<DT><IMG SRC=icon2.gif> <!1><A HREF="Grafport.html">Grafport</A>*  <B>GetGrafport</B>() const 
 
67
<DT><IMG SRC=icon2.gif> void  <B>SetCmdDone</B>(bool b)
 
68
</DL></DL>
 
69
<A NAME="DOC.DOCU">
 
70
<hr>
 
71
 <h2> Documentation </h2>
 
72
<BLOCKQUOTE>
 
73
 command class for duplicating node shapes.
 
74
 
 
75
</BLOCKQUOTE>
 
76
<DL>
 
77
 
 
78
<A NAME="DuplicateShapesCmd">
 
79
<A NAME ="DOC.140.1">
 
80
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  DuplicateShapesCmd(<!1><A HREF="ShapeView.html">ShapeView</A> *v)</B></TT>
 
81
<DL></DL><P>
 
82
<A NAME="~DuplicateShapesCmd">
 
83
<A NAME ="DOC.140.2">
 
84
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> virtual  ~DuplicateShapesCmd()</B></TT>
 
85
<DL></DL><P>
 
86
<A NAME="Abort">
 
87
<A NAME ="DOC.140.3">
 
88
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Abort()</B></TT>
 
89
<DL></DL><P>
 
90
<A NAME="Execute">
 
91
<A NAME ="DOC.140.4">
 
92
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Execute()</B></TT>
 
93
<DL></DL><P>
 
94
<A NAME="UnExecute">
 
95
<A NAME ="DOC.140.5">
 
96
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UnExecute()</B></TT>
 
97
<DL></DL><P>
 
98
<A NAME="GetName">
 
99
<A NAME ="DOC.140.6">
 
100
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> const  char*  GetName() const </B></TT>
 
101
<DL></DL><P></DL>
 
102
<hr>
 
103
 <DL><DT><B>This class has no child classes.</B></DL>
 
104
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
105
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
106
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
107
<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>
 
108
</BODY>