Inherits MAppletMessage.
List of all members.
Detailed Description
An applet message for notifying that the pixmap has been taken into use.
Constructor & Destructor Documentation
MAppletPixmapTakenIntoUseMessage::MAppletPixmapTakenIntoUseMessage |
( |
Qt::HANDLE |
handle = 0 |
) |
|
MAppletPixmapTakenIntoUseMessage::~MAppletPixmapTakenIntoUseMessage |
( |
|
) |
[virtual] |
Member Function Documentation
Qt::HANDLE MAppletPixmapTakenIntoUseMessage::handle |
( |
|
) |
const |
Returns the X pixmap handle property of the message.
- Returns:
- the X pixmap handle.
void MAppletPixmapTakenIntoUseMessage::setHandle |
( |
Qt::HANDLE |
newHandle |
) |
|
Sets the X pixmap handle property of the message.
- Parameters:
-
| newHandle | the new X pixmap handle. |