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

« back to all changes in this revision

Viewing changes to doc/sourcecode/UpdateCellTextFontCmd.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>UpdateCellTextFontCmd</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  UpdateCellTextFontCmd : public <!2><A HREF="Command.html#DOC.48.1">Command</A> </H2><BLOCKQUOTE>
 
4
 abstract command class for updating cell text fonts.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 <h2> Inheritance:</h2>
 
8
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
 
9
<param name=classes value="CCommand,MCommand.html,CUpdateCellTextFontCmd,MUpdateCellTextFontCmd.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.416.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>UpdateCellTextFontCmd</B> (<!1><A HREF="Table.html">Table</A> *, <!1><A HREF="TableViewer.html">TableViewer</A> *v, int f, int s, int p)<br>
 
20
<I></I>
 
21
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.416.2"> <IMG BORDER=0 SRC=icon1.gif></A> virtual </TD><TD><B>~UpdateCellTextFontCmd</B> ()<br>
 
22
<I></I>
 
23
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.416.3"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>UnExecute</B> ()<br>
 
24
<I></I>
 
25
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.416.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.416.5"> <IMG BORDER=0 SRC=icon1.gif></A> const  char* </TD><TD><B>GetName</B> () const <br>
 
28
<I></I>
 
29
</TD></TR></TABLE><TABLE>
 
30
<DT><h3>Protected Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.416.6"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SaveCell</B> (<!1><A HREF="Cell.html">Cell</A> *c)<br>
 
31
<I> save cell and its old font.</I>
 
32
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.416.7"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>GetUpdateCells</B> ()<br>
 
33
<I></I>
 
34
</TD></TR></TABLE></DL>
 
35
<hr><H3>Inherited from <A HREF="Command.html">Command:</A></h3>
 
36
 
 
37
<DL>
 
38
<DL>
 
39
<DT><h3>Public Classes</h3><DD><DT><IMG SRC=icon2.gif>  enum  <B>TrackType</B>
 
40
</DL><DL>
 
41
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> virtual  void  <B>TrackMouse</B>(<!2><A HREF="Command.html#DOC.48.3">TrackType</A>, <!1><A HREF="Point.html">Point</A>*, <!1><A HREF="Point.html">Point</A>*, <!1><A HREF="Point.html">Point</A>*)
 
42
<DT><IMG SRC=icon2.gif> virtual  void  <B>ReExecute</B>()
 
43
<DT><IMG SRC=icon2.gif> virtual  void  <B>Abort</B>()
 
44
<DT><IMG SRC=icon2.gif> bool  <B>CmdDone</B>() const 
 
45
<DT><IMG SRC=icon2.gif> int  <B>ScaleCorrect</B>(int x) const 
 
46
<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 
 
47
<DT><IMG SRC=icon2.gif> int  <B>Scale</B>(int x) const 
 
48
<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 
 
49
<DT><IMG SRC=icon2.gif> void  <B>SayAborted</B>()
 
50
</DL><DL>
 
51
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>SayCommited</B>()
 
52
<DT><IMG SRC=icon2.gif> void  <B>SayUndone</B>()
 
53
<DT><IMG SRC=icon2.gif> <!1><A HREF="DrawWindow.html">DrawWindow</A>*  <B>GetMainWindow</B>() const 
 
54
<DT><IMG SRC=icon2.gif> <!1><A HREF="Viewer.html">Viewer</A>*  <B>GetViewer</B>() const 
 
55
<DT><IMG SRC=icon2.gif> <!1><A HREF="Document.html">Document</A>*  <B>GetDocument</B>() const 
 
56
<DT><IMG SRC=icon2.gif> <!1><A HREF="Grafport.html">Grafport</A>*  <B>GetGrafport</B>() const 
 
57
<DT><IMG SRC=icon2.gif> void  <B>SetCmdDone</B>(bool b)
 
58
</DL></DL>
 
59
<A NAME="DOC.DOCU">
 
60
<hr>
 
61
 <h2> Documentation </h2>
 
62
<BLOCKQUOTE>
 
63
 abstract command class for updating cell text fonts.
 
64
 
 
65
</BLOCKQUOTE>
 
66
<DL>
 
67
 
 
68
<A NAME="UpdateCellTextFontCmd">
 
69
<A NAME ="DOC.416.1">
 
70
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  UpdateCellTextFontCmd(<!1><A HREF="Table.html">Table</A> *, <!1><A HREF="TableViewer.html">TableViewer</A> *v, int f, int s, int p)</B></TT>
 
71
<DL></DL><P>
 
72
<A NAME="~UpdateCellTextFontCmd">
 
73
<A NAME ="DOC.416.2">
 
74
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> virtual  ~UpdateCellTextFontCmd()</B></TT>
 
75
<DL></DL><P>
 
76
<A NAME="UnExecute">
 
77
<A NAME ="DOC.416.3">
 
78
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  UnExecute()</B></TT>
 
79
<DL></DL><P>
 
80
<A NAME="Execute">
 
81
<A NAME ="DOC.416.4">
 
82
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Execute()</B></TT>
 
83
<DL></DL><P>
 
84
<A NAME="GetName">
 
85
<A NAME ="DOC.416.5">
 
86
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> const  char*  GetName() const </B></TT>
 
87
<DL></DL><P>
 
88
<A NAME="SaveCell">
 
89
<A NAME ="DOC.416.6">
 
90
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SaveCell(<!1><A HREF="Cell.html">Cell</A> *c)</B></TT>
 
91
<DD> save cell and its old font.
 
92
<DL></DL><P>
 
93
<A NAME="GetUpdateCells">
 
94
<A NAME ="DOC.416.7">
 
95
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  GetUpdateCells()</B></TT>
 
96
<DL></DL><P></DL>
 
97
<hr>
 
98
 <DL><DT><B>This class has no child classes.</B></DL>
 
99
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
100
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
101
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
102
<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>
 
103
</BODY>