~ubuntu-branches/ubuntu/utopic/tcm/utopic

« back to all changes in this revision

Viewing changes to doc/sourcecode/DoubleClassBox.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>DoubleClassBox</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  DoubleClassBox : public <!2><A HREF="DoubleBox.html#DOC.119.2">DoubleBox</A> </H2><BLOCKQUOTE>
 
4
 A double box used for as class or object box with attributes.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 <h2> Inheritance:</h2>
 
8
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=275>
 
9
<param name=classes value="CThing,MThing.html,CShape,MShape.html,CGShape,MGShape.html,CNodeShape,MNodeShape.html,CBox,MBox.html,CDoubleBox,MDoubleBox.html,CDoubleClassBox,MDoubleClassBox.html,CSSDDoubleObjectBox,MSSDDoubleObjectBox.html,CSSDDoubleClassBox,MSSDDoubleClassBox.html">
 
10
<param name=before value="M,M,M,M,M,M,M,M|_,Mr_">
 
11
<param name=after value="Md_SPSPSPSPSP,Md_SPSPSPSP,Md_SPSPSP,Md_SPSP,Md_SP,Md_,M,M,M">
 
12
<param name=indent value="0,1,2,3,4,5,6,6,6">
 
13
<param name=arrowdir value="down">
 
14
</APPLET>
 
15
<hr>
 
16
 
 
17
<DL>
 
18
<TABLE>
 
19
<DT><h3>Public Fields</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.120.1"> <IMG BORDER=0 SRC=icon1.gif></A> static  const  int </TD><TD><B>DOUBLECLASSBOX_WIDTH</B> <br>
 
20
<I></I>
 
21
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.120.2"> <IMG BORDER=0 SRC=icon1.gif></A> static  const  int </TD><TD><B>DOUBLECLASSBOX_HEIGHT</B> <br>
 
22
<I></I>
 
23
</TD></TR></TABLE><TABLE>
 
24
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.120.3"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>DoubleClassBox</B> (<!1><A HREF="ShapeView.html">ShapeView</A> *v, <!1><A HREF="Grafport.html">Grafport</A> *g, int x, int y, int w = <!2><A HREF="DoubleClassBox.html#DOC.120.1">DOUBLECLASSBOX_WIDTH</A>, int h = <!2><A HREF="DoubleClassBox.html#DOC.120.2">DOUBLECLASSBOX_HEIGHT</A>)<br>
 
25
<I></I>
 
26
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.120.4"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>DoubleClassBox</B> (const <!2><A HREF="Box.html#DOC.28.3">Box</A> &s)<br>
 
27
<I></I>
 
28
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.120.5"> <IMG BORDER=0 SRC=icon1.gif></A> <!2><A HREF="Shape.html#DOC.296.1">Shape</A>* </TD><TD><B>Clone</B> ()<br>
 
29
<I></I>
 
30
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.120.6"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>SetAssocSubject</B> (<!1><A HREF="AssocList.html">AssocList</A> *)<br>
 
31
<I></I>
 
32
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.120.7"> <IMG BORDER=0 SRC=icon1.gif></A> virtual  void </TD><TD><B>SetTextShape</B> ()<br>
 
33
<I></I>
 
34
</TD></TR></TABLE></DL>
 
35
<hr><H3>Inherited from <A HREF="DoubleBox.html">DoubleBox:</A></h3>
 
36
 
 
37
<DL>
 
38
<DL>
 
39
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> int  <B>GetClassType</B>() const 
 
40
<DT><IMG SRC=icon2.gif> void  <B>SetSize</B>(int w, int h)
 
41
<DT><IMG SRC=icon2.gif> void  <B>SetPosition</B>(const <!1><A HREF="Point.html">Point</A> *p, bool snap=True)
 
42
<DT><IMG SRC=icon2.gif> void  <B>SetFont</B>(<!1><A HREF="XFont.html">XFont</A> *ft)
 
43
<DT><IMG SRC=icon2.gif> void  <B>SetTextColor</B>(const <!1><A HREF="string.html">string</A> *<!2><A HREF="Shape.html#DOC.296.97">color</A>)
 
44
<DT><IMG SRC=icon2.gif> <!1><A HREF="TextShape.html">TextShape</A>*  <B>ChooseTextShape</B>(int x, int y)
 
45
<DT><IMG SRC=icon2.gif> bool  <B>HasTextShape</B>(<!1><A HREF="TextShape.html">TextShape</A> *t) const 
 
46
<DT><IMG SRC=icon2.gif> void  <B>AdjustSize</B>()
 
47
<DT><IMG SRC=icon2.gif> void  <B>UpdateLabel</B>(const <!1><A HREF="string.html">string</A> *s, unsigned n, bool update)
 
48
<DT><IMG SRC=icon2.gif> <!1><A HREF="TextShape.html">TextShape</A>*  <B>GetLabel</B>(unsigned n)
 
49
<DT><IMG SRC=icon2.gif> unsigned  <B>NrLabels</B>()
 
50
<DT><IMG SRC=icon2.gif> void  <B>SetGrafport</B>(<!1><A HREF="Grafport.html">Grafport</A> *g)
 
51
<DT><IMG SRC=icon2.gif> void  <B>SetView</B>(<!1><A HREF="ShapeView.html">ShapeView</A> *v)
 
52
<DT><IMG SRC=icon2.gif> bool  <B>HasString</B>(const <!1><A HREF="string.html">string</A> *s, bool sens, bool sub) const 
 
53
<DT><IMG SRC=icon2.gif> bool  <B>HasString</B>(const <!1><A HREF="string.html">string</A>*, bool, bool, <!1><A HREF="List.html">List</A><<!1><A HREF="TextShape.html">TextShape</A> *> *list)
 
54
<DT><IMG SRC=icon2.gif> <!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A>  <B>GetSeparatorLineStyle</B>() const 
 
55
<DT><IMG SRC=icon2.gif> void  <B>SetSeparatorLineStyle</B>(<!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A> x)
 
56
<DT><IMG SRC=icon2.gif> int  <B>GetInitialHeight</B>() const 
 
57
</DL><DL>
 
58
<DT><h3>Protected Fields</h3><DD><DT><IMG SRC=icon2.gif> static  const  int  <B>TEXTMARGIN</B>
 
59
<DT><IMG SRC=icon2.gif> <!1><A HREF="string.html">string</A>  <B>labelDescription</B>
 
60
<DT><IMG SRC=icon2.gif> int  <B>initialHeight</B>
 
61
</DL><DL>
 
62
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>DrawShape</B>()
 
63
<DT><IMG SRC=icon2.gif> void  <B>DrawTextShapes</B>()
 
64
<DT><IMG SRC=icon2.gif> virtual  int  <B>RequiredHeight</B>()
 
65
<DT><IMG SRC=icon2.gif> virtual  void  <B>CalcPositionLabels</B>()
 
66
<DT><IMG SRC=icon2.gif> virtual  void  <B>AdjustSizes</B>(const <!1><A HREF="string.html">string</A> *s)
 
67
<DT><IMG SRC=icon2.gif> <!1><A HREF="List.html">List</A> <<!1><A HREF="TextShape.html">TextShape</A> *> *  <B>GetLabels</B>()
 
68
</DL></DL>
 
69
<hr><H3>Inherited from <A HREF = "Box.html"> Box:</A></h3>
 
70
 
 
71
<DL>
 
72
<DL>
 
73
<DT><h3>Public Fields</h3><DD><DT><IMG SRC=icon2.gif> static  const  int  <B>BOX_WIDTH</B>
 
74
<DT><IMG SRC=icon2.gif> static  const  int  <B>BOX_HEIGHT</B>
 
75
<DT><IMG SRC=icon2.gif> static  const  int  <B>BOX_HANDLES</B>
 
76
</DL><DL>
 
77
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>DrawOutLine</B>(const <!1><A HREF="Point.html">Point</A> *center)
 
78
<DT><IMG SRC=icon2.gif> <!1><A HREF="Point.html">Point</A>  <B>GiveSnp</B>(<!1><A HREF="Point.html">Point</A> to) const 
 
79
<DT><IMG SRC=icon2.gif> <!1><A HREF="Point.html">Point</A>  <B>GiveOrthoSnp</B>(<!1><A HREF="Point.html">Point</A> to) const 
 
80
<DT><IMG SRC=icon2.gif> <!1><A HREF="Point.html">Point</A>  <B>GiveSnp</B>(<!1><A HREF="Point.html">Point</A> p, int order, int count, int &code)
 
81
</DL></DL>
 
82
<hr><H3>Inherited from <A HREF = "NodeShape.html"> NodeShape:</A></h3>
 
83
 
 
84
<DL>
 
85
<DL>
 
86
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>UpdateIndexLabel</B>(const <!1><A HREF="string.html">string</A> *s)
 
87
<DT><IMG SRC=icon2.gif> void  <B>SetIndexLabel</B>(const <!1><A HREF="string.html">string</A> *s)
 
88
<DT><IMG SRC=icon2.gif> void  <B>DrawDuplicate</B>()
 
89
<DT><IMG SRC=icon2.gif> void  <B>DrawMultiplicity</B>()
 
90
<DT><IMG SRC=icon2.gif> <!2><A HREF="FillStyle.html#DOC.176.1">FillStyle::Type</A>  <B>GetFillStyle</B>() const 
 
91
<DT><IMG SRC=icon2.gif> void  <B>SetFillStyle</B>(<!2><A HREF="FillStyle.html#DOC.176.1">FillStyle::Type</A> f)
 
92
<DT><IMG SRC=icon2.gif> void  <B>UpdateFillStyle</B>(<!2><A HREF="FillStyle.html#DOC.176.1">FillStyle::Type</A> f)
 
93
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetFillColor</B>() const 
 
94
<DT><IMG SRC=icon2.gif> void  <B>SetFillColor</B>(const <!1><A HREF="string.html">string</A> *c)
 
95
<DT><IMG SRC=icon2.gif> void  <B>UpdateFillColor</B>(const <!1><A HREF="string.html">string</A> *c)
 
96
<DT><IMG SRC=icon2.gif> bool  <B>InTextArea</B>(int x, int y)
 
97
<DT><IMG SRC=icon2.gif> int  <B>HitHandles</B>(int, int)
 
98
<DT><IMG SRC=icon2.gif> void  <B>WriteMembers</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *ofile)
 
99
<DT><IMG SRC=icon2.gif> bool  <B>ReadMembers</B>(<!1><A HREF="InputFile.html">InputFile</A> *ifile, double format)
 
100
<DT><IMG SRC=icon2.gif> <!1><A HREF="TextShape.html">TextShape</A>*  <B>GetIndexLabel</B>() const 
 
101
<DT><IMG SRC=icon2.gif> bool  <B>IsFixedIndexLabel</B>()
 
102
<DT><IMG SRC=icon2.gif> void  <B>SetFixedIndexLabel</B>(bool b)
 
103
<DT><IMG SRC=icon2.gif> void  <B>SetResizable</B>(bool b)
 
104
<DT><IMG SRC=icon2.gif> bool  <B>IsResizable</B>()
 
105
<DT><IMG SRC=icon2.gif> void  <B>ForceSize</B>(int w, int ht)
 
106
</DL><DL>
 
107
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> virtual  void  <B>CalcPositionIndexLabel</B>()
 
108
</DL></DL>
 
109
<hr><H3>Inherited from <A HREF = "GShape.html"> GShape:</A></h3>
 
110
 
 
111
<DL>
 
112
<DL>
 
113
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>Draw</B>()
 
114
<DT><IMG SRC=icon2.gif> void  <B>Undraw</B>()
 
115
<DT><IMG SRC=icon2.gif> virtual  void  <B>UndrawShape</B>()
 
116
<DT><IMG SRC=icon2.gif> virtual  void  <B>UndrawTextShapes</B>()
 
117
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdateNameString</B>(const <!1><A HREF="string.html">string</A> *s)
 
118
<DT><IMG SRC=icon2.gif> void  <B>SetNameString</B>(const <!1><A HREF="string.html">string</A> *s)
 
119
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetNameString</B>()
 
120
<DT><IMG SRC=icon2.gif> <!1><A HREF="TextShape.html">TextShape</A>*  <B>GetName</B>() const 
 
121
<DT><IMG SRC=icon2.gif> virtual  void  <B>SetSelect</B>(bool s)
 
122
<DT><IMG SRC=icon2.gif> unsigned  <B>GetLineWidth</B>() const 
 
123
<DT><IMG SRC=icon2.gif> void  <B>SetLineWidth</B>(unsigned n)
 
124
<DT><IMG SRC=icon2.gif> void  <B>UpdateLineWidth</B>(unsigned n)
 
125
<DT><IMG SRC=icon2.gif> <!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A>  <B>GetLineStyle</B>() const 
 
126
<DT><IMG SRC=icon2.gif> void  <B>SetLineStyle</B>(<!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A> x)
 
127
<DT><IMG SRC=icon2.gif> void  <B>UpdateLineStyle</B>(<!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A> x)
 
128
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetTextColor</B>() const 
 
129
<DT><IMG SRC=icon2.gif> void  <B>UpdateTextColor</B>(const <!1><A HREF="string.html">string</A> *c)
 
130
<DT><IMG SRC=icon2.gif> virtual  <!1><A HREF="TextShape.html">TextShape</A>*  <B>HitTextShape</B>(int x, int y)
 
131
<DT><IMG SRC=icon2.gif> virtual  int  <B>GetLeftMost</B>() const 
 
132
<DT><IMG SRC=icon2.gif> virtual  int  <B>GetTopMost</B>() const 
 
133
<DT><IMG SRC=icon2.gif> virtual  int  <B>GetRightMost</B>() const 
 
134
<DT><IMG SRC=icon2.gif> virtual  int  <B>GetBottomMost</B>() const 
 
135
<DT><IMG SRC=icon2.gif> bool  <B>IsFixedName</B>()
 
136
<DT><IMG SRC=icon2.gif> void  <B>SetFixedName</B>(bool b)
 
137
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdateFont</B>(<!1><A HREF="XFont.html">XFont</A> *ft)
 
138
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdateAlignment</B>(<!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A> alignment)
 
139
<DT><IMG SRC=icon2.gif> virtual  void  <B>NotifyTextMove</B>(<!1><A HREF="TextShape.html">TextShape</A> *)
 
140
<DT><IMG SRC=icon2.gif> <!1><A HREF="XFont.html">XFont</A>*  <B>GetFont</B>() const 
 
141
<DT><IMG SRC=icon2.gif> <!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A>  <B>GetAlignment</B>() const 
 
142
<DT><IMG SRC=icon2.gif> bool  <B>HasNameString</B>(const <!1><A HREF="string.html">string</A> *s, bool c1, bool c2) const 
 
143
<DT><IMG SRC=icon2.gif> bool  <B>CheckReferences</B>()
 
144
</DL><DL>
 
145
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>WriteGraphicsPart</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *ofile)
 
146
<DT><IMG SRC=icon2.gif> bool  <B>ReadGraphicsPart</B>(<!1><A HREF="InputFile.html">InputFile</A> *ifile, double format)
 
147
<DT><IMG SRC=icon2.gif> void  <B>WriteTextPart</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *ofile)
 
148
<DT><IMG SRC=icon2.gif> bool  <B>ReadTextPart</B>(<!1><A HREF="InputFile.html">InputFile</A> *ifile, double format)
 
149
<DT><IMG SRC=icon2.gif> void  <B>SetDrawAttributes</B>()
 
150
<DT><IMG SRC=icon2.gif> virtual  void  <B>SetAlignment</B>(<!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A> a)
 
151
<DT><IMG SRC=icon2.gif> void  <B>SnapPosition</B>()
 
152
<DT><IMG SRC=icon2.gif> void  <B>SnapTopleft</B>()
 
153
</DL></DL>
 
154
<hr><H3>Inherited from <A HREF = "Shape.html"> Shape:</A></h3>
 
155
 
 
156
<DL>
 
157
<DL>
 
158
<DT><h3>Public Fields</h3><DD><DT><IMG SRC=icon2.gif> static  const  int  <B>MIN_HEIGHT</B>
 
159
<DT><IMG SRC=icon2.gif> static  const  int  <B>MIN_WIDTH</B>
 
160
<DT><IMG SRC=icon2.gif> static  const  int  <B>HANDLE_WIDTH</B>
 
161
</DL><DL>
 
162
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> bool  <B>IsShape</B>() const 
 
163
<DT><IMG SRC=icon2.gif> virtual  bool  <B>IsTextShape</B>() const 
 
164
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdatePosition</B>(const <!1><A HREF="Point.html">Point</A> *<!2><A HREF="Shape.html#DOC.296.90">position</A>, bool snap=True)
 
165
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdateSize</B>(int w, int h)
 
166
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdateMove</B>(const <!1><A HREF="Point.html">Point</A> *delta)
 
167
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdateSelect</B>(bool s)
 
168
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdateFirstSelect</B>(bool s)
 
169
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdateColor</B>(<!1><A HREF="string.html">string</A> *<!2><A HREF="Shape.html#DOC.296.97">color</A>)
 
170
<DT><IMG SRC=icon2.gif> virtual  void  <B>SetFirstSelect</B>(bool s)
 
171
<DT><IMG SRC=icon2.gif> bool  <B>IsFirstSelected</B>() const 
 
172
<DT><IMG SRC=icon2.gif> void  <B>SetVisible</B>(bool s)
 
173
<DT><IMG SRC=icon2.gif> void  <B>SetSubject</B>(<!1><A HREF="Subject.html">Subject</A> *s)
 
174
<DT><IMG SRC=icon2.gif> <!1><A HREF="Subject.html">Subject</A>*  <B>GetSubject</B>() const 
 
175
<DT><IMG SRC=icon2.gif> <!1><A HREF="ShapeView.html">ShapeView</A>*  <B>GetView</B>() const 
 
176
<DT><IMG SRC=icon2.gif> void  <B>SetColor</B>(const <!1><A HREF="string.html">string</A> *c)
 
177
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetColor</B>() const 
 
178
<DT><IMG SRC=icon2.gif> virtual  void  <B>Move</B>(const <!1><A HREF="Point.html">Point</A> *delta)
 
179
<DT><IMG SRC=icon2.gif> void  <B>SetHandles</B>(int n)
 
180
<DT><IMG SRC=icon2.gif> virtual  bool  <B>ContainsPt</B>(int x, int y)
 
181
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="Point.html">Point</A>*  <B>GetPosition</B>() const 
 
182
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="Point.html">Point</A>*  <B>GetTopLeft</B>() const 
 
183
<DT><IMG SRC=icon2.gif> bool  <B>IsSelected</B>() const 
 
184
<DT><IMG SRC=icon2.gif> bool  <B>IsVisible</B>() const 
 
185
<DT><IMG SRC=icon2.gif> bool  <B>IsDuplicate</B>() const 
 
186
<DT><IMG SRC=icon2.gif> int  <B>GetWidth</B>() const 
 
187
<DT><IMG SRC=icon2.gif> int  <B>GetHeight</B>() const 
 
188
<DT><IMG SRC=icon2.gif> void  <B>UndrawDuplicate</B>()
 
189
<DT><IMG SRC=icon2.gif> void  <B>SetDuplicate</B>(bool b)
 
190
<DT><IMG SRC=icon2.gif> void  <B>UpdateDuplicate</B>(bool b)
 
191
<DT><IMG SRC=icon2.gif> virtual  bool  <B>IsLine</B>() const 
 
192
<DT><IMG SRC=icon2.gif> bool  <B>SetAssocView</B>(<!1><A HREF="AssocList.html">AssocList</A> *)
 
193
<DT><IMG SRC=icon2.gif> virtual  void  <B>MoveRaw</B>(const <!1><A HREF="Point.html">Point</A> *delta)
 
194
</DL><DL>
 
195
<DT><h3>Protected Fields</h3><DD><DT><IMG SRC=icon2.gif> static  const  int  <B>MIN_HANDLES</B>
 
196
</DL><DL>
 
197
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> <!1><A HREF="Grafport.html">Grafport</A>*  <B>GetGrafport</B>() const 
 
198
<DT><IMG SRC=icon2.gif> void  <B>SetOutlineAttributes</B>()
 
199
<DT><IMG SRC=icon2.gif> void  <B>SetWidth</B>(int w)
 
200
<DT><IMG SRC=icon2.gif> void  <B>SetHeight</B>(int h)
 
201
<DT><IMG SRC=icon2.gif> void  <B>SetNrHandles</B>(int n)
 
202
<DT><IMG SRC=icon2.gif> <!1><A HREF="DiagramViewer.html">DiagramViewer</A>*  <B>GetViewer</B>() const 
 
203
<DT><IMG SRC=icon2.gif> void  <B>PositiveCoord</B>(const <!1><A HREF="Point.html">Point</A>*)
 
204
<DT><IMG SRC=icon2.gif> virtual  void  <B>DrawSelect</B>()
 
205
<DT><IMG SRC=icon2.gif> virtual  void  <B>DrawGraySelect</B>()
 
206
<DT><IMG SRC=icon2.gif> virtual  void  <B>UndrawSelect</B>()
 
207
<DT><IMG SRC=icon2.gif> virtual  void  <B>UndrawGraySelect</B>()
 
208
<DT><IMG SRC=icon2.gif> void  <B>SetTopLeft</B>(const <!1><A HREF="Point.html">Point</A> *topLeft)
 
209
<DT><IMG SRC=icon2.gif> virtual  void  <B>SetPositionHandles</B>()
 
210
<DT><IMG SRC=icon2.gif> void  <B>ForcePosition</B>(const <!1><A HREF="Point.html">Point</A> *<!2><A HREF="Shape.html#DOC.296.90">position</A>)
 
211
</DL></DL>
 
212
<hr><H3>Inherited from <A HREF = "Thing.html"> Thing:</A></h3>
 
213
 
 
214
<DL>
 
215
<DL>
 
216
<DT><h3>Public Classes</h3><DD><DT><IMG SRC=icon2.gif>  enum  <B>AssocType</B>
 
217
</DL><DL>
 
218
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> unsigned  long  <B>GetId</B>()
 
219
<DT><IMG SRC=icon2.gif> void  <B>SetId</B>(unsigned long val)
 
220
<DT><IMG SRC=icon2.gif> virtual  bool  <B>IsSubject</B>() const 
 
221
<DT><IMG SRC=icon2.gif> virtual  bool  <B>IsView</B>() const 
 
222
<DT><IMG SRC=icon2.gif> void  <B>Write</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *ofile)
 
223
<DT><IMG SRC=icon2.gif> virtual  bool  <B>SetReferences</B>(<!1><A HREF="AssocList.html">AssocList</A> *)
 
224
</DL></DL>
 
225
<A NAME="DOC.DOCU">
 
226
<hr>
 
227
 <h2> Documentation </h2>
 
228
<BLOCKQUOTE>
 
229
 A double box used for as class or object box with attributes.
 
230
 
 
231
</BLOCKQUOTE>
 
232
<DL>
 
233
 
 
234
<A NAME="DOUBLECLASSBOX_WIDTH">
 
235
<A NAME ="DOC.120.1">
 
236
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static  const  int  DOUBLECLASSBOX_WIDTH</B></TT>
 
237
<DL></DL><P>
 
238
<A NAME="DOUBLECLASSBOX_HEIGHT">
 
239
<A NAME ="DOC.120.2">
 
240
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static  const  int  DOUBLECLASSBOX_HEIGHT</B></TT>
 
241
<DL></DL><P>
 
242
<A NAME="DoubleClassBox">
 
243
<A NAME ="DOC.120.3">
 
244
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  DoubleClassBox(<!1><A HREF="ShapeView.html">ShapeView</A> *v, <!1><A HREF="Grafport.html">Grafport</A> *g, int x, int y, int w = <!2><A HREF="DoubleClassBox.html#DOC.120.1">DOUBLECLASSBOX_WIDTH</A>, int h = <!2><A HREF="DoubleClassBox.html#DOC.120.2">DOUBLECLASSBOX_HEIGHT</A>)</B></TT>
 
245
<DL></DL><P>
 
246
<A NAME="DoubleClassBox">
 
247
<A NAME ="DOC.120.4">
 
248
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  DoubleClassBox(const <!2><A HREF="Box.html#DOC.28.3">Box</A> &s)</B></TT>
 
249
<DL></DL><P>
 
250
<A NAME="Clone">
 
251
<A NAME ="DOC.120.5">
 
252
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!2><A HREF="Shape.html#DOC.296.1">Shape</A>*  Clone()</B></TT>
 
253
<DL></DL><P>
 
254
<A NAME="SetAssocSubject">
 
255
<A NAME ="DOC.120.6">
 
256
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  SetAssocSubject(<!1><A HREF="AssocList.html">AssocList</A> *)</B></TT>
 
257
<DL></DL><P>
 
258
<A NAME="SetTextShape">
 
259
<A NAME ="DOC.120.7">
 
260
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> virtual  void  SetTextShape()</B></TT>
 
261
<DL></DL><P></DL>
 
262
<hr>
 
263
<DL><DT><B>Direct child classes:
 
264
</B><DD><A HREF="SSDDoubleObjectBox.html"> SSDDoubleObjectBox </A><br>
 
265
<A HREF="SSDDoubleClassBox.html"> SSDDoubleClassBox </A><br>
 
266
</DL>
 
267
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
268
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
269
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
270
<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>
 
271
</BODY>