forked from Fellypao/scidavis-handbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sec-table-toolbar.html
98 lines (98 loc) · 4.33 KB
/
sec-table-toolbar.html
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>The Table Toolbar.</title>
<link rel="stylesheet" type="text/css" href="scidavis.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<meta name="keywords" content="Qt, SciDAVis, Data, Analysis, Plotting">
<link rel="home" href="index.html" title="The SciDAVis Handbook">
<link rel="up" href="toolbars.html" title="Chapter 6. The Toolbars">
<link rel="prev" href="sec-graph-toolbar.html" title="The Graph Toolbar.">
<link rel="next" href="sec-matrix-plot-toolbar.html" title="The matrix plot Toolbar.">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">The Table Toolbar.</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="sec-graph-toolbar.html">Prev</a> </td>
<th width="60%" align="center">Chapter 6. The Toolbars</th>
<td width="20%" align="right"> <a accesskey="n" href="sec-matrix-plot-toolbar.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="sec-table-toolbar"></a>The Table Toolbar.</h2></div></div></div>
<p>This toolbar allows a quick access to the commands of the <a class="link" href="sec-table-menu.html" title="The Table Menu">Table menu</a> used to modify a table.</p>
<div class="figure">
<a name="table-toolbar"></a><p class="title"><b>Figure 6.5. The SciDAVis Table Toolbar</b></p>
<div class="figure-contents"><div class="mediaobject"><img src="pics/table-toolbar.png" alt="The SciDAVis Table Toolbar"></div></div>
</div>
<br class="figure-break"><div class="table">
<a name="idp1398563396"></a><p class="title"><b>Table 6.5. Table toolbar commands.</b></p>
<div class="table-contents"><table summary="Table toolbar commands." width="100%" border="1">
<colgroup>
<col align="center" class="icon">
<col align="left" class="command">
<col align="center" class="key">
<col align="justify" class="description">
</colgroup>
<thead><tr>
<th align="center">Icon</th>
<th align="left">Command</th>
<th align="center">Key</th>
<th align="justify">Description</th>
</tr></thead>
<tbody>
<tr>
<td align="center"><span class="inlinemediaobject"><img src="icons/resize.png"></span></td>
<td align="left"><a class="link" href="sec-table-menu.html#table-dimensions-cmd"><span class="command"><strong>Dimensions</strong></span> command</a></td>
<td align="center"> </td>
<td align="justify">modify the number of rows and columns of the table</td>
</tr>
<tr>
<td align="center"><span class="inlinemediaobject"><img src="icons/16x16/add_column.png"></span></td>
<td align="left"><a class="link" href="sec-table-menu.html#add-column-cmd"><span class="command"><strong>Add Column</strong></span> command</a></td>
<td align="center"> </td>
<td align="justify">add a new column to the table</td>
</tr>
<tr>
<td align="center"><span class="inlinemediaobject"><img src="icons/col_stat.png"></span></td>
<td align="left"><a class="link" href="sec-analysis-menu.html#statistics-on-columns-cmd"><span class="command"><strong>Statistics on Columns</strong></span> command</a></td>
<td align="center"> </td>
<td align="justify">compute statistical parameters on selected columns</td>
</tr>
<tr>
<td align="center"><span class="inlinemediaobject"><img src="icons/stat_rows.png"></span></td>
<td align="left"><a class="link" href="sec-analysis-menu.html#statistics-on-rows-cmd"><span class="command"><strong>Statistics on Rows</strong></span> command</a></td>
<td align="center"> </td>
<td align="justify">compute statistical parameters on selected row</td>
</tr>
</tbody>
</table></div>
</div>
<br class="table-break">
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="sec-graph-toolbar.html">Prev</a> </td>
<td width="20%" align="center"><a accesskey="u" href="toolbars.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="n" href="sec-matrix-plot-toolbar.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">The Graph Toolbar. </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> The matrix plot Toolbar.</td>
</tr>
</table>
</div>
</body>
</html>