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

« back to all changes in this revision

Viewing changes to doc/sourcecode/Cell.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>Cell</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  Cell  </H2><BLOCKQUOTE>
 
4
 (table) cell class.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 
 
8
<DL>
 
9
<TABLE>
 
10
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.36.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>Cell</B> (<!1><A HREF="Grafport.html">Grafport</A> *g, <!1><A HREF="XFont.html">XFont</A> *ft, <!1><A HREF="CellRow.html">CellRow</A> *<!2><A HREF="Cell.html#DOC.36.46">row</A>, <!1><A HREF="CellColumn.html">CellColumn</A> *<!2><A HREF="Cell.html#DOC.36.47">column</A>, int x, int y, int wd, int ht)<br>
 
11
<I></I>
 
12
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.2"> <IMG BORDER=0 SRC=icon1.gif></A> virtual </TD><TD><B>~Cell</B> ()<br>
 
13
<I></I>
 
14
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.3"> <IMG BORDER=0 SRC=icon1.gif></A> friend  int </TD><TD><B>operator==</B> (const <!2><A HREF="Cell.html#DOC.36.1">Cell</A> &c1, const <!2><A HREF="Cell.html#DOC.36.1">Cell</A> &c2)<br>
 
15
<I> alphabetical text comparison.</I>
 
16
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.4"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Draw</B> ()<br>
 
17
<I> draw the cell.</I>
 
18
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.5"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Undraw</B> ()<br>
 
19
<I> erase the cell.</I>
 
20
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.6"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UpdatePosition</B> (const <!1><A HREF="Point.html">Point</A> *pt)<br>
 
21
<I> reposition and redraw </I>
 
22
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.7"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UpdateSize</B> (int wd, int ht)<br>
 
23
<I> resize and redraw.</I>
 
24
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.8"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UpdateSelect</B> (bool)<br>
 
25
<I> (de)select and redraw.</I>
 
26
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.9"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UpdateFont</B> (<!1><A HREF="XFont.html">XFont</A> *ft)<br>
 
27
<I> update text font and redraw.</I>
 
28
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.10"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UpdateTextPosition</B> ()<br>
 
29
<I> recalculate text position and redraw.</I>
 
30
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.11"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetTextSize</B> ()<br>
 
31
<I> recalculate text size.</I>
 
32
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.12"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetPosition</B> (const <!1><A HREF="Point.html">Point</A> *pt)<br>
 
33
<I> reposition cell + text</I>
 
34
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.13"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetSize</B> (int wd, int ht)<br>
 
35
<I> resize cell.</I>
 
36
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.14"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetGrafport</B> (<!1><A HREF="Grafport.html">Grafport</A> *g)<br>
 
37
<I> change grafport</I>
 
38
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.15"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>ContainsPt</B> (int x, int y) const <br>
 
39
<I> true iff (x,y) is inside cell.</I>
 
40
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.16"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Write</B> (<!1><A HREF="OutputFile.html">OutputFile</A> *f)<br>
 
41
<I> write cell attributes to output stream (file).</I>
 
42
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.17"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>Read</B> (<!1><A HREF="InputFile.html">InputFile</A> *f, double format)<br>
 
43
<I> read cell attributes from input stream (file).</I>
 
44
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.18"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UpdateText</B> (const <!1><A HREF="string.html">string</A> *)<br>
 
45
<I> update cell text and redraw.</I>
 
46
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.19"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>ClearText</B> ()<br>
 
47
<I> make cell text empty.</I>
 
48
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.20"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>HasText</B> (const <!1><A HREF="string.html">string</A> *s) const <br>
 
49
<I> true iff celltext is 's'.</I>
 
50
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.21"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>HasText</B> (const <!1><A HREF="string.html">string</A> *s, bool c1, bool c2)<br>
 
51
<I> true iff celltext contains 's' (c1: case sensitive).</I>
 
52
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.22"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetRow</B> (<!1><A HREF="CellRow.html">CellRow</A> *r)<br>
 
53
<I></I>
 
54
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.23"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetColumn</B> (<!1><A HREF="CellColumn.html">CellColumn</A> *c)<br>
 
55
<I></I>
 
56
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.24"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="CellRow.html">CellRow</A>* </TD><TD><B>GetRow</B> () const <br>
 
57
<I></I>
 
58
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.25"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="CellColumn.html">CellColumn</A>* </TD><TD><B>GetColumn</B> () const <br>
 
59
<I></I>
 
60
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.26"> <IMG BORDER=0 SRC=icon1.gif></A> const  <!1><A HREF="Point.html">Point</A>* </TD><TD><B>GetPosition</B> () const <br>
 
61
<I></I>
 
62
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.27"> <IMG BORDER=0 SRC=icon1.gif></A> const  <!1><A HREF="Point.html">Point</A>* </TD><TD><B>GetTopLeft</B> () const <br>
 
63
<I></I>
 
64
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.28"> <IMG BORDER=0 SRC=icon1.gif></A> int </TD><TD><B>GetWidth</B> () const <br>
 
65
<I></I>
 
66
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.29"> <IMG BORDER=0 SRC=icon1.gif></A> int </TD><TD><B>GetHeight</B> () const <br>
 
67
<I></I>
 
68
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.30"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>IsSelected</B> () const <br>
 
69
<I></I>
 
70
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.31"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>IsEditable</B> () const <br>
 
71
<I></I>
 
72
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.32"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetEditable</B> (bool b)<br>
 
73
<I></I>
 
74
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.33"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>IsVisible</B> () const <br>
 
75
<I></I>
 
76
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.34"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetVisible</B> (bool b)<br>
 
77
<I></I>
 
78
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.35"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="CellText.html">CellText</A>* </TD><TD><B>GetCellText</B> () const <br>
 
79
<I></I>
 
80
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.36"> <IMG BORDER=0 SRC=icon1.gif></A> const  <!1><A HREF="string.html">string</A>* </TD><TD><B>GetText</B> () const <br>
 
81
<I></I>
 
82
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.37"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetFont</B> (<!1><A HREF="XFont.html">XFont</A> *ft)<br>
 
83
<I></I>
 
84
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.38"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="XFont.html">XFont</A>* </TD><TD><B>GetFont</B> () const <br>
 
85
<I></I>
 
86
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.39"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetXLFD</B> (const char *descr)<br>
 
87
<I></I>
 
88
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.40"> <IMG BORDER=0 SRC=icon1.gif></A> int </TD><TD><B>GetTextWidth</B> () const <br>
 
89
<I></I>
 
90
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.41"> <IMG BORDER=0 SRC=icon1.gif></A> int </TD><TD><B>GetTextHeight</B> () const <br>
 
91
<I></I>
 
92
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.42"> <IMG BORDER=0 SRC=icon1.gif></A> <!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A> </TD><TD><B>GetColumnAlignment</B> () const <br>
 
93
<I></I>
 
94
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.43"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>CalcCellTextPosition</B> ()<br>
 
95
<I> set cell text pos. given row/column alignment + margin width/height.</I>
 
96
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.44"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetAnnotation</B> (const <!1><A HREF="string.html">string</A> *s)<br>
 
97
<I></I>
 
98
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.36.45"> <IMG BORDER=0 SRC=icon1.gif></A> const  <!1><A HREF="string.html">string</A>* </TD><TD><B>GetAnnotation</B> () const <br>
 
99
<I></I>
 
100
</TD></TR></TABLE></DL>
 
101
<A NAME="DOC.DOCU">
 
102
<hr>
 
103
 <h2> Documentation </h2>
 
104
<BLOCKQUOTE>
 
105
 (table) cell class.
 
106
 
 
107
</BLOCKQUOTE>
 
108
<DL>
 
109
 
 
110
<A NAME="Cell">
 
111
<A NAME ="DOC.36.1">
 
112
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  Cell(<!1><A HREF="Grafport.html">Grafport</A> *g, <!1><A HREF="XFont.html">XFont</A> *ft, <!1><A HREF="CellRow.html">CellRow</A> *<!2><A HREF="Cell.html#DOC.36.46">row</A>, <!1><A HREF="CellColumn.html">CellColumn</A> *<!2><A HREF="Cell.html#DOC.36.47">column</A>, int x, int y, int wd, int ht)</B></TT>
 
113
<DL></DL><P>
 
114
<A NAME="~Cell">
 
115
<A NAME ="DOC.36.2">
 
116
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> virtual  ~Cell()</B></TT>
 
117
<DL></DL><P>
 
118
<A NAME="operator==">
 
119
<A NAME ="DOC.36.3">
 
120
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> friend  int  operator==(const <!2><A HREF="Cell.html#DOC.36.1">Cell</A> &c1, const <!2><A HREF="Cell.html#DOC.36.1">Cell</A> &c2)</B></TT>
 
121
<DD> alphabetical text comparison.
 
122
<DL></DL><P>
 
123
<A NAME="Draw">
 
124
<A NAME ="DOC.36.4">
 
125
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Draw()</B></TT>
 
126
<DD> draw the cell.
 
127
<DL></DL><P>
 
128
<A NAME="Undraw">
 
129
<A NAME ="DOC.36.5">
 
130
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Undraw()</B></TT>
 
131
<DD> erase the cell.
 
132
<DL></DL><P>
 
133
<A NAME="UpdatePosition">
 
134
<A NAME ="DOC.36.6">
 
135
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UpdatePosition(const <!1><A HREF="Point.html">Point</A> *pt)</B></TT>
 
136
<DD> reposition and redraw 
 
137
<DL></DL><P>
 
138
<A NAME="UpdateSize">
 
139
<A NAME ="DOC.36.7">
 
140
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UpdateSize(int wd, int ht)</B></TT>
 
141
<DD> resize and redraw.
 
142
<DL></DL><P>
 
143
<A NAME="UpdateSelect">
 
144
<A NAME ="DOC.36.8">
 
145
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UpdateSelect(bool)</B></TT>
 
146
<DD> (de)select and redraw.
 
147
<DL></DL><P>
 
148
<A NAME="UpdateFont">
 
149
<A NAME ="DOC.36.9">
 
150
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UpdateFont(<!1><A HREF="XFont.html">XFont</A> *ft)</B></TT>
 
151
<DD> update text font and redraw.
 
152
<DL></DL><P>
 
153
<A NAME="UpdateTextPosition">
 
154
<A NAME ="DOC.36.10">
 
155
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UpdateTextPosition()</B></TT>
 
156
<DD> recalculate text position and redraw.
 
157
<DL></DL><P>
 
158
<A NAME="SetTextSize">
 
159
<A NAME ="DOC.36.11">
 
160
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetTextSize()</B></TT>
 
161
<DD> recalculate text size.
 
162
<DL></DL><P>
 
163
<A NAME="SetPosition">
 
164
<A NAME ="DOC.36.12">
 
165
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetPosition(const <!1><A HREF="Point.html">Point</A> *pt)</B></TT>
 
166
<DD> reposition cell + text
 
167
<DL></DL><P>
 
168
<A NAME="SetSize">
 
169
<A NAME ="DOC.36.13">
 
170
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetSize(int wd, int ht)</B></TT>
 
171
<DD> resize cell.
 
172
<DL></DL><P>
 
173
<A NAME="SetGrafport">
 
174
<A NAME ="DOC.36.14">
 
175
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetGrafport(<!1><A HREF="Grafport.html">Grafport</A> *g)</B></TT>
 
176
<DD> change grafport
 
177
<DL></DL><P>
 
178
<A NAME="ContainsPt">
 
179
<A NAME ="DOC.36.15">
 
180
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  ContainsPt(int x, int y) const </B></TT>
 
181
<DD> true iff (x,y) is inside cell.
 
182
<DL></DL><P>
 
183
<A NAME="Write">
 
184
<A NAME ="DOC.36.16">
 
185
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Write(<!1><A HREF="OutputFile.html">OutputFile</A> *f)</B></TT>
 
186
<DD> write cell attributes to output stream (file).
 
187
<DL></DL><P>
 
188
<A NAME="Read">
 
189
<A NAME ="DOC.36.17">
 
190
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  Read(<!1><A HREF="InputFile.html">InputFile</A> *f, double format)</B></TT>
 
191
<DD> read cell attributes from input stream (file).
 
192
<DL></DL><P>
 
193
<A NAME="UpdateText">
 
194
<A NAME ="DOC.36.18">
 
195
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UpdateText(const <!1><A HREF="string.html">string</A> *)</B></TT>
 
196
<DD> update cell text and redraw.
 
197
<DL></DL><P>
 
198
<A NAME="ClearText">
 
199
<A NAME ="DOC.36.19">
 
200
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  ClearText()</B></TT>
 
201
<DD> make cell text empty.
 
202
<DL></DL><P>
 
203
<A NAME="HasText">
 
204
<A NAME ="DOC.36.20">
 
205
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  HasText(const <!1><A HREF="string.html">string</A> *s) const </B></TT>
 
206
<DD> true iff celltext is 's'.
 
207
<DL></DL><P>
 
208
<A NAME="HasText">
 
209
<A NAME ="DOC.36.21">
 
210
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  HasText(const <!1><A HREF="string.html">string</A> *s, bool c1, bool c2)</B></TT>
 
211
<DD> true iff celltext contains 's' (c1: case sensitive).
 
212
<DL></DL><P>
 
213
<A NAME="SetRow">
 
214
<A NAME ="DOC.36.22">
 
215
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetRow(<!1><A HREF="CellRow.html">CellRow</A> *r)</B></TT>
 
216
<DL></DL><P>
 
217
<A NAME="SetColumn">
 
218
<A NAME ="DOC.36.23">
 
219
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetColumn(<!1><A HREF="CellColumn.html">CellColumn</A> *c)</B></TT>
 
220
<DL></DL><P>
 
221
<A NAME="GetRow">
 
222
<A NAME ="DOC.36.24">
 
223
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="CellRow.html">CellRow</A>*  GetRow() const </B></TT>
 
224
<DL></DL><P>
 
225
<A NAME="GetColumn">
 
226
<A NAME ="DOC.36.25">
 
227
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="CellColumn.html">CellColumn</A>*  GetColumn() const </B></TT>
 
228
<DL></DL><P>
 
229
<A NAME="GetPosition">
 
230
<A NAME ="DOC.36.26">
 
231
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> const  <!1><A HREF="Point.html">Point</A>*  GetPosition() const </B></TT>
 
232
<DL></DL><P>
 
233
<A NAME="GetTopLeft">
 
234
<A NAME ="DOC.36.27">
 
235
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> const  <!1><A HREF="Point.html">Point</A>*  GetTopLeft() const </B></TT>
 
236
<DL></DL><P>
 
237
<A NAME="GetWidth">
 
238
<A NAME ="DOC.36.28">
 
239
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> int  GetWidth() const </B></TT>
 
240
<DL></DL><P>
 
241
<A NAME="GetHeight">
 
242
<A NAME ="DOC.36.29">
 
243
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> int  GetHeight() const </B></TT>
 
244
<DL></DL><P>
 
245
<A NAME="IsSelected">
 
246
<A NAME ="DOC.36.30">
 
247
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  IsSelected() const </B></TT>
 
248
<DL></DL><P>
 
249
<A NAME="IsEditable">
 
250
<A NAME ="DOC.36.31">
 
251
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  IsEditable() const </B></TT>
 
252
<DL></DL><P>
 
253
<A NAME="SetEditable">
 
254
<A NAME ="DOC.36.32">
 
255
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetEditable(bool b)</B></TT>
 
256
<DL></DL><P>
 
257
<A NAME="IsVisible">
 
258
<A NAME ="DOC.36.33">
 
259
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  IsVisible() const </B></TT>
 
260
<DL></DL><P>
 
261
<A NAME="SetVisible">
 
262
<A NAME ="DOC.36.34">
 
263
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetVisible(bool b)</B></TT>
 
264
<DL></DL><P>
 
265
<A NAME="GetCellText">
 
266
<A NAME ="DOC.36.35">
 
267
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="CellText.html">CellText</A>*  GetCellText() const </B></TT>
 
268
<DL></DL><P>
 
269
<A NAME="GetText">
 
270
<A NAME ="DOC.36.36">
 
271
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> const  <!1><A HREF="string.html">string</A>*  GetText() const </B></TT>
 
272
<DL></DL><P>
 
273
<A NAME="SetFont">
 
274
<A NAME ="DOC.36.37">
 
275
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetFont(<!1><A HREF="XFont.html">XFont</A> *ft)</B></TT>
 
276
<DL></DL><P>
 
277
<A NAME="GetFont">
 
278
<A NAME ="DOC.36.38">
 
279
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="XFont.html">XFont</A>*  GetFont() const </B></TT>
 
280
<DL></DL><P>
 
281
<A NAME="SetXLFD">
 
282
<A NAME ="DOC.36.39">
 
283
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetXLFD(const char *descr)</B></TT>
 
284
<DL></DL><P>
 
285
<A NAME="GetTextWidth">
 
286
<A NAME ="DOC.36.40">
 
287
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> int  GetTextWidth() const </B></TT>
 
288
<DL></DL><P>
 
289
<A NAME="GetTextHeight">
 
290
<A NAME ="DOC.36.41">
 
291
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> int  GetTextHeight() const </B></TT>
 
292
<DL></DL><P>
 
293
<A NAME="GetColumnAlignment">
 
294
<A NAME ="DOC.36.42">
 
295
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A>  GetColumnAlignment() const </B></TT>
 
296
<DL></DL><P>
 
297
<A NAME="CalcCellTextPosition">
 
298
<A NAME ="DOC.36.43">
 
299
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  CalcCellTextPosition()</B></TT>
 
300
<DD> set cell text pos. given row/column alignment + margin width/height.
 
301
<DL></DL><P>
 
302
<A NAME="SetAnnotation">
 
303
<A NAME ="DOC.36.44">
 
304
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetAnnotation(const <!1><A HREF="string.html">string</A> *s)</B></TT>
 
305
<DL></DL><P>
 
306
<A NAME="GetAnnotation">
 
307
<A NAME ="DOC.36.45">
 
308
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> const  <!1><A HREF="string.html">string</A>*  GetAnnotation() const </B></TT>
 
309
<DL></DL><P></DL>
 
310
<hr>
 
311
 <DL><DT><B>This class has no child classes.</B></DL>
 
312
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
313
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
314
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
315
<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>
 
316
</BODY>