#include <scrollbar.h>
List of all members.
Public Slots |
virtual void | setBase (double min, double max) |
virtual void | moveSlider (double min, double max) |
Signals |
void | sliderMoved (Qt::Orientation, double, double) |
void | valueChanged (Qt::Orientation, double, double) |
Public Member Functions |
| ScrollBar (QWidget *parent=NULL) |
| ScrollBar (Qt::Orientation, QWidget *parent=NULL) |
| ScrollBar (double minBase, double maxBase, bool logscale, Qt::Orientation o, QWidget *parent=NULL) |
void | setInverted (bool) |
bool | isInverted () const |
void | setLogScale (bool l) |
bool | isLogScale () const |
double | minBaseValue () const |
double | maxBaseValue () const |
double | minSliderValue () const |
double | maxSliderValue () const |
int | extent () const |
Protected Member Functions |
void | sliderRange (int value, double &min, double &max) const |
int | mapToTick (double) const |
double | mapFromTick (int) const |
Constructor & Destructor Documentation
ScrollBar::ScrollBar |
( |
QWidget * |
parent = NULL | ) |
|
ScrollBar::ScrollBar |
( |
Qt::Orientation |
o, |
|
|
QWidget * |
parent = NULL |
|
) |
| |
ScrollBar::ScrollBar |
( |
double |
minBase, |
|
|
double |
maxBase, |
|
|
bool |
logscale, |
|
|
Qt::Orientation |
o, |
|
|
QWidget * |
parent = NULL |
|
) |
| |
Member Function Documentation
int ScrollBar::extent |
( |
| ) |
const |
bool ScrollBar::isInverted |
( |
| ) |
const |
bool ScrollBar::isLogScale |
( |
| ) |
const |
double ScrollBar::mapFromTick |
( |
int |
tick | ) |
const [protected] |
int ScrollBar::mapToTick |
( |
double |
v | ) |
const [protected] |
double ScrollBar::maxBaseValue |
( |
| ) |
const |
double ScrollBar::maxSliderValue |
( |
| ) |
const |
double ScrollBar::minBaseValue |
( |
| ) |
const |
double ScrollBar::minSliderValue |
( |
| ) |
const |
void ScrollBar::moveSlider |
( |
double |
min, |
|
|
double |
max |
|
) |
| [virtual, slot] |
void ScrollBar::setBase |
( |
double |
min, |
|
|
double |
max |
|
) |
| [virtual, slot] |
void ScrollBar::setInverted |
( |
bool |
inverted | ) |
|
void ScrollBar::setLogScale |
( |
bool |
l | ) |
|
void ScrollBar::sliderMoved |
( |
Qt::Orientation |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| [signal] |
void ScrollBar::sliderRange |
( |
int |
value, |
|
|
double & |
min, |
|
|
double & |
max |
|
) |
| const [protected] |
void ScrollBar::valueChanged |
( |
Qt::Orientation |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| [signal] |
The documentation for this class was generated from the following files: