Home · All Namespaces · All Classes
Signals | Public Member Functions

PannedWidgetController Class Reference

#include <statusindicatormenudropdownview.h>

List of all members.

Signals

void positionOrSizeChanged ()
 
void pressedOutSideContents ()

Public Member Functions

 PannedWidgetController (QGraphicsItem *parent=NULL)
const QGraphicsWidget * bottommostWidget () const
void setBottommostWidget (const QGraphicsWidget *widget)
virtual void setGeometry (const QRectF &rect)
 REIMPLEMENTATION
virtual void mousePressEvent (QGraphicsSceneMouseEvent *event)
virtual void mouseReleaseEvent (QGraphicsSceneMouseEvent *event)

Detailed Description

A special panned widget for status indicator menu.


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]

REIMPLEMENTATION


The documentation for this class was generated from the following files:

Copyright © 2011 Nokia Corporation Generated on Tue Aug 30 2011 16:38:13
Doxygen 1.7.1
MeeGo Touch