![]() |
ImFusion SDK 4.3
|
#include <ImFusion/GUI/SelectionScrollBar.h>
Custom scrollbar to visualize data selection. More...
Inheritance diagram for SelectionScrollBar:Custom scrollbar to visualize data selection.
Public Member Functions | |
| SelectionScrollBar (Qt::Orientation orientation, QWidget *parent=nullptr) | |
| void | setSelection (Selection sel) |
| Set the selection to be painted on the scrollbar. | |
| void | setPause (bool flag) |
| If true, the selection points are not updated. | |
| bool | isPaused () const |
| Returns the pause status. | |
| void | clean () |
| Resets the selection and paints the scrollbar. | |
| void | showSelection (bool show) |
| Shows/hides the central bar of the widget showing the current selection. | |