File: CellText.html

package info (click to toggle)
tcm 2.20%2BTSQD-4.2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 20,168 kB
  • ctags: 17,471
  • sloc: ansic: 78,531; sh: 3,666; makefile: 1,345; perl: 753; yacc: 558; lex: 260
file content (154 lines) | stat: -rwxr-xr-x 8,522 bytes parent folder | download | duplicates (9)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<html><head><TITLE>CellText</TITLE></head>
<body>
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  CellText : public <!2><A HREF="SimpleLabel.html#DOC.300.1">SimpleLabel</A> </H2><BLOCKQUOTE>
 cell text class.
</BLOCKQUOTE>
<hr>
 <h2> Inheritance:</h2>
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
<param name=classes value="CSimpleLabel,MSimpleLabel.html,CCellText,MCellText.html">
<param name=before value="M,M">
<param name=after value="Md_,M">
<param name=indent value="0,1">
<param name=arrowdir value="down">
</APPLET>
<hr>

<DL>
<TABLE>
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.41.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>CellText</B> (<!1><A HREF="Grafport.html">Grafport</A> *g, <!1><A HREF="XFont.html">XFont</A> *ft, <!1><A HREF="Cell.html">Cell</A> *<!2><A HREF="CellText.html#DOC.41.15">parent</A>)<br>
<I> creation.</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.2"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>CellText</B> (const <!2><A HREF="CellText.html#DOC.41.1">CellText</A> &<!2><A HREF="SimpleLabel.html#DOC.300.32">text</A>)<br>
<I> creation + initialization.</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.3"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Draw</B> ()<br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.4"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>DrawAligned</B> (<!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A> a)<br>
<I> draw cell text. </I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.5"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UndrawAligned</B> (<!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A> a)<br>
<I> erase cell cell.</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.6"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UpdatePosition</B> (const <!1><A HREF="Point.html">Point</A> *)<br>
<I> update position and redraw.</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.7"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UpdateText</B> (const <!1><A HREF="string.html">string</A> *)<br>
<I> update text and redraw.</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.8"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UpdateFont</B> (<!1><A HREF="XFont.html">XFont</A> *)<br>
<I> update font and redraw.</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.9"> <IMG BORDER=0 SRC=icon1.gif></A> virtual  bool </TD><TD><B>IsUnderlined</B> () const <br>
<I> </I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.10"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetUnderlined</B> (bool b)<br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.11"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UpdateUnderlined</B> (bool b)<br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.12"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="Cell.html">Cell</A>* </TD><TD><B>GetParent</B> () const <br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.13"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Write</B> (<!1><A HREF="OutputFile.html">OutputFile</A> *f)<br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.41.14"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>Read</B> (<!1><A HREF="InputFile.html">InputFile</A> *f, double format)<br>
<I></I>
</TD></TR></TABLE></DL>
<hr><H3>Inherited from <A HREF="SimpleLabel.html">SimpleLabel:</A></h3>

<DL>
<DL>
<DT><h3>Public Fields</h3><DD><DT><IMG SRC=icon2.gif> static  const  int  <B>MIN_TEXT_WIDTH</B>
<DT><IMG SRC=icon2.gif> static  const  int  <B>MIN_TEXT_HEIGHT</B>
</DL><DL>
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> friend  int  <B>operator==</B>(const <!2><A HREF="SimpleLabel.html#DOC.300.1">SimpleLabel</A> &t1, const <!2><A HREF="SimpleLabel.html#DOC.300.1">SimpleLabel</A> &t2)
<DT><IMG SRC=icon2.gif> friend  int  <B>Compare</B>(<!2><A HREF="SimpleLabel.html#DOC.300.1">SimpleLabel</A> *r1, <!2><A HREF="SimpleLabel.html#DOC.300.1">SimpleLabel</A> *r2)
<DT><IMG SRC=icon2.gif> virtual  void  <B>Undraw</B>()
<DT><IMG SRC=icon2.gif> void  <B>DrawOutLine</B>(const <!1><A HREF="Point.html">Point</A> *c)
<DT><IMG SRC=icon2.gif> void  <B>SetPosition</B>(const <!1><A HREF="Point.html">Point</A> *pt)
<DT><IMG SRC=icon2.gif> void  <B>SetText</B>(const <!1><A HREF="string.html">string</A> *s)
<DT><IMG SRC=icon2.gif> void  <B>SetGrafport</B>(<!1><A HREF="Grafport.html">Grafport</A> *g)
<DT><IMG SRC=icon2.gif> void  <B>CalcSize</B>()
<DT><IMG SRC=icon2.gif> bool  <B>HitText</B>(int x, int y)
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="Point.html">Point</A>*  <B>GetPosition</B>() const 
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="Point.html">Point</A>*  <B>GetTopLeft</B>() const 
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetText</B>() const 
<DT><IMG SRC=icon2.gif> int  <B>GetWidth</B>() const 
<DT><IMG SRC=icon2.gif> int  <B>GetHeight</B>() const 
<DT><IMG SRC=icon2.gif> <!1><A HREF="XFont.html">XFont</A>*  <B>GetFont</B>() const 
<DT><IMG SRC=icon2.gif> void  <B>SetFont</B>(<!1><A HREF="XFont.html">XFont</A> *f)
<DT><IMG SRC=icon2.gif> int  <B>FontHeight</B>() const 
</DL><DL>
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> <!1><A HREF="Grafport.html">Grafport</A>*  <B>GetGrafport</B>() const 
</DL></DL>
<A NAME="DOC.DOCU">
<hr>
 <h2> Documentation </h2>
<BLOCKQUOTE>
 cell text class.

</BLOCKQUOTE>
<DL>

<A NAME="CellText">
<A NAME ="DOC.41.1">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  CellText(<!1><A HREF="Grafport.html">Grafport</A> *g, <!1><A HREF="XFont.html">XFont</A> *ft, <!1><A HREF="Cell.html">Cell</A> *<!2><A HREF="CellText.html#DOC.41.15">parent</A>)</B></TT>
<DD> creation.
<DL></DL><P>
<A NAME="CellText">
<A NAME ="DOC.41.2">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  CellText(const <!2><A HREF="CellText.html#DOC.41.1">CellText</A> &<!2><A HREF="SimpleLabel.html#DOC.300.32">text</A>)</B></TT>
<DD> creation + initialization.
<DL></DL><P>
<A NAME="Draw">
<A NAME ="DOC.41.3">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Draw()</B></TT>
<DL></DL><P>
<A NAME="DrawAligned">
<A NAME ="DOC.41.4">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  DrawAligned(<!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A> a)</B></TT>
<DD> draw cell text. 
<DL></DL><P>
<A NAME="UndrawAligned">
<A NAME ="DOC.41.5">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UndrawAligned(<!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A> a)</B></TT>
<DD> erase cell cell.
<DL></DL><P>
<A NAME="UpdatePosition">
<A NAME ="DOC.41.6">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UpdatePosition(const <!1><A HREF="Point.html">Point</A> *)</B></TT>
<DD> update position and redraw.
<DL></DL><P>
<A NAME="UpdateText">
<A NAME ="DOC.41.7">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UpdateText(const <!1><A HREF="string.html">string</A> *)</B></TT>
<DD> update text and redraw.
<DL></DL><P>
<A NAME="UpdateFont">
<A NAME ="DOC.41.8">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UpdateFont(<!1><A HREF="XFont.html">XFont</A> *)</B></TT>
<DD> update font and redraw.
<DL></DL><P>
<A NAME="IsUnderlined">
<A NAME ="DOC.41.9">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> virtual  bool  IsUnderlined() const </B></TT>
<DD> 
<DL></DL><P>
<A NAME="SetUnderlined">
<A NAME ="DOC.41.10">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetUnderlined(bool b)</B></TT>
<DL></DL><P>
<A NAME="UpdateUnderlined">
<A NAME ="DOC.41.11">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UpdateUnderlined(bool b)</B></TT>
<DL></DL><P>
<A NAME="GetParent">
<A NAME ="DOC.41.12">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="Cell.html">Cell</A>*  GetParent() const </B></TT>
<DL></DL><P>
<A NAME="Write">
<A NAME ="DOC.41.13">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Write(<!1><A HREF="OutputFile.html">OutputFile</A> *f)</B></TT>
<DL></DL><P>
<A NAME="Read">
<A NAME ="DOC.41.14">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  Read(<!1><A HREF="InputFile.html">InputFile</A> *f, double format)</B></TT>
<DL></DL><P></DL>
<hr>
 <DL><DT><B>This class has no child classes.</B></DL>
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
<P Align=Center><I>this page has been generated automatically by doc++</I>
<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>
</BODY>