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

« back to all changes in this revision

Viewing changes to doc/sourcecode/RowColumnLabel.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>RowColumnLabel</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  RowColumnLabel : public <!2><A HREF="SimpleLabel.html#DOC.300.1">SimpleLabel</A> </H2><BLOCKQUOTE>
 
4
 row/column label class.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 <h2> Inheritance:</h2>
 
8
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
 
9
<param name=classes value="CSimpleLabel,MSimpleLabel.html,CRowColumnLabel,MRowColumnLabel.html">
 
10
<param name=before value="M,M">
 
11
<param name=after value="Md_,M">
 
12
<param name=indent value="0,1">
 
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.281.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>RowColumnLabel</B> (<!1><A HREF="Grafport.html">Grafport</A> *g, <!1><A HREF="CellVector.html">CellVector</A> *<!2><A HREF="RowColumnLabel.html#DOC.281.4">vector</A>)<br>
 
20
<I></I>
 
21
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.281.2"> <IMG BORDER=0 SRC=icon1.gif></A> virtual  void </TD><TD><B>Draw</B> ()<br>
 
22
<I> </I>
 
23
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.281.3"> <IMG BORDER=0 SRC=icon1.gif></A> <!1><A HREF="CellVector.html">CellVector</A>* </TD><TD><B>GetVector</B> ()<br>
 
24
<I></I>
 
25
</TD></TR></TABLE></DL>
 
26
<hr><H3>Inherited from <A HREF="SimpleLabel.html">SimpleLabel:</A></h3>
 
27
 
 
28
<DL>
 
29
<DL>
 
30
<DT><h3>Public Fields</h3><DD><DT><IMG SRC=icon2.gif> static  const  int  <B>MIN_TEXT_WIDTH</B>
 
31
<DT><IMG SRC=icon2.gif> static  const  int  <B>MIN_TEXT_HEIGHT</B>
 
32
</DL><DL>
 
33
<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)
 
34
<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)
 
35
<DT><IMG SRC=icon2.gif> virtual  void  <B>Undraw</B>()
 
36
<DT><IMG SRC=icon2.gif> void  <B>DrawOutLine</B>(const <!1><A HREF="Point.html">Point</A> *c)
 
37
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdatePosition</B>(const <!1><A HREF="Point.html">Point</A> *)
 
38
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdateText</B>(const <!1><A HREF="string.html">string</A> *)
 
39
<DT><IMG SRC=icon2.gif> void  <B>SetPosition</B>(const <!1><A HREF="Point.html">Point</A> *pt)
 
40
<DT><IMG SRC=icon2.gif> void  <B>SetText</B>(const <!1><A HREF="string.html">string</A> *s)
 
41
<DT><IMG SRC=icon2.gif> void  <B>SetGrafport</B>(<!1><A HREF="Grafport.html">Grafport</A> *g)
 
42
<DT><IMG SRC=icon2.gif> void  <B>CalcSize</B>()
 
43
<DT><IMG SRC=icon2.gif> bool  <B>HitText</B>(int x, int y)
 
44
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="Point.html">Point</A>*  <B>GetPosition</B>() const 
 
45
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="Point.html">Point</A>*  <B>GetTopLeft</B>() const 
 
46
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetText</B>() const 
 
47
<DT><IMG SRC=icon2.gif> int  <B>GetWidth</B>() const 
 
48
<DT><IMG SRC=icon2.gif> int  <B>GetHeight</B>() const 
 
49
<DT><IMG SRC=icon2.gif> <!1><A HREF="XFont.html">XFont</A>*  <B>GetFont</B>() const 
 
50
<DT><IMG SRC=icon2.gif> void  <B>SetFont</B>(<!1><A HREF="XFont.html">XFont</A> *f)
 
51
<DT><IMG SRC=icon2.gif> virtual  void  <B>UpdateFont</B>(<!1><A HREF="XFont.html">XFont</A> *<!2><A HREF="SimpleLabel.html#DOC.300.34">font</A>)
 
52
<DT><IMG SRC=icon2.gif> int  <B>FontHeight</B>() const 
 
53
</DL><DL>
 
54
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> <!1><A HREF="Grafport.html">Grafport</A>*  <B>GetGrafport</B>() const 
 
55
</DL></DL>
 
56
<A NAME="DOC.DOCU">
 
57
<hr>
 
58
 <h2> Documentation </h2>
 
59
<BLOCKQUOTE>
 
60
 row/column label class.
 
61
 
 
62
</BLOCKQUOTE>
 
63
<DL>
 
64
 
 
65
<A NAME="RowColumnLabel">
 
66
<A NAME ="DOC.281.1">
 
67
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  RowColumnLabel(<!1><A HREF="Grafport.html">Grafport</A> *g, <!1><A HREF="CellVector.html">CellVector</A> *<!2><A HREF="RowColumnLabel.html#DOC.281.4">vector</A>)</B></TT>
 
68
<DL></DL><P>
 
69
<A NAME="Draw">
 
70
<A NAME ="DOC.281.2">
 
71
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> virtual  void  Draw()</B></TT>
 
72
<DD> 
 
73
<DL></DL><P>
 
74
<A NAME="GetVector">
 
75
<A NAME ="DOC.281.3">
 
76
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> <!1><A HREF="CellVector.html">CellVector</A>*  GetVector()</B></TT>
 
77
<DL></DL><P></DL>
 
78
<hr>
 
79
 <DL><DT><B>This class has no child classes.</B></DL>
 
80
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
81
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
82
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
83
<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>
 
84
</BODY>