#include <overlay.h>
Public Member Functions | |
| Overlay (QGraphicsItem *parent=0, Qt::WindowFlags wFlags=0) | |
| Overlay (QWidget *parent=0, Qt::WindowFlags wFlags=0) | |
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *event) |
| virtual void | wheelEvent (QGraphicsSceneWheelEvent *event) |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0) |
| void | resizeEvent (QGraphicsSceneResizeEvent *event) |
| virtual void | keyPressEvent (QKeyEvent *event) |
| virtual void | wheelEvent (QWheelEvent *event) |
| void | resizeEvent (QResizeEvent *event) |
Protected Attributes | |
| QGraphicsLinearLayout * | m_contentLayout |
| QGraphicsWidget * | m_contentWidget |
| Plasma::FrameSvg * | m_background |
| Plasma::ScrollWidget * | m_scrollWidget |
| QGridLayout * | m_contentLayout |
| QWidget * | m_contentWidget |
Definition at line 33 of file overlay.h.
| Overlay::Overlay | ( | QGraphicsItem * | parent = 0, |
|
| Qt::WindowFlags | wFlags = 0 | |||
| ) |
Definition at line 32 of file overlay.cpp.
| Overlay::Overlay | ( | QWidget * | parent = 0, |
|
| Qt::WindowFlags | wFlags = 0 | |||
| ) |
Definition at line 24 of file overlay.cpp.
| virtual void Overlay::keyPressEvent | ( | QKeyEvent * | event | ) | [protected, virtual] |
| void Overlay::keyPressEvent | ( | QKeyEvent * | event | ) | [protected, virtual] |
Definition at line 52 of file overlay.cpp.
| void Overlay::paint | ( | QPainter * | painter, | |
| const QStyleOptionGraphicsItem * | option, | |||
| QWidget * | widget = 0 | |||
| ) | [protected] |
Definition at line 62 of file overlay.cpp.
| void Overlay::resizeEvent | ( | QResizeEvent * | event | ) | [protected] |
Definition at line 46 of file overlay.cpp.
| void Overlay::resizeEvent | ( | QGraphicsSceneResizeEvent * | event | ) | [protected] |
Definition at line 69 of file overlay.cpp.
| void Overlay::wheelEvent | ( | QWheelEvent * | event | ) | [protected, virtual] |
Definition at line 41 of file overlay.cpp.
| void Overlay::wheelEvent | ( | QGraphicsSceneWheelEvent * | event | ) | [protected, virtual] |
Definition at line 57 of file overlay.cpp.
Plasma::FrameSvg* Overlay::m_background [protected] |
QGridLayout* Overlay::m_contentLayout [protected] |
QGraphicsLinearLayout* Overlay::m_contentLayout [protected] |
QWidget* Overlay::m_contentWidget [protected] |
QGraphicsWidget* Overlay::m_contentWidget [protected] |
Plasma::ScrollWidget* Overlay::m_scrollWidget [protected] |
1.6.3