NAME
Qt::Gui::QAbstractSlider
PUBLIC METHODS
- QAbstractSlider(QWidget * parent)
- QAbstractSlider(QWidget * parent = 0)
- ~QAbstractSlider()
- bool hasTracking()
- bool invertedAppearance()
- bool invertedControls()
- bool isSliderDown()
- int maximum()
- int minimum()
- Qt::Orientation orientation()
- int pageStep()
- void setInvertedAppearance(bool arg0)
- void setInvertedControls(bool arg0)
- void setMaximum(int arg0)
- void setMinimum(int arg0)
- void setOrientation(Qt::Orientation arg0)
- void setPageStep(int arg0)
- void setRange(int min, int max)
- void setSingleStep(int arg0)
- void setSliderDown(bool arg0)
- void setSliderPosition(int arg0)
- void setTracking(bool enable)
- void setValue(int arg0)
- int singleStep()
- int sliderPosition()
- void triggerAction(QAbstractSlider::SliderAction action)
- int value()
ENUM VALUES
- SliderNoAction
- SliderSingleStepAdd
- SliderSingleStepSub
- SliderPageStepAdd
- SliderPageStepSub
- SliderToMinimum
- SliderToMaximum
- SliderMove
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.