diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/man/man3/tqslider.3qt | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqslider.3qt')
-rw-r--r-- | doc/man/man3/tqslider.3qt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/man/man3/tqslider.3qt b/doc/man/man3/tqslider.3qt index adbdcbab2..13a2afd95 100644 --- a/doc/man/man3/tqslider.3qt +++ b/doc/man/man3/tqslider.3qt @@ -11,7 +11,7 @@ TQSlider \- Vertical or horizontal slider .SH SYNOPSIS \fC#include <tqslider.h>\fR .PP -Inherits TQWidget and QRangeControl. +Inherits TQWidget and TQRangeControl. .PP .SS "Public Members" .in +1c @@ -168,7 +168,7 @@ The TQSlider widget provides a vertical or horizontal slider. .PP The slider is the classic widget for controlling a bounded value. It lets the user move a slider along a horizontal or vertical groove and translates the slider's position into an integer value within the legal range. .PP -TQSlider inherits QRangeControl, which provides the "integer" side of the slider. setRange() and value() are likely to be used by practically all slider users; see the QRangeControl documentation for information about the many other functions that class provides. +TQSlider inherits TQRangeControl, which provides the "integer" side of the slider. setRange() and value() are likely to be used by practically all slider users; see the TQRangeControl documentation for information about the many other functions that class provides. .PP The main functions offered by the slider itself are tickmark and orientation control; you can use setTickmarks() to indicate where you want the tickmarks to be, setTickInterval() to indicate how many of them you want and setOrientation() to indicate whether the slider is to be horizontal or vertical. .PP @@ -229,9 +229,9 @@ Returns the slider's orientation. See the "orientation" property for details. .SH "int TQSlider::pageStep () const" Returns the current page step. See the "pageStep" property for details. .SH "void TQSlider::rangeChange ()\fC [virtual protected]\fR" -Implements the virtual QRangeControl function. +Implements the virtual TQRangeControl function. .PP -Reimplemented from QRangeControl. +Reimplemented from TQRangeControl. .SH "void TQSlider::setLineStep ( int )" Sets the current line step. See the "lineStep" property for details. .SH "void TQSlider::setMaxValue ( int )" @@ -248,7 +248,7 @@ Reimplements the virtual function TQWidget::setPalette(). Sets the background color to the mid color for Motif style sliders using palette \fIp\fR. .PP Reimplemented from TQWidget. -.SH "void QRangeControl::setRange ( int minValue, int maxValue )" +.SH "void TQRangeControl::setRange ( int minValue, int maxValue )" Sets the range control's minimum value to \fIminValue\fR and its maximum value to \fImaxValue\fR. .PP Calls the virtual rangeChange() function if one or both of the new minimum and maximum values are different from the previous setting. Calls the virtual valueChange() function if the current value is adjusted because it was outside the new range. @@ -288,9 +288,9 @@ Returns TRUE if slider tracking is enabled; otherwise returns FALSE. See the "tr .SH "int TQSlider::value () const" Returns the current slider value. See the "value" property for details. .SH "void TQSlider::valueChange ()\fC [virtual protected]\fR" -Implements the virtual QRangeControl function. +Implements the virtual TQRangeControl function. .PP -Reimplemented from QRangeControl. +Reimplemented from TQRangeControl. .SH "void TQSlider::valueChanged ( int value )\fC [signal]\fR" This signal is emitted when the slider value is changed, with the new slider \fIvalue\fR as its argument. .PP @@ -302,7 +302,7 @@ This property holds the current 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" @@ -332,7 +332,7 @@ This property holds the current 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 "int tickInterval" @@ -340,7 +340,7 @@ This property holds the interval between tickmarks. .PP This is a value interval, not a pixel interval. If it is 0, the slider will choose between lineStep() and pageStep(). The initial value of tickInterval is 0. .PP -See also QRangeControl::lineStep() and QRangeControl::pageStep(). +See also TQRangeControl::lineStep() and TQRangeControl::pageStep(). .PP Set this property's value with setTickInterval() and get this property's value with tickInterval(). .SH "TickSetting tickmarks" @@ -362,7 +362,7 @@ This property holds the current slider 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/tqslider.html |