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

« back to all changes in this revision

Viewing changes to doc/sourcecode/TDViewer.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>TDViewer</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  TDViewer : public <!2><A HREF="MatrixViewer.html#DOC.222.1">MatrixViewer</A> </H2><BLOCKQUOTE>
 
4
 transaction decomposition table class.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 <h2> Inheritance:</h2>
 
8
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=125>
 
9
<param name=classes value="CViewer,MViewer.html,CTableViewer,MTableViewer.html,CMatrixViewer,MMatrixViewer.html,CTDViewer,MTDViewer.html">
 
10
<param name=before value="M,M,M,M">
 
11
<param name=after value="Md_SPSP,Md_SP,Md_,M">
 
12
<param name=indent value="0,1,2,3">
 
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.372.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>TDViewer</B> (<!1><A HREF="Config.html">Config</A> *c, <!1><A HREF="TableWindow.html">TableWindow</A> *t)<br>
 
20
<I></I>
 
21
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.372.2"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Initialize</B> ()<br>
 
22
<I></I>
 
23
</TD></TR></TABLE></DL>
 
24
<hr><H3>Inherited from <A HREF="MatrixViewer.html">MatrixViewer:</A></h3>
 
25
 
 
26
<DL>
 
27
<DL>
 
28
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>AddRow</B>(<!1><A HREF="CellRow.html">CellRow</A> *c)
 
29
<DT><IMG SRC=icon2.gif> void  <B>AddColumn</B>(<!1><A HREF="CellColumn.html">CellColumn</A> *c)
 
30
<DT><IMG SRC=icon2.gif> void  <B>InsertRow</B>(<!1><A HREF="CellRow.html">CellRow</A> *c)
 
31
<DT><IMG SRC=icon2.gif> void  <B>InsertColumn</B>(<!1><A HREF="CellColumn.html">CellColumn</A> *c)
 
32
</DL></DL>
 
33
<hr><H3>Inherited from <A HREF = "TableViewer.html"> TableViewer:</A></h3>
 
34
 
 
35
<DL>
 
36
<DL>
 
37
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>SetTable</B>(<!1><A HREF="Table.html">Table</A> *t)
 
38
<DT><IMG SRC=icon2.gif> void  <B>InitTable</B>(unsigned <!2><A HREF="TableViewer.html#DOC.368.121">rows</A>, unsigned <!2><A HREF="TableViewer.html#DOC.368.122">columns</A>)
 
39
<DT><IMG SRC=icon2.gif> void  <B>SetVisible</B>(bool b)
 
40
<DT><IMG SRC=icon2.gif> void  <B>Draw</B>()
 
41
<DT><IMG SRC=icon2.gif> void  <B>Undraw</B>()
 
42
<DT><IMG SRC=icon2.gif> bool  <B>TextMode</B>(<!1><A HREF="CellText.html">CellText</A> *c)
 
43
<DT><IMG SRC=icon2.gif> void  <B>TextModeOff</B>()
 
44
<DT><IMG SRC=icon2.gif> void  <B>KeyTyped</B>(int x, int y, int key)
 
45
<DT><IMG SRC=icon2.gif> void  <B>Select</B>(int x, int y)
 
46
<DT><IMG SRC=icon2.gif> void  <B>Adjust</B>(int x, int y)
 
47
<DT><IMG SRC=icon2.gif> void  <B>MovingPointer</B>(int x, int y)
 
48
<DT><IMG SRC=icon2.gif> <!1><A HREF="Command.html">Command</A>*  <B>Drag</B>(int x, int y)
 
49
<DT><IMG SRC=icon2.gif> <!1><A HREF="Command.html">Command</A>*  <B>Connect</B>(int x, int y)
 
50
<DT><IMG SRC=icon2.gif> <!1><A HREF="Cell.html">Cell</A>*  <B>HitCell</B>(int x, int y)
 
51
<DT><IMG SRC=icon2.gif> <!1><A HREF="CellText.html">CellText</A>*  <B>HitCellText</B>(int x, int y)
 
52
<DT><IMG SRC=icon2.gif> <!1><A HREF="LinePiece.html">LinePiece</A>*  <B>HitVLinePiece</B>(int x, int y)
 
53
<DT><IMG SRC=icon2.gif> <!1><A HREF="LinePiece.html">LinePiece</A>*  <B>HitHLinePiece</B>(int x, int y)
 
54
<DT><IMG SRC=icon2.gif> <!1><A HREF="RowColumnLabel.html">RowColumnLabel</A>*  <B>HitRowLabel</B>(int x, int y)
 
55
<DT><IMG SRC=icon2.gif> <!1><A HREF="RowColumnLabel.html">RowColumnLabel</A>*  <B>HitColumnLabel</B>(int x, int y)
 
56
<DT><IMG SRC=icon2.gif> int  <B>HitRow</B>(int x, int y)
 
57
<DT><IMG SRC=icon2.gif> int  <B>HitColumn</B>(int x, int y)
 
58
<DT><IMG SRC=icon2.gif> void  <B>ShowRowColumnLabels</B>(bool b)
 
59
<DT><IMG SRC=icon2.gif> void  <B>PrintRowColumnLabels</B>(bool b)
 
60
<DT><IMG SRC=icon2.gif> bool  <B>IsShowRowColumnLabels</B>() const 
 
61
<DT><IMG SRC=icon2.gif> bool  <B>IsPrintRowColumnLabels</B>() const 
 
62
<DT><IMG SRC=icon2.gif> void  <B>RecomputeSizeCell</B>(<!1><A HREF="Cell.html">Cell</A> *c)
 
63
<DT><IMG SRC=icon2.gif> void  <B>UpdateText</B>(<!1><A HREF="Cell.html">Cell</A> *c, const <!1><A HREF="string.html">string</A> *newtext)
 
64
<DT><IMG SRC=icon2.gif> virtual  void  <B>MoveRow</B>(<!1><A HREF="CellRow.html">CellRow</A> *r, unsigned newpos)
 
65
<DT><IMG SRC=icon2.gif> virtual  void  <B>MoveColumn</B>(<!1><A HREF="CellColumn.html">CellColumn</A> *c, unsigned newpos)
 
66
<DT><IMG SRC=icon2.gif> virtual  void  <B>DeleteRow</B>(<!1><A HREF="CellRow.html">CellRow</A> *c)
 
67
<DT><IMG SRC=icon2.gif> virtual  void  <B>DeleteColumn</B>(<!1><A HREF="CellColumn.html">CellColumn</A> *c)
 
68
<DT><IMG SRC=icon2.gif> void  <B>ResizeRow</B>(<!1><A HREF="CellRow.html">CellRow</A> *r, int newSize)
 
69
<DT><IMG SRC=icon2.gif> void  <B>ResizeColumn</B>(<!1><A HREF="CellColumn.html">CellColumn</A> *c, int newSize)
 
70
<DT><IMG SRC=icon2.gif> void  <B>Move</B>(const <!1><A HREF="Point.html">Point</A> *delta)
 
71
<DT><IMG SRC=icon2.gif> <!1><A HREF="CellRow.html">CellRow</A>*  <B>GiveRow</B>(unsigned r)
 
72
<DT><IMG SRC=icon2.gif> <!1><A HREF="CellColumn.html">CellColumn</A>*  <B>GiveColumn</B>(unsigned c)
 
73
<DT><IMG SRC=icon2.gif> void  <B>GetSelectedRows</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="CellRow.html">CellRow</A> *> *r)
 
74
<DT><IMG SRC=icon2.gif> void  <B>GetSelectedColumns</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="CellColumn.html">CellColumn</A> *> *c)
 
75
<DT><IMG SRC=icon2.gif> void  <B>GetEmptyRows</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="CellRow.html">CellRow</A> *> *r)
 
76
<DT><IMG SRC=icon2.gif> void  <B>GetEmptyColumns</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="CellColumn.html">CellColumn</A> *> *c)
 
77
<DT><IMG SRC=icon2.gif> void  <B>DeselectAll</B>()
 
78
<DT><IMG SRC=icon2.gif> void  <B>SelectAll</B>()
 
79
<DT><IMG SRC=icon2.gif> void  <B>SelectCell</B>(<!1><A HREF="Cell.html">Cell</A> *c)
 
80
<DT><IMG SRC=icon2.gif> void  <B>DeselectCell</B>(<!1><A HREF="Cell.html">Cell</A> *c)
 
81
<DT><IMG SRC=icon2.gif> void  <B>SelectVector</B>(<!1><A HREF="CellVector.html">CellVector</A> *v)
 
82
<DT><IMG SRC=icon2.gif> void  <B>DeselectVector</B>(<!1><A HREF="CellVector.html">CellVector</A> *v)
 
83
<DT><IMG SRC=icon2.gif> bool  <B>IsAllSelected</B>(<!1><A HREF="CellVector.html">CellVector</A> *v)
 
84
<DT><IMG SRC=icon2.gif> void  <B>MoveSelection</B>(int key)
 
85
<DT><IMG SRC=icon2.gif> void  <B>CalcSizeElements</B>(<!1><A HREF="Point.html">Point</A> &<!2><A HREF="TableViewer.html#DOC.368.118">topLeft</A>, <!1><A HREF="Point.html">Point</A> &bottomRight)
 
86
<DT><IMG SRC=icon2.gif> void  <B>CalcSizeSelection</B>(<!1><A HREF="Point.html">Point</A> &<!2><A HREF="TableViewer.html#DOC.368.118">topLeft</A>, <!1><A HREF="Point.html">Point</A> &bottomRight)
 
87
<DT><IMG SRC=icon2.gif> void  <B>UpdateMarginWidth</B>(int newWidth)
 
88
<DT><IMG SRC=icon2.gif> void  <B>UpdateMarginHeight</B>(int newHeight)
 
89
<DT><IMG SRC=icon2.gif> void  <B>UpdateDefaultRowHeight</B>(int n)
 
90
<DT><IMG SRC=icon2.gif> void  <B>UpdateDefaultColumnWidth</B>(int n)
 
91
<DT><IMG SRC=icon2.gif> int  <B>GetDefaultRowHeight</B>() const 
 
92
<DT><IMG SRC=icon2.gif> int  <B>GetDefaultColumnWidth</B>() const 
 
93
<DT><IMG SRC=icon2.gif> unsigned  <B>GetNumberOfColumns</B>() const 
 
94
<DT><IMG SRC=icon2.gif> unsigned  <B>GetNumberOfRows</B>() const 
 
95
<DT><IMG SRC=icon2.gif> unsigned  <B>GetDefaultNumberOfColumns</B>() const 
 
96
<DT><IMG SRC=icon2.gif> unsigned  <B>GetDefaultNumberOfRows</B>() const 
 
97
<DT><IMG SRC=icon2.gif> <!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A>  <B>GetDefaultRowAlignment</B>() const 
 
98
<DT><IMG SRC=icon2.gif> <!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A>  <B>GetDefaultColumnAlignment</B>() const 
 
99
<DT><IMG SRC=icon2.gif> int  <B>GetRowHeight</B>(unsigned row)
 
100
<DT><IMG SRC=icon2.gif> int  <B>GetColumnWidth</B>(unsigned column)
 
101
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="Point.html">Point</A>*  <B>GetTopLeft</B>() const 
 
102
<DT><IMG SRC=icon2.gif> int  <B>GetWidth</B>() const 
 
103
<DT><IMG SRC=icon2.gif> int  <B>GetHeight</B>() const 
 
104
<DT><IMG SRC=icon2.gif> int  <B>GetMarginWidth</B>() const 
 
105
<DT><IMG SRC=icon2.gif> int  <B>GetMarginHeight</B>() const 
 
106
<DT><IMG SRC=icon2.gif> <!1><A HREF="Point.html">Point</A>  <B>GetRowTopLeft</B>(unsigned row)
 
107
<DT><IMG SRC=icon2.gif> <!1><A HREF="Point.html">Point</A>  <B>GetColumnTopLeft</B>(unsigned column)
 
108
<DT><IMG SRC=icon2.gif> void  <B>SetGrafport</B>(<!1><A HREF="Grafport.html">Grafport</A> *g)
 
109
<DT><IMG SRC=icon2.gif> <!1><A HREF="CellTextBuffer.html">CellTextBuffer</A>*  <B>GetBuffer</B>() const 
 
110
<DT><IMG SRC=icon2.gif> int  <B>GetTopSelectionRow</B>()
 
111
<DT><IMG SRC=icon2.gif> int  <B>GetLeftSelectionColumn</B>()
 
112
<DT><IMG SRC=icon2.gif> <!1><A HREF="List.html">List</A> <<!1><A HREF="Cell.html">Cell</A> *> *  <B>GetSelection</B>() const 
 
113
<DT><IMG SRC=icon2.gif> unsigned  <B>NrSelected</B>() const 
 
114
<DT><IMG SRC=icon2.gif> unsigned  <B>GetCurrentRow</B>() const 
 
115
<DT><IMG SRC=icon2.gif> unsigned  <B>GetCurrentColumn</B>() const 
 
116
<DT><IMG SRC=icon2.gif> void  <B>SetCurrentRow</B>(unsigned n)
 
117
<DT><IMG SRC=icon2.gif> void  <B>SetCurrentColumn</B>(unsigned n)
 
118
<DT><IMG SRC=icon2.gif> void  <B>GetCells</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="Cell.html">Cell</A> *> *cell, const <!1><A HREF="string.html">string</A> *s, bool sens, bool substring)
 
119
<DT><IMG SRC=icon2.gif> <!1><A HREF="Cell.html">Cell</A>*  <B>GetNextCell</B>(const <!1><A HREF="string.html">string</A> *s, bool sens, bool substring)
 
120
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultColumnAlignment</B>(<!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A> a)
 
121
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultRowAlignment</B>(<!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A> a)
 
122
<DT><IMG SRC=icon2.gif> void  <B>SetLineStyle</B>(<!2><A HREF="Side.html#DOC.299.1">Side::Type</A> side, <!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A> style)
 
123
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultNumberOfRows</B>(unsigned)
 
124
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultNumberOfColumns</B>(unsigned)
 
125
<DT><IMG SRC=icon2.gif> void  <B>UpdateLineWidthSelection</B>(unsigned wd)
 
126
<DT><IMG SRC=icon2.gif> void  <B>UpdateLineStyleSelection</B>(<!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A> l)
 
127
<DT><IMG SRC=icon2.gif> void  <B>UpdateTextAlignmentSelection</B>(<!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A> a)
 
128
<DT><IMG SRC=icon2.gif> void  <B>UpdateLineColorSelection</B>(const <!1><A HREF="string.html">string</A> *color)
 
129
<DT><IMG SRC=icon2.gif> void  <B>UpdateTextColorSelection</B>(const <!1><A HREF="string.html">string</A> *color)
 
130
<DT><IMG SRC=icon2.gif> void  <B>UpdateFillColorSelection</B>(const <!1><A HREF="string.html">string</A> *color, <!2><A HREF="FillStyle.html#DOC.176.1">FillStyle::Type</A> f)
 
131
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultFont</B>(<!1><A HREF="XFont.html">XFont</A> *ft)
 
132
<DT><IMG SRC=icon2.gif> void  <B>UpdateFontSelection</B>(int f, int s, int p)
 
133
<DT><IMG SRC=icon2.gif> bool  <B>ReadAttributes</B>(<!1><A HREF="InputFile.html">InputFile</A> *f, bool appending, unsigned &rowsToAdd, unsigned &columnsToAdd, double format)
 
134
<DT><IMG SRC=icon2.gif> bool  <B>ReadColumns</B>(<!1><A HREF="InputFile.html">InputFile</A> *f, unsigned nr, unsigned fromRow, unsigned fromColumn, double format)
 
135
<DT><IMG SRC=icon2.gif> bool  <B>ReadRows</B>(<!1><A HREF="InputFile.html">InputFile</A> *f, unsigned nr, unsigned fromRow, unsigned fromColumn, double format)
 
136
<DT><IMG SRC=icon2.gif> void  <B>WriteAttributes</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *f)
 
137
<DT><IMG SRC=icon2.gif> void  <B>WriteColumns</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *f)
 
138
<DT><IMG SRC=icon2.gif> void  <B>WriteRows</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *f)
 
139
<DT><IMG SRC=icon2.gif> void  <B>WriteSelection</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *f)
 
140
</DL><DL>
 
141
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> <!1><A HREF="List.html">List</A> <<!1><A HREF="CellRow.html">CellRow</A> *> *  <B>GetRows</B>() const 
 
142
<DT><IMG SRC=icon2.gif> <!1><A HREF="List.html">List</A> <<!1><A HREF="CellColumn.html">CellColumn</A> *> *  <B>GetColumns</B>() const 
 
143
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultColumnWidth</B>(int w)
 
144
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultRowHeight</B>(int h)
 
145
<DT><IMG SRC=icon2.gif> void  <B>SetMarginWidth</B>(int w)
 
146
<DT><IMG SRC=icon2.gif> void  <B>SetMarginHeight</B>(int h)
 
147
</DL></DL>
 
148
<hr><H3>Inherited from <A HREF = "Viewer.html"> Viewer:</A></h3>
 
149
 
 
150
<DL>
 
151
<DL>
 
152
<DT><h3>Public Fields</h3><DD><DT><IMG SRC=icon2.gif> static  const  int  <B>MIN_LINE_WIDTH</B>
 
153
<DT><IMG SRC=icon2.gif> static  const  int  <B>MAX_LINE_WIDTH</B>
 
154
</DL><DL>
 
155
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> <!1><A HREF="Scaler.html">Scaler</A>*  <B>GetScaler</B>() const 
 
156
<DT><IMG SRC=icon2.gif> <!1><A HREF="Command.html">Command</A>*  <B>GetLastCmd</B>()
 
157
<DT><IMG SRC=icon2.gif> <!1><A HREF="DrawWindow.html">DrawWindow</A>*  <B>GetMainWindow</B>() const 
 
158
<DT><IMG SRC=icon2.gif> <!1><A HREF="Grafport.html">Grafport</A>*  <B>GetGrafport</B>() const 
 
159
<DT><IMG SRC=icon2.gif> <!1><A HREF="Printer.html">Printer</A>*  <B>GetPrinter</B>() const 
 
160
<DT><IMG SRC=icon2.gif> void  <B>SetPrinter</B>(<!1><A HREF="Printer.html">Printer</A> *p)
 
161
<DT><IMG SRC=icon2.gif> <!1><A HREF="NToggleListDialog.html">NToggleListDialog</A>*  <B>GetLineWidthDialog</B>()
 
162
<DT><IMG SRC=icon2.gif> <!1><A HREF="NToggleListDialog.html">NToggleListDialog</A>*  <B>GetLineStyleDialog</B>()
 
163
<DT><IMG SRC=icon2.gif> <!1><A HREF="NToggleListDialog.html">NToggleListDialog</A>*  <B>GetTextAlignmentDialog</B>()
 
164
<DT><IMG SRC=icon2.gif> <!1><A HREF="FontChooserDialog.html">FontChooserDialog</A>*  <B>GetFontChooserDialog</B>()
 
165
<DT><IMG SRC=icon2.gif> <!1><A HREF="FileSelectionDialog.html">FileSelectionDialog</A>*  <B>GetPrintFileSelectionDialog</B>()
 
166
<DT><IMG SRC=icon2.gif> <!1><A HREF="ColorChooserDialog.html">ColorChooserDialog</A>*  <B>GetColorChooserDialog</B>()
 
167
<DT><IMG SRC=icon2.gif> int  <B>Scale</B>(int x) const 
 
168
<DT><IMG SRC=icon2.gif> <!1><A HREF="Point.html">Point</A>  <B>Scale</B>(const <!1><A HREF="Point.html">Point</A> *p) const 
 
169
<DT><IMG SRC=icon2.gif> int  <B>ScaleCorrect</B>(int x) const 
 
170
<DT><IMG SRC=icon2.gif> <!1><A HREF="Point.html">Point</A>  <B>ScaleCorrect</B>(const <!1><A HREF="Point.html">Point</A> *p) const 
 
171
<DT><IMG SRC=icon2.gif> void  <B>Undo</B>()
 
172
<DT><IMG SRC=icon2.gif> void  <B>Redo</B>()
 
173
<DT><IMG SRC=icon2.gif> void  <B>Refresh</B>()
 
174
<DT><IMG SRC=icon2.gif> virtual  void  <B>Redraw</B>()
 
175
<DT><IMG SRC=icon2.gif> virtual  void  <B>Activate</B>()
 
176
<DT><IMG SRC=icon2.gif> virtual  void  <B>Deactivate</B>()
 
177
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultLineWidth</B>(unsigned d)
 
178
<DT><IMG SRC=icon2.gif> int  <B>GetDefaultLineWidth</B>()
 
179
<DT><IMG SRC=icon2.gif> void  <B>UpdateLineWidth</B>()
 
180
<DT><IMG SRC=icon2.gif> void  <B>DefaultLineWidth</B>()
 
181
<DT><IMG SRC=icon2.gif> void  <B>ShowDefaultLineWidth</B>()
 
182
<DT><IMG SRC=icon2.gif> void  <B>ShowConfigLineWidth</B>()
 
183
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultLineStyle</B>(<!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A> l)
 
184
<DT><IMG SRC=icon2.gif> <!2><A HREF="LineStyle.html#DOC.213.1">LineStyle::Type</A>  <B>GetDefaultLineStyle</B>()
 
185
<DT><IMG SRC=icon2.gif> void  <B>UpdateLineStyle</B>()
 
186
<DT><IMG SRC=icon2.gif> void  <B>DefaultLineStyle</B>()
 
187
<DT><IMG SRC=icon2.gif> void  <B>ShowDefaultLineStyle</B>()
 
188
<DT><IMG SRC=icon2.gif> void  <B>ShowConfigLineStyle</B>()
 
189
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultLineColor</B>(const <!1><A HREF="string.html">string</A> *s)
 
190
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetDefaultLineColor</B>()
 
191
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultTextColor</B>(const <!1><A HREF="string.html">string</A> *s)
 
192
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetDefaultTextColor</B>()
 
193
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultFillColor</B>(const <!1><A HREF="string.html">string</A> *s)
 
194
<DT><IMG SRC=icon2.gif> const  <!1><A HREF="string.html">string</A>*  <B>GetDefaultFillColor</B>()
 
195
<DT><IMG SRC=icon2.gif> <!2><A HREF="FillStyle.html#DOC.176.1">FillStyle::Type</A>  <B>GetDefaultFillStyle</B>() const 
 
196
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultFillStyle</B>(<!2><A HREF="FillStyle.html#DOC.176.1">FillStyle::Type</A> l)
 
197
<DT><IMG SRC=icon2.gif> void  <B>UpdateLineColor</B>()
 
198
<DT><IMG SRC=icon2.gif> void  <B>DefaultLineColor</B>()
 
199
<DT><IMG SRC=icon2.gif> void  <B>ShowDefaultLineColor</B>()
 
200
<DT><IMG SRC=icon2.gif> void  <B>ShowConfigLineColor</B>()
 
201
<DT><IMG SRC=icon2.gif> void  <B>UpdateTextColor</B>()
 
202
<DT><IMG SRC=icon2.gif> void  <B>DefaultTextColor</B>()
 
203
<DT><IMG SRC=icon2.gif> void  <B>ShowDefaultTextColor</B>()
 
204
<DT><IMG SRC=icon2.gif> void  <B>ShowConfigTextColor</B>()
 
205
<DT><IMG SRC=icon2.gif> void  <B>UpdateFillColor</B>()
 
206
<DT><IMG SRC=icon2.gif> void  <B>DefaultFillColor</B>()
 
207
<DT><IMG SRC=icon2.gif> void  <B>ShowDefaultFillColor</B>()
 
208
<DT><IMG SRC=icon2.gif> void  <B>ShowConfigFillColor</B>()
 
209
<DT><IMG SRC=icon2.gif> <!1><A HREF="XFont.html">XFont</A>*  <B>GetDefaultFont</B>() const 
 
210
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultFontAttributes</B>(int f, int s, int p)
 
211
<DT><IMG SRC=icon2.gif> void  <B>UpdateFont</B>()
 
212
<DT><IMG SRC=icon2.gif> void  <B>DefaultFont</B>()
 
213
<DT><IMG SRC=icon2.gif> void  <B>ShowDefaultFont</B>()
 
214
<DT><IMG SRC=icon2.gif> void  <B>ShowConfigFont</B>()
 
215
<DT><IMG SRC=icon2.gif> <!1><A HREF="XFont.html">XFont</A>*  <B>GetFont</B>(int family, int style, int size)
 
216
<DT><IMG SRC=icon2.gif> <!1><A HREF="XFont.html">XFont</A>*  <B>GetFont</B>(const char *description)
 
217
<DT><IMG SRC=icon2.gif> void  <B>UpdateTextAlignment</B>()
 
218
<DT><IMG SRC=icon2.gif> void  <B>DefaultTextAlignment</B>()
 
219
<DT><IMG SRC=icon2.gif> void  <B>ShowDefaultTextAlignment</B>()
 
220
<DT><IMG SRC=icon2.gif> void  <B>ShowConfigTextAlignment</B>()
 
221
<DT><IMG SRC=icon2.gif> <!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A>  <B>GetDefaultTextAlignment</B>() const 
 
222
<DT><IMG SRC=icon2.gif> void  <B>SetDefaultTextAlignment</B>(<!2><A HREF="TextAlign.html#DOC.374.1">TextAlign::Type</A> a)
 
223
<DT><IMG SRC=icon2.gif> void  <B>EditText</B>(int key)
 
224
<DT><IMG SRC=icon2.gif> bool  <B>IsAutoResize</B>() const 
 
225
<DT><IMG SRC=icon2.gif> void  <B>SetAutoResize</B>(bool s)
 
226
<DT><IMG SRC=icon2.gif> bool  <B>IsInlineEdit</B>() const 
 
227
<DT><IMG SRC=icon2.gif> void  <B>SetInlineEdit</B>(bool s)
 
228
<DT><IMG SRC=icon2.gif> bool  <B>IsPasting</B>() const 
 
229
<DT><IMG SRC=icon2.gif> void  <B>SetPasting</B>(bool b)
 
230
<DT><IMG SRC=icon2.gif> bool  <B>IsZigZag</B>() const 
 
231
<DT><IMG SRC=icon2.gif> void  <B>SetZigZag</B>(bool b)
 
232
<DT><IMG SRC=icon2.gif> bool  <B>IsEditing</B>() const 
 
233
<DT><IMG SRC=icon2.gif> void  <B>DoubleClick</B>()
 
234
<DT><IMG SRC=icon2.gif> void  <B>DoFunctionKey</B>(int)
 
235
<DT><IMG SRC=icon2.gif> void  <B>NewCommand</B>(<!1><A HREF="Command.html">Command</A> *newCmd)
 
236
<DT><IMG SRC=icon2.gif> void  <B>AbortCommand</B>()
 
237
<DT><IMG SRC=icon2.gif> void  <B>ExecuteCommand</B>()
 
238
<DT><IMG SRC=icon2.gif> void  <B>UndoCommand</B>()
 
239
<DT><IMG SRC=icon2.gif> void  <B>RedoCommand</B>()
 
240
<DT><IMG SRC=icon2.gif> void  <B>DeleteCommands</B>()
 
241
<DT><IMG SRC=icon2.gif> void  <B>GetPageSize</B>(double &width, double &height)
 
242
<DT><IMG SRC=icon2.gif> void  <B>Save</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *f)
 
243
<DT><IMG SRC=icon2.gif> bool  <B>Load</B>(<!1><A HREF="InputFile.html">InputFile</A> *f, double format)
 
244
<DT><IMG SRC=icon2.gif> bool  <B>Check</B>(<!1><A HREF="InputFile.html">InputFile</A> *f, double format)
 
245
</DL><DL>
 
246
<DT><h3>Protected Methods</h3><DD><DT><IMG SRC=icon2.gif> void  <B>ClearGrafport</B>()
 
247
<DT><IMG SRC=icon2.gif> <!1><A HREF="InlineEditor.html">InlineEditor</A>*  <B>GetInlineEditor</B>() const 
 
248
<DT><IMG SRC=icon2.gif> void  <B>SetInlineEditor</B>(<!1><A HREF="InlineEditor.html">InlineEditor</A> *i)
 
249
<DT><IMG SRC=icon2.gif> void  <B>SetEditing</B>(bool b)
 
250
</DL></DL>
 
251
<A NAME="DOC.DOCU">
 
252
<hr>
 
253
 <h2> Documentation </h2>
 
254
<BLOCKQUOTE>
 
255
 transaction decomposition table class.
 
256
 
 
257
</BLOCKQUOTE>
 
258
<DL>
 
259
 
 
260
<A NAME="TDViewer">
 
261
<A NAME ="DOC.372.1">
 
262
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  TDViewer(<!1><A HREF="Config.html">Config</A> *c, <!1><A HREF="TableWindow.html">TableWindow</A> *t)</B></TT>
 
263
<DL></DL><P>
 
264
<A NAME="Initialize">
 
265
<A NAME ="DOC.372.2">
 
266
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Initialize()</B></TT>
 
267
<DL></DL><P></DL>
 
268
<hr>
 
269
 <DL><DT><B>This class has no child classes.</B></DL>
 
270
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
271
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
272
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
273
<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>
 
274
</BODY>