org.kde.qt

Class QRangeControl

public class QRangeControl extends Object implements QtSupport, QRangeControlInterface

Constructor Summary
protected QRangeControl(Class dummy)
QRangeControl()
QRangeControl(int minValue, int maxValue, int lineStep, int pageStep, int value)
Method Summary
voidaddLine()
voidaddPage()
intbound(int arg1)
protected voiddirectSetValue(int val)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
intlineStep()
intmaxValue()
intminValue()
intpageStep()
protected intpositionFromValue(int val, int space)
protected intprevValue()
protected voidrangeChange()
voidsetMaxValue(int minVal)
voidsetMinValue(int minVal)
voidsetRange(int minValue, int maxValue)
voidsetSteps(int line, int page)
voidsetValue(int arg1)
protected voidstepChange()
voidsubtractLine()
voidsubtractPage()
intvalue()
protected voidvalueChange()
protected intvalueFromPosition(int pos, int space)

Constructor Detail

QRangeControl

protected QRangeControl(Class dummy)

QRangeControl

public QRangeControl()

QRangeControl

public QRangeControl(int minValue, int maxValue, int lineStep, int pageStep, int value)

Method Detail

addLine

public void addLine()

addPage

public void addPage()

bound

public int bound(int arg1)

directSetValue

protected void directSetValue(int val)

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

lineStep

public int lineStep()

maxValue

public int maxValue()

minValue

public int minValue()

pageStep

public int pageStep()

positionFromValue

protected int positionFromValue(int val, int space)

prevValue

protected int prevValue()

rangeChange

protected void rangeChange()

setMaxValue

public void setMaxValue(int minVal)

setMinValue

public void setMinValue(int minVal)

setRange

public void setRange(int minValue, int maxValue)

setSteps

public void setSteps(int line, int page)

setValue

public void setValue(int arg1)

stepChange

protected void stepChange()

subtractLine

public void subtractLine()

subtractPage

public void subtractPage()

value

public int value()

valueChange

protected void valueChange()

valueFromPosition

protected int valueFromPosition(int pos, int space)