![]() |
MAK Data Logger API Documentation for DIS
|
A Range widget, which has a slider bar and buttons. More...
Inheritance diagram for MAKLogger::DtRangeWidget:
Collaboration diagram for MAKLogger::DtRangeWidget:Public Slots | |
| void | adjustSliderBoxesBy (int delta) |
| Zoom both slider box positions by the given delta. | |
Public Member Functions | |
| DtRangeWidget (Qt::Orientation orientation, QWidget *parent=0) | |
| DTOR. | |
| virtual | ~DtRangeWidget () |
| CTOR. | |
| virtual void | setBarColors (QColor top, QColor bottom) |
| Set the bar colors. | |
| void | replaceSliderBar (DtBoundsSlider *slider) |
| Replace the default slider bar with a different slider bar. | |
| DtBoundsSlider * | slider () |
| Get the slider bar. | |
| const DtBoundsSlider * | slider () const |
| Get the slider bar. | |
Protected Attributes | |
| DtBoundsSlider * | mySlider |
| DtVectorButton * | myLeftButton |
| DtVectorButton * | myRightButton |
A Range widget, which has a slider bar and buttons.
| MAKLogger::DtRangeWidget::DtRangeWidget | ( | Qt::Orientation | orientation, |
| QWidget * | parent = 0 |
||
| ) |
DTOR.
|
virtual |
CTOR.
|
slot |
Zoom both slider box positions by the given delta.
| void MAKLogger::DtRangeWidget::replaceSliderBar | ( | DtBoundsSlider * | slider | ) |
Replace the default slider bar with a different slider bar.
|
virtual |
Set the bar colors.
| DtBoundsSlider* MAKLogger::DtRangeWidget::slider | ( | ) |
Get the slider bar.
| const DtBoundsSlider* MAKLogger::DtRangeWidget::slider | ( | ) | const |
Get the slider bar.
|
protected |
|
protected |
|
protected |