Home · All Classes · Main Classes · Deprecated
Public Member Functions

MAppletPixmapModifiedMessage Class Reference

Inherits MAppletMessage.

List of all members.

Public Member Functions

 MAppletPixmapModifiedMessage (const QRectF &geometry=QRectF())
virtual ~MAppletPixmapModifiedMessage ()
QRectF geometry () const
void setGeometry (const QRectF &newGeometry)

Detailed Description

An applet message for notifying the host that a part of the applet pixmap has been modified.


Constructor & Destructor Documentation

MAppletPixmapModifiedMessage::MAppletPixmapModifiedMessage ( const QRectF geometry = QRectF()  )  [explicit]

Constructs a MAppletPixmapModifiedMessage.

The geometry of the modified region can be set as a parameter. The default is a null rectangle.

Parameters:
geometry the geometry of the modified region.
MAppletPixmapModifiedMessage::~MAppletPixmapModifiedMessage (  )  [virtual]

Member Function Documentation

QRectF MAppletPixmapModifiedMessage::geometry (  )  const

Returns the geometry of the modified region.

Returns:
the geometry of the modified region
void MAppletPixmapModifiedMessage::setGeometry ( const QRectF newGeometry  ) 

Sets the geometry of the modified region.

Parameters:
newGeometry the new geometry of the modified region

Copyright © 2010 Nokia Corporation
MeeGo Touch