Inherits MAppletMessage.
List of all members.
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 |