summaryrefslogtreecommitdiffstats
path: root/doc/html/tqscrollview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqscrollview.html')
-rw-r--r--doc/html/tqscrollview.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/tqscrollview.html b/doc/html/tqscrollview.html
index d78a7ffa6..73980e737 100644
--- a/doc/html/tqscrollview.html
+++ b/doc/html/tqscrollview.html
@@ -34,8 +34,8 @@ body { background: #ffffff; color: black; }
<p>The TQScrollView widget provides a scrolling area with on-demand scroll bars.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqscrollview-h.html">tqscrollview.h</a>&gt;</tt>
-<p>Inherits <a href="ntqframe.html">TQFrame</a>.
-<p>Inherited by <a href="tqcanvasview.html">TQCanvasView</a>, <a href="ntqtable.html">TQTable</a>, <a href="ntqgridview.html">TQGridView</a>, <a href="tqiconview.html">TQIconView</a>, <a href="ntqlistbox.html">TQListBox</a>, <a href="ntqlistview.html">TQListView</a>, and <a href="tqtextedit.html">TQTextEdit</a>.
+<p>Inherits <a href="tqframe.html">TQFrame</a>.
+<p>Inherited by <a href="tqcanvasview.html">TQCanvasView</a>, <a href="tqtable.html">TQTable</a>, <a href="tqgridview.html">TQGridView</a>, <a href="tqiconview.html">TQIconView</a>, <a href="tqlistbox.html">TQListBox</a>, <a href="tqlistview.html">TQListView</a>, and <a href="tqtextedit.html">TQTextEdit</a>.
<p><a href="tqscrollview-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -428,28 +428,28 @@ This event handler is called whenever the TQScrollView receives a
<a href="tqwidget.html#dragEnterEvent">dragEnterEvent</a>(): the drag position is translated to be a point
on the contents.
-<p>Reimplemented in <a href="ntqtable.html#contentsDragEnterEvent">TQTable</a>.
+<p>Reimplemented in <a href="tqtable.html#contentsDragEnterEvent">TQTable</a>.
<h3 class=fn>void <a name="contentsDragLeaveEvent"></a>TQScrollView::contentsDragLeaveEvent ( <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
This event handler is called whenever the TQScrollView receives a
<a href="tqwidget.html#dragLeaveEvent">dragLeaveEvent</a>(): the drag position is translated to be a point
on the contents.
-<p>Reimplemented in <a href="ntqtable.html#contentsDragLeaveEvent">TQTable</a>.
+<p>Reimplemented in <a href="tqtable.html#contentsDragLeaveEvent">TQTable</a>.
<h3 class=fn>void <a name="contentsDragMoveEvent"></a>TQScrollView::contentsDragMoveEvent ( <a href="tqdragmoveevent.html">TQDragMoveEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
This event handler is called whenever the TQScrollView receives a
<a href="tqwidget.html#dragMoveEvent">dragMoveEvent</a>(): the drag position is translated to be a point on
the contents.
-<p>Reimplemented in <a href="ntqtable.html#contentsDragMoveEvent">TQTable</a>.
+<p>Reimplemented in <a href="tqtable.html#contentsDragMoveEvent">TQTable</a>.
<h3 class=fn>void <a name="contentsDropEvent"></a>TQScrollView::contentsDropEvent ( <a href="tqdropevent.html">TQDropEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
This event handler is called whenever the TQScrollView receives a
<a href="tqwidget.html#dropEvent">dropEvent</a>(): the drop position is translated to be a point on the
contents.
-<p>Reimplemented in <a href="ntqtable.html#contentsDropEvent">TQTable</a>.
+<p>Reimplemented in <a href="tqtable.html#contentsDropEvent">TQTable</a>.
<h3 class=fn>int <a name="contentsHeight"></a>TQScrollView::contentsHeight () const
</h3><p>Returns the height of the contents area.
See the <a href="tqscrollview.html#contentsHeight-prop">"contentsHeight"</a> property for details.
@@ -460,7 +460,7 @@ This event handler is called whenever the TQScrollView receives a
point on the contents.
<p> The default implementation generates a normal mouse press event.
-<p>Reimplemented in <a href="ntqlistview.html#contentsMouseDoubleClickEvent">TQListView</a>.
+<p>Reimplemented in <a href="tqlistview.html#contentsMouseDoubleClickEvent">TQListView</a>.
<h3 class=fn>void <a name="contentsMouseMoveEvent"></a>TQScrollView::contentsMouseMoveEvent ( <a href="qmouseevent.html">TQMouseEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
This event handler is called whenever the TQScrollView receives a
@@ -468,7 +468,7 @@ This event handler is called whenever the TQScrollView receives a
on the contents.
<p>Examples: <a href="canvas-example.html#x2950">canvas/canvas.cpp</a> and <a href="tutorial2-06.html#x2585">chart/canvasview.cpp</a>.
-<p>Reimplemented in <a href="ntqlistview.html#contentsMouseMoveEvent">TQListView</a>.
+<p>Reimplemented in <a href="tqlistview.html#contentsMouseMoveEvent">TQListView</a>.
<h3 class=fn>void <a name="contentsMousePressEvent"></a>TQScrollView::contentsMousePressEvent ( <a href="qmouseevent.html">TQMouseEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
This event handler is called whenever the TQScrollView receives a
@@ -476,14 +476,14 @@ This event handler is called whenever the TQScrollView receives a
on the contents.
<p>Examples: <a href="canvas-example.html#x2951">canvas/canvas.cpp</a> and <a href="tutorial2-06.html#x2586">chart/canvasview.cpp</a>.
-<p>Reimplemented in <a href="ntqlistview.html#contentsMousePressEvent">TQListView</a>.
+<p>Reimplemented in <a href="tqlistview.html#contentsMousePressEvent">TQListView</a>.
<h3 class=fn>void <a name="contentsMouseReleaseEvent"></a>TQScrollView::contentsMouseReleaseEvent ( <a href="qmouseevent.html">TQMouseEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
This event handler is called whenever the TQScrollView receives a
<a href="tqwidget.html#mouseReleaseEvent">mouseReleaseEvent</a>(): the release position in <em>e</em> is translated to be a
point on the contents.
-<p>Reimplemented in <a href="ntqlistview.html#contentsMouseReleaseEvent">TQListView</a>.
+<p>Reimplemented in <a href="tqlistview.html#contentsMouseReleaseEvent">TQListView</a>.
<h3 class=fn>void <a name="contentsMoving"></a>TQScrollView::contentsMoving ( int&nbsp;x, int&nbsp;y )<tt> [signal]</tt>
</h3>
@@ -558,7 +558,7 @@ rectangle is in the scrollview's coordinates.
set appropriately.
<p>Example: <a href="tqdir-example.html#x1837">tqdir/tqdir.cpp</a>.
-<p>Reimplemented in <a href="tqcanvasview.html#drawContents">TQCanvasView</a> and <a href="ntqtable.html#drawContents">TQTable</a>.
+<p>Reimplemented in <a href="tqcanvasview.html#drawContents">TQCanvasView</a> and <a href="tqtable.html#drawContents">TQTable</a>.
<h3 class=fn>void <a name="drawContentsOffset"></a>TQScrollView::drawContentsOffset ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, int&nbsp;offsetx, int&nbsp;offsety, int&nbsp;clipx, int&nbsp;clipy, int&nbsp;clipw, int&nbsp;cliph )<tt> [virtual protected]</tt>
</h3>
For backward-compatibility only. It is easier to use
@@ -567,7 +567,7 @@ For backward-compatibility only. It is easier to use
and calls drawContents(TQPainter*,int,int,int,int). See
drawContents() for an explanation of the parameters <em>p</em>, <em>offsetx</em>, <em>offsety</em>, <em>clipx</em>, <em>clipy</em>, <em>clipw</em> and <em>cliph</em>.
-<p>Reimplemented in <a href="ntqlistview.html#drawContentsOffset">TQListView</a>.
+<p>Reimplemented in <a href="tqlistview.html#drawContentsOffset">TQListView</a>.
<h3 class=fn>void <a name="enableClipper"></a>TQScrollView::enableClipper ( bool&nbsp;y )
</h3>
When a large numbers of child widgets are in a scrollview,
@@ -599,7 +599,7 @@ passes mouse events to the TQScrollView. The event is in <em>e</em> and
the object is in <em>obj</em>.
<p>Reimplemented from <a href="tqobject.html#eventFilter">TQObject</a>.
-<p>Reimplemented in <a href="ntqlistview.html#eventFilter">TQListView</a>.
+<p>Reimplemented in <a href="tqlistview.html#eventFilter">TQListView</a>.
<h3 class=fn><a href="tqscrollview.html#ScrollBarMode-enum">ScrollBarMode</a> <a name="hScrollBarMode"></a>TQScrollView::hScrollBarMode () const
</h3><p>Returns the mode for the horizontal scroll bar.
See the <a href="tqscrollview.html#hScrollBarMode-prop">"hScrollBarMode"</a> property for details.
@@ -729,10 +729,10 @@ See the <a href="tqscrollview.html#hScrollBarMode-prop">"hScrollBarMode"</a> pro
</h3>
Sets the margins around the scrolling area to <em>left</em>, <em>top</em>, <em>right</em> and <em>bottom</em>. This is useful for applications such as
spreadsheets with "locked" rows and columns. The marginal space is
-<em>inside</em> the <a href="ntqframe.html#frameRect">frameRect</a>() and is left blank; reimplement
-<a href="ntqframe.html#drawFrame">drawFrame</a>() or put widgets in the unused area.
+<em>inside</em> the <a href="tqframe.html#frameRect">frameRect</a>() and is left blank; reimplement
+<a href="tqframe.html#drawFrame">drawFrame</a>() or put widgets in the unused area.
<p> By default all margins are zero.
-<p> <p>See also <a href="ntqframe.html#frameChanged">frameChanged</a>().
+<p> <p>See also <a href="tqframe.html#frameChanged">frameChanged</a>().
<h3 class=fn>void <a name="setResizePolicy"></a>TQScrollView::setResizePolicy ( <a href="tqscrollview.html#ResizePolicy-enum">ResizePolicy</a> )<tt> [virtual]</tt>
</h3><p>Sets the resize policy.