diff options
Diffstat (limited to 'doc/html/ntqscrollbar.html')
-rw-r--r-- | doc/html/ntqscrollbar.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/ntqscrollbar.html b/doc/html/ntqscrollbar.html index a7ecca4b6..b10baf19c 100644 --- a/doc/html/ntqscrollbar.html +++ b/doc/html/ntqscrollbar.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQScrollBar widget provides a vertical or horizontal scroll bar. <a href="#details">More...</a> <p><tt>#include <<a href="qscrollbar-h.html">ntqscrollbar.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>. <p><a href="qscrollbar-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -155,8 +155,8 @@ screens cannot usefully control ranges above about 100,000 pixels. Beyond that, it becomes difficult for the user to control the scroll bar using either the keyboard or the mouse. <p> A scroll bar can be controlled by the keyboard, but it has a -default <a href="ntqwidget.html#focusPolicy">focusPolicy</a>() of <a href="ntqwidget.html#FocusPolicy-enum">NoFocus</a>. Use <a href="ntqwidget.html#setFocusPolicy">setFocusPolicy</a>() to -enable <a href="focus.html#keyboard-focus">keyboard focus</a>. See <a href="ntqwidget.html#keyPressEvent">keyPressEvent</a>() for a list of key +default <a href="tqwidget.html#focusPolicy">focusPolicy</a>() of <a href="tqwidget.html#FocusPolicy-enum">NoFocus</a>. Use <a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>() to +enable <a href="focus.html#keyboard-focus">keyboard focus</a>. See <a href="tqwidget.html#keyPressEvent">keyPressEvent</a>() for a list of key bindings. <p> If you need to add scroll bars to an interface, consider using the <a href="ntqscrollview.html">TQScrollView</a> class, which encapsulates the common uses for scroll @@ -165,31 +165,31 @@ bars. <p> <p>See also <a href="ntqslider.html">TQSlider</a>, <a href="ntqspinbox.html">TQSpinBox</a>, <a href="ntqscrollview.html">TQScrollView</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Scroll Bar</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQScrollBar"></a>TQScrollBar::TQScrollBar ( <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQScrollBar"></a>TQScrollBar::TQScrollBar ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a vertical scroll bar. -<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="ntqwidget.html">TQWidget</a> +<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a> constructor. <p> The <a href="#minValue-prop">minValue</a> defaults to 0, the <a href="#maxValue-prop">maxValue</a> to 99, with a <a href="#lineStep-prop">lineStep</a> size of 1 and a <a href="#pageStep-prop">pageStep</a> size of 10, and an initial <a href="#value-prop">value</a> of 0. -<h3 class=fn><a name="TQScrollBar-2"></a>TQScrollBar::TQScrollBar ( <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQScrollBar-2"></a>TQScrollBar::TQScrollBar ( <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a scroll bar. <p> The <em>orientation</em> must be <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> or <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a>. -<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="ntqwidget.html">TQWidget</a> +<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a> constructor. <p> The <a href="#minValue-prop">minValue</a> defaults to 0, the <a href="#maxValue-prop">maxValue</a> to 99, with a <a href="#lineStep-prop">lineStep</a> size of 1 and a <a href="#pageStep-prop">pageStep</a> size of 10, and an initial <a href="#value-prop">value</a> of 0. -<h3 class=fn><a name="TQScrollBar-3"></a>TQScrollBar::TQScrollBar ( int minValue, int maxValue, int lineStep, int pageStep, int value, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQScrollBar-3"></a>TQScrollBar::TQScrollBar ( int minValue, int maxValue, int lineStep, int pageStep, int value, <a href="ntqt.html#Orientation-enum">Orientation</a> orientation, <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0 ) </h3> Constructs a scroll bar whose value can never be smaller than <em>minValue</em> or greater than <em>maxValue</em>, whose line step size is <em>lineStep</em> and page step size is <em>pageStep</em> and whose value is initially <em>value</em> (which is guaranteed to be in range using <a href="ntqrangecontrol.html#bound">bound</a>()). <p> If <em>orientation</em> is <a href="ntqt.html#Orientation-enum">Vertical</a> the scroll bar is vertical and if it is <a href="ntqt.html#Orientation-enum">Horizontal</a> the scroll bar is horizontal. -<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="ntqwidget.html">TQWidget</a> +<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a> constructor. <h3 class=fn><a name="~TQScrollBar"></a>TQScrollBar::~TQScrollBar () @@ -203,7 +203,7 @@ See the <a href="ntqscrollbar.html#draggingSlider-prop">"draggingSlider"</a> pro </h3> This function is called when the scrollbar is hidden. -<p>Reimplemented from <a href="ntqwidget.html#hideEvent">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#hideEvent">TQWidget</a>. <h3 class=fn>int <a name="lineStep"></a>TQScrollBar::lineStep () const </h3><p>Returns the line step. See the <a href="ntqscrollbar.html#lineStep-prop">"lineStep"</a> property for details. @@ -260,11 +260,11 @@ See the <a href="ntqscrollbar.html#orientation-prop">"orientation"</a> property See the <a href="ntqscrollbar.html#pageStep-prop">"pageStep"</a> property for details. <h3 class=fn>void <a name="setPalette"></a>TQScrollBar::setPalette ( const <a href="ntqpalette.html">TQPalette</a> & p )<tt> [virtual]</tt> </h3> -Reimplements the virtual function <a href="ntqwidget.html#setPalette">TQWidget::setPalette</a>(). +Reimplements the virtual function <a href="tqwidget.html#setPalette">TQWidget::setPalette</a>(). <p> Sets the background color to the mid color for <a href="motif-extension.html#Motif">Motif</a> style scroll bars using palette <em>p</em>. -<p>Reimplemented from <a href="ntqwidget.html#setPalette">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#setPalette">TQWidget</a>. <h3 class=fn>void <a name="setTracking"></a>TQScrollBar::setTracking ( bool enable )<tt> [virtual]</tt> </h3><p>Sets whether scroll bar tracking is enabled to <em>enable</em>. See the <a href="ntqscrollbar.html#tracking-prop">"tracking"</a> property for details. @@ -300,8 +300,8 @@ mouse. </h3> <p> Returns the pixel position where the scroll bar slider starts. -<p> This is equivalent to <a href="#sliderRect">sliderRect</a>().<a href="ntqwidget.html#y">y</a>() for vertical scroll bars or -sliderRect().<a href="ntqwidget.html#x">x</a>() for horizontal scroll bars. +<p> This is equivalent to <a href="#sliderRect">sliderRect</a>().<a href="tqwidget.html#y">y</a>() for vertical scroll bars or +sliderRect().<a href="tqwidget.html#x">x</a>() for horizontal scroll bars. <h3 class=fn>bool <a name="tracking"></a>TQScrollBar::tracking () const </h3><p>Returns TRUE if scroll bar tracking is enabled; otherwise returns FALSE. |