PanelSliderBar Class Reference
Generic class from drawing sliding bar attached to panels.
More...
#include "ui/panelsliderbar.h"
List of all members.
Signals |
void | clicked () |
| Signal that is emitted the slider bar is clicked.
|
Public Member Functions |
| PanelSliderBar (QWidget *parent, Side side) |
| Constructor.
|
Protected Member Functions |
void | paintEvent (QPaintEvent *) |
| Draws stylesheet used in this class.
|
void | mouseReleaseEvent (QMouseEvent *) |
| Mouse release event used to expand/collapse the panel.
|
Detailed Description
Generic class from drawing sliding bar attached to panels.
- Author:
- Kaj Wallin - kaj.wallin (at) ixonos.com
Constructor & Destructor Documentation
PanelSliderBar::PanelSliderBar |
( |
QWidget * |
parent, |
|
|
Side |
side | |
|
) |
| | |
Constructor.
- Parameters:
-
| parent | Parent |
| side | Qstring for the sliderbar location. Accepts "LEFT" and "RIGHT" |
Member Function Documentation
void PanelSliderBar::clicked |
( |
|
) |
[signal] |
void PanelSliderBar::mouseReleaseEvent |
( |
QMouseEvent * |
|
) |
[protected] |
Mouse release event used to expand/collapse the panel.
- Parameters:
-
- See also:
- clicked
void PanelSliderBar::paintEvent |
( |
QPaintEvent * |
|
) |
[protected] |
Draws stylesheet used in this class.
- Parameters:
-
The documentation for this class was generated from the following files: