Inherits MAppletMessage.
List of all members.
Detailed Description
Screen orientation change applet message.
Constructor & Destructor Documentation
MAppletOrientationMessage::MAppletOrientationMessage |
( |
M::Orientation |
orientation = M::Landscape |
) |
|
Constructor.
The orientation can be set as a parameter. The default is M::Landscape
.
- Parameters:
-
| orientation | the orientation property of the message. |
MAppletOrientationMessage::~MAppletOrientationMessage |
( |
|
) |
[virtual] |
Member Function Documentation
Returns the orientation property of the message.
- Returns:
- the orientation property.
void MAppletOrientationMessage::setOrientation |
( |
M::Orientation |
orientation |
) |
|
Sets the orientation property of the message.
- Parameters:
-
| orientation | the new orientation. |