diff options
Diffstat (limited to 'doc/man/man3/tqscrollbar.3qt')
-rw-r--r-- | doc/man/man3/tqscrollbar.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqscrollbar.3qt b/doc/man/man3/tqscrollbar.3qt index 16b0fa690..57a3d81a7 100644 --- a/doc/man/man3/tqscrollbar.3qt +++ b/doc/man/man3/tqscrollbar.3qt @@ -11,7 +11,7 @@ TQScrollBar \- Vertical or horizontal scroll bar .SH SYNOPSIS \fC#include <tqscrollbar.h>\fR .PP -Inherits TQWidget and QRangeControl. +Inherits TQWidget and TQRangeControl. .PP .SS "Public Members" .in +1c @@ -162,13 +162,13 @@ The \fIslider\fR is the handle that indicates the current value of the scroll ba The \fIpage-up/page-down\fR control is the area on which the slider slides (the scroll bar's background). Clicking here moves the scroll bar towards the click. The meaning of "page" is also configurable: in editors and list boxes it means as many lines as there is space for in the widget. .IP .PP -TQScrollBar has very few of its own functions; it mostly relies on QRangeControl. The most useful functions are setValue() to set the scroll bar directly to some value; addPage(), addLine(), subtractPage(), and subtractLine() to simulate the effects of clicking (useful for accelerator keys); setSteps() to define the values of pageStep() and lineStep(); and setRange() to set the minValue() and maxValue() of the scroll bar. TQScrollBar has a convenience constructor with which you can set most of these properties. +TQScrollBar has very few of its own functions; it mostly relies on TQRangeControl. The most useful functions are setValue() to set the scroll bar directly to some value; addPage(), addLine(), subtractPage(), and subtractLine() to simulate the effects of clicking (useful for accelerator keys); setSteps() to define the values of pageStep() and lineStep(); and setRange() to set the minValue() and maxValue() of the scroll bar. TQScrollBar has a convenience constructor with which you can set most of these properties. .PP Some GUI styles (for example, the Windows and Motif styles provided with Qt), also use the pageStep() value to calculate the size of the slider. .PP -In addition to the access functions from QRangeControl, TQScrollBar provides a comprehensive set of signals: <center>.nf +In addition to the access functions from TQRangeControl, TQScrollBar provides a comprehensive set of signals: <center>.nf .TS -l - l. Signal Emitted when valueChanged() the scroll bar's value has changed. The tracking() determines whether this signal is emitted during user interaction. sliderPressed() the user starts to drag the slider. sliderMoved() the user drags the slider. sliderReleased() the user releases the slider. nextLine() the scroll bar has moved one line down or right. Line is defined in QRangeControl. prevLine() the scroll bar has moved one line up or left. nextPage() the scroll bar has moved one page down or right. prevPage() +l - l. Signal Emitted when valueChanged() the scroll bar's value has changed. The tracking() determines whether this signal is emitted during user interaction. sliderPressed() the user starts to drag the slider. sliderMoved() the user drags the slider. sliderReleased() the user releases the slider. nextLine() the scroll bar has moved one line down or right. Line is defined in TQRangeControl. prevLine() the scroll bar has moved one line up or left. nextPage() the scroll bar has moved one page down or right. prevPage() .TE .fi </center> @@ -288,7 +288,7 @@ This property holds the line step. .PP When setting lineStep, the virtual stepChange() function will be called if the new line step is different from the previous setting. .PP -See also setSteps(), QRangeControl::pageStep(), and setRange(). +See also setSteps(), TQRangeControl::pageStep(), and setRange(). .PP Set this property's value with setLineStep() and get this property's value with lineStep(). .SH "int maxValue" @@ -318,7 +318,7 @@ This property holds the page step. .PP When setting pageStep, the virtual stepChange() function will be called if the new page step is different from the previous setting. .PP -See also QRangeControl::setSteps(), lineStep, and setRange(). +See also TQRangeControl::setSteps(), lineStep, and setRange(). .PP Set this property's value with setPageStep() and get this property's value with pageStep(). .SH "bool tracking" @@ -332,7 +332,7 @@ This property holds the scroll bar's value. .PP Set this property's value with setValue() and get this property's value with value(). .PP -See also QRangeControl::value() and prevValue(). +See also TQRangeControl::value() and prevValue(). .SH "SEE ALSO" .BR http://doc.trolltech.com/tqscrollbar.html |