Public Member Functions | |
MyScrollBar (QWidget *parent=0, const char *name=0) | |
Creates a new scrollbar. | |
MyScrollBar (Orientation o, QWidget *parent=0, const char *name=0) | |
Creates a new scrollbar with a given orientation. | |
MyScrollBar (int minValue, int maxValue, int LineStep, int PageStep, int value, Orientation o, QWidget *parent=0, const char *name=0) | |
Creates a new scrollbar, allowing the caller to specify most parameters of the scrollbar. | |
void | mouseMoveEvent (QMouseEvent *mo) |
Called when the user moves the mouse over the scrollbar area. | |
void | mousePressEvent (QMouseEvent *mo) |
Called when the user presses a mouse button in the scrollbar area. | |
void | mouseReleaseEvent (QMouseEvent *mo) |
Called when the user releases a mouse button in the scrollbar area. |
See also the documentation of QScrollBar
for more information.
|
Creates a new scrollbar.
|
|
Creates a new scrollbar with a given orientation.
|
|
Creates a new scrollbar, allowing the caller to specify most parameters of the scrollbar.
|
|
Called when the user moves the mouse over the scrollbar area.
|
|
Called when the user presses a mouse button in the scrollbar area.
|
|
Called when the user releases a mouse button in the scrollbar area.
|