summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtable.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqtable.html')
-rw-r--r--doc/html/ntqtable.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/ntqtable.html b/doc/html/ntqtable.html
index a93192e44..cd506d10d 100644
--- a/doc/html/ntqtable.html
+++ b/doc/html/ntqtable.html
@@ -502,16 +502,16 @@ content (if any), i.e. the user will be modifying the original
cell content.
<p> <p>See also <a href="#endEdit">endEdit</a>().
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="cellGeometry"></a>TQTable::cellGeometry ( int&nbsp;row, int&nbsp;col ) const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="cellGeometry"></a>TQTable::cellGeometry ( int&nbsp;row, int&nbsp;col ) const<tt> [virtual]</tt>
</h3>
Returns the bounding rectangle of the cell at <em>row</em>, <em>col</em> in
content coordinates.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="cellRect"></a>TQTable::cellRect ( int&nbsp;row, int&nbsp;col ) const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="cellRect"></a>TQTable::cellRect ( int&nbsp;row, int&nbsp;col ) const<tt> [virtual]</tt>
</h3>
Returns the geometry of cell <em>row</em>, <em>col</em> in the cell's
coordinate system. This is a convenience function useful in
-<a href="#paintCell">paintCell</a>(). It is equivalent to <a href="ntqrect.html">TQRect</a>( <a href="ntqpoint.html">TQPoint</a>(0,0), <a href="#cellGeometry">cellGeometry</a>(
+<a href="#paintCell">paintCell</a>(). It is equivalent to <a href="tqrect.html">TQRect</a>( <a href="tqpoint.html">TQPoint</a>(0,0), <a href="#cellGeometry">cellGeometry</a>(
row, col).<a href="tqwidget.html#size">size</a>() );
<p> <p>See also <a href="#cellGeometry">cellGeometry</a>().
@@ -546,7 +546,7 @@ is called on the widget to avoid problems with timing issues.
Clears all selections and repaints the appropriate regions if <em>repaint</em> is TRUE.
<p> <p>See also <a href="#removeSelection">removeSelection</a>().
-<h3 class=fn>void <a name="clicked"></a>TQTable::clicked ( int&nbsp;row, int&nbsp;col, int&nbsp;button, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;mousePos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="clicked"></a>TQTable::clicked ( int&nbsp;row, int&nbsp;col, int&nbsp;button, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;mousePos )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when mouse button <em>button</em> is clicked. The
@@ -624,7 +624,7 @@ dropping something onto <em>this</em> TQTable and thus triggers the drop
event, <em>e</em>.
<p>Reimplemented from <a href="ntqscrollview.html#contentsDropEvent">TQScrollView</a>.
-<h3 class=fn>void <a name="contextMenuRequested"></a>TQTable::contextMenuRequested ( int&nbsp;row, int&nbsp;col, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="contextMenuRequested"></a>TQTable::contextMenuRequested ( int&nbsp;row, int&nbsp;col, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the user invokes a context menu with
@@ -703,7 +703,7 @@ Returns the number of the current selection or -1 if there is no
current selection.
<p> <p>See also <a href="#numSelections-prop">numSelections</a>.
-<h3 class=fn>void <a name="doubleClicked"></a>TQTable::doubleClicked ( int&nbsp;row, int&nbsp;col, int&nbsp;button, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;mousePos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="doubleClicked"></a>TQTable::doubleClicked ( int&nbsp;row, int&nbsp;col, int&nbsp;button, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;mousePos )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when mouse button <em>button</em> is
@@ -918,7 +918,7 @@ See the <a href="ntqtable.html#numRows-prop">"numRows"</a> property for details.
<h3 class=fn>int <a name="numSelections"></a>TQTable::numSelections () const
</h3><p>Returns the number of selections.
See the <a href="ntqtable.html#numSelections-prop">"numSelections"</a> property for details.
-<h3 class=fn>void <a name="paintCell"></a>TQTable::paintCell ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;row, int&nbsp;col, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;cr, bool&nbsp;selected, const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="paintCell"></a>TQTable::paintCell ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;row, int&nbsp;col, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;cr, bool&nbsp;selected, const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg )<tt> [virtual]</tt>
</h3>
Paints the cell at <em>row</em>, <em>col</em> on the painter <em>p</em>. The painter
has already been translated to the cell's origin. <em>cr</em> describes
@@ -946,7 +946,7 @@ maximum efficiency. If you want clipping, use code like this:
</pre>
-<h3 class=fn>void <a name="paintCell-2"></a>TQTable::paintCell ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;row, int&nbsp;col, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;cr, bool&nbsp;selected )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="paintCell-2"></a>TQTable::paintCell ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;row, int&nbsp;col, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;cr, bool&nbsp;selected )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Use the other <a href="#paintCell">paintCell</a>() function. This function is only included
@@ -960,21 +960,21 @@ color using the painter <em>p</em>.
<p> <a href="#paintEmptyArea">paintEmptyArea</a>() is invoked by <a href="#drawContents">drawContents</a>() to erase or fill
unused areas.
-<h3 class=fn>void <a name="paintFocus"></a>TQTable::paintFocus ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;cr )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="paintFocus"></a>TQTable::paintFocus ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;cr )<tt> [virtual]</tt>
</h3>
Draws the focus rectangle of the current cell (see <a href="#currentRow">currentRow</a>(),
<a href="#currentColumn">currentColumn</a>()).
<p> The painter <em>p</em> is already translated to the cell's origin, while
<em>cr</em> specifies the cell's geometry in content coordinates.
-<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="pixmap"></a>TQTable::pixmap ( int&nbsp;row, int&nbsp;col ) const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqpixmap.html">TQPixmap</a> <a name="pixmap"></a>TQTable::pixmap ( int&nbsp;row, int&nbsp;col ) const<tt> [virtual]</tt>
</h3>
Returns the pixmap set for the cell at <em>row</em>, <em>col</em>, or a
null-pixmap if the cell contains no pixmap.
<p> <p>See also <a href="#setPixmap">setPixmap</a>().
<p>Example: <a href="tutorial2-08.html#x2617">chart/setdataform.cpp</a>.
-<h3 class=fn>void <a name="pressed"></a>TQTable::pressed ( int&nbsp;row, int&nbsp;col, int&nbsp;button, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;mousePos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="pressed"></a>TQTable::pressed ( int&nbsp;row, int&nbsp;col, int&nbsp;button, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;mousePos )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when mouse button <em>button</em> is pressed. The
@@ -1207,7 +1207,7 @@ See the <a href="ntqtable.html#numCols-prop">"numCols"</a> property for details.
<h3 class=fn>void <a name="setNumRows"></a>TQTable::setNumRows ( int&nbsp;r )<tt> [virtual slot]</tt>
</h3><p>Sets the number of rows in the table to <em>r</em>.
See the <a href="ntqtable.html#numRows-prop">"numRows"</a> property for details.
-<h3 class=fn>void <a name="setPixmap"></a>TQTable::setPixmap ( int&nbsp;row, int&nbsp;col, const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pix )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setPixmap"></a>TQTable::setPixmap ( int&nbsp;row, int&nbsp;col, const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pix )<tt> [virtual]</tt>
</h3>
Sets the pixmap in the cell at <em>row</em>, <em>col</em> to <em>pix</em>.
<p> If the cell does not contain a table item a <a href="qtableitem.html">TQTableItem</a> is created