PanelSideBar Class Reference
Generic class for drawing sidebar anchors at the side of the screen.
More...
#include "ui/panelsidebar.h"
List of all members.
Public Slots |
void | reDrawSidebar (const QSize &size) |
| Slot to redraw the sidebar after window resize event.
|
Public Member Functions |
| PanelSideBar (QWidget *parent=0, Side side=LEFT) |
| Constructor.
|
Protected Member Functions |
void | paintEvent (QPaintEvent *) |
| Draws stylesheet used in this class.
|
Detailed Description
Generic class for drawing sidebar anchors at the side of the screen.
- Author:
- Kaj Wallin - kaj.wallin (at) ixonos.com
Constructor & Destructor Documentation
PanelSideBar::PanelSideBar |
( |
QWidget * |
parent = 0 , |
|
|
Side |
side = LEFT | |
|
) |
| | |
Constructor.
- Parameters:
-
| parent | Parent |
| side | Qstring for the sidebar location. Accepts "left" and "right" |
Member Function Documentation
void PanelSideBar::paintEvent |
( |
QPaintEvent * |
|
) |
[protected] |
Draws stylesheet used in this class.
- Parameters:
-
void PanelSideBar::reDrawSidebar |
( |
const QSize & |
size |
) |
[slot] |
Slot to redraw the sidebar after window resize event.
- Parameters:
-
The documentation for this class was generated from the following files: