#include <statusindicatormenudropdownview.h>
List of all members.
Detailed Description
A special panned widget for status indicator menu.
- Emits a signal when a geometry change happens.
- Emits a signal when a mouse press event is received below the bottommost widget.
Constructor & Destructor Documentation
PannedWidgetController::PannedWidgetController |
( |
QGraphicsItem * |
parent = NULL |
) |
|
Constructs a layout change request listener widget
- Parameters:
-
| parent | the parent QGraphicsItem |
Member Function Documentation
const QGraphicsWidget * PannedWidgetController::bottommostWidget |
( |
|
) |
const |
Gets the widget that is considered as the bottommost inside this widget.
- Returns:
- widget the bottommost widget.
void PannedWidgetController::mousePressEvent |
( |
QGraphicsSceneMouseEvent * |
event |
) |
[virtual] |
void PannedWidgetController::mouseReleaseEvent |
( |
QGraphicsSceneMouseEvent * |
event |
) |
[virtual] |
void PannedWidgetController::positionOrSizeChanged |
( |
|
) |
[signal] |
Sent when the position or the size of the item changes
void PannedWidgetController::pressedOutSideContents |
( |
|
) |
[signal] |
A signal that gets emitted when the widget is pressed outside of its contents.
void PannedWidgetController::setBottommostWidget |
( |
const QGraphicsWidget * |
widget |
) |
|
Sets the widget that is considered as the bottommost inside this widget. The pressedOutSideContents signal is emitted if a press event is received below this widget.
- Parameters:
-
| widget | the bottom most widget. |
void PannedWidgetController::setGeometry |
( |
const QRectF & |
rect |
) |
[virtual] |
The documentation for this class was generated from the following files: