#include <ScrollBar.h>
| DoubleScrollBar::DoubleScrollBar |
( |
QWidget * |
parent = 0 | ) |
|
| DoubleScrollBar::DoubleScrollBar |
( |
Qt::Orientation |
orientation, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
| double cnoid::DoubleScrollBar::getMaximum |
( |
| ) |
const |
|
inline |
| double cnoid::DoubleScrollBar::getMinimum |
( |
| ) |
const |
|
inline |
| double cnoid::DoubleScrollBar::getPageStep |
( |
| ) |
const |
|
inline |
| double cnoid::DoubleScrollBar::getSingleStep |
( |
| ) |
const |
|
inline |
| double cnoid::DoubleScrollBar::getValue |
( |
| ) |
const |
|
inline |
| void cnoid::DoubleScrollBar::setPageStep |
( |
double |
step | ) |
|
|
inline |
| void cnoid::DoubleScrollBar::setRange |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
|
inline |
| void cnoid::DoubleScrollBar::setSingleStep |
( |
double |
step | ) |
|
|
inline |
| void cnoid::DoubleScrollBar::setValue |
( |
double |
value | ) |
|
|
inline |
| SignalProxy<void(double)> cnoid::DoubleScrollBar::sigValueChanged |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: