Inherits MAppletMessage.
List of all members.
Detailed Description
An applet message for telling an applet when it gets visible/invisible.
Constructor & Destructor Documentation
MAppletVisibilityMessage::MAppletVisibilityMessage |
( |
bool |
visible = true |
) |
|
Constructor.
The visibility property can be set as a parameter. The default is true
(visible).
- Parameters:
-
MAppletVisibilityMessage::~MAppletVisibilityMessage |
( |
|
) |
[virtual] |
Member Function Documentation
bool MAppletVisibilityMessage::isVisible |
( |
|
) |
const |
Returns the visibility value of the message. Visible is true
, invisible is false
.
- Returns:
- the visibility.
void MAppletVisibilityMessage::setVisible |
( |
bool |
visible = true |
) |
|
Sets the visibility value of the message. Visible is true
, invisible is false
.
- Parameters:
-