diff options
Diffstat (limited to 'doc/man/man3/tqrangecontrol.3qt')
-rw-r--r-- | doc/man/man3/tqrangecontrol.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqrangecontrol.3qt b/doc/man/man3/tqrangecontrol.3qt index 317ffb139..681b8f1ce 100644 --- a/doc/man/man3/tqrangecontrol.3qt +++ b/doc/man/man3/tqrangecontrol.3qt @@ -11,7 +11,7 @@ QRangeControl \- Integer value within a range .SH SYNOPSIS \fC#include <ntqrangecontrol.h>\fR .PP -Inherited by QDial, QScrollBar, QSlider, and QSpinBox. +Inherited by TQDial, TQScrollBar, TQSlider, and TQSpinBox. .PP .SS "Public Members" .in +1c @@ -97,7 +97,7 @@ Inherited by QDial, QScrollBar, QSlider, and QSpinBox. .SH DESCRIPTION The QRangeControl class provides an integer value within a range. .PP -Although originally designed for the QScrollBar widget, the QRangeControl can also be used in conjunction with other widgets such as QSlider and QSpinBox. Here are the five main concepts in the class: +Although originally designed for the TQScrollBar widget, the QRangeControl can also be used in conjunction with other widgets such as TQSlider and TQSpinBox. Here are the five main concepts in the class: .PP <ol type=1> .IP 1 @@ -177,7 +177,7 @@ Converts \fIlogical_val\fR to a pixel position. minValue() maps to 0, maxValue() .PP This function can handle the entire integer range without overflow, providing \fIspan\fR is <= 4096. .PP -Calling this method is useful when actually drawing a range control such as a QScrollBar on-screen. +Calling this method is useful when actually drawing a range control such as a TQScrollBar on-screen. .PP See also valueFromPosition(). .SH "int QRangeControl::prevValue () const\fC [protected]\fR" @@ -193,7 +193,7 @@ Note that this method is called after the range has changed. .PP See also setRange(), valueChange(), and stepChange(). .PP -Reimplemented in QDial, QSlider, and QSpinBox. +Reimplemented in TQDial, TQSlider, and TQSpinBox. .SH "void QRangeControl::setMaxValue ( int maxVal )" Sets the minimum value of the range to \fImaxVal\fR. .PP @@ -258,13 +258,13 @@ Note that this method is called after the value has changed. The previous value .PP See also setValue(), addPage(), subtractPage(), addLine(), subtractLine(), rangeChange(), and stepChange(). .PP -Reimplemented in QDial, QSlider, and QSpinBox. +Reimplemented in TQDial, TQSlider, and TQSpinBox. .SH "int QRangeControl::valueFromPosition ( int pos, int span ) const\fC [protected]\fR" Converts the pixel position \fIpos\fR to a value. 0 maps to minValue(), \fIspan\fR maps to maxValue() and other values are distributed evenly in-between. .PP This function can handle the entire integer range without overflow. .PP -Calling this method is useful if you actually implemented a range control widget such as QScrollBar and want to handle mouse press events. This function then maps screen coordinates to the logical values. +Calling this method is useful if you actually implemented a range control widget such as TQScrollBar and want to handle mouse press events. This function then maps screen coordinates to the logical values. .PP See also positionFromValue(). |