org.kde.qt
Class QRangeControl
java.lang.Object
org.kde.qt.QRangeControl
- All Implemented Interfaces:
- QRangeControlInterface, QtSupport
public class QRangeControl
- extends java.lang.Object
- implements QtSupport, QRangeControlInterface
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QRangeControl
protected QRangeControl(java.lang.Class dummy)
QRangeControl
public QRangeControl()
QRangeControl
public QRangeControl(int minValue,
int maxValue,
int lineStep,
int pageStep,
int value)
value
public int value()
- Specified by:
value in interface QRangeControlInterface
setValue
public void setValue(int arg1)
- Specified by:
setValue in interface QRangeControlInterface
addPage
public void addPage()
- Specified by:
addPage in interface QRangeControlInterface
subtractPage
public void subtractPage()
- Specified by:
subtractPage in interface QRangeControlInterface
addLine
public void addLine()
- Specified by:
addLine in interface QRangeControlInterface
subtractLine
public void subtractLine()
- Specified by:
subtractLine in interface QRangeControlInterface
minValue
public int minValue()
- Specified by:
minValue in interface QRangeControlInterface
maxValue
public int maxValue()
- Specified by:
maxValue in interface QRangeControlInterface
setRange
public void setRange(int minValue,
int maxValue)
- Specified by:
setRange in interface QRangeControlInterface
setMinValue
public void setMinValue(int minVal)
- Specified by:
setMinValue in interface QRangeControlInterface
setMaxValue
public void setMaxValue(int minVal)
- Specified by:
setMaxValue in interface QRangeControlInterface
lineStep
public int lineStep()
- Specified by:
lineStep in interface QRangeControlInterface
pageStep
public int pageStep()
- Specified by:
pageStep in interface QRangeControlInterface
setSteps
public void setSteps(int line,
int page)
- Specified by:
setSteps in interface QRangeControlInterface
bound
public int bound(int arg1)
- Specified by:
bound in interface QRangeControlInterface
positionFromValue
protected int positionFromValue(int val,
int space)
valueFromPosition
protected int valueFromPosition(int pos,
int space)
directSetValue
protected void directSetValue(int val)
prevValue
protected int prevValue()
valueChange
protected void valueChange()
rangeChange
protected void rangeChange()
stepChange
protected void stepChange()
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize in class java.lang.Object
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?