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