| struct TWsVisibilityChangedEvent |
Visibility changed events.
These events are generated in response to a window being obscured, or being fully or partially revealed after being obscured. RWindowTreeNode::EnableVisibilityChangeEvents()
| Public Member Enumerations | |
|---|---|
| enum | anonymous { ECanBeSeen = 0x01, ECantBeSeen = 0x02 } |
| enum | anonymous { EPartiallyVisible = 0x01, ENotVisible = 0x02, EFullyVisible = 0x04 } |
| Public Attributes | |
|---|---|
| TUint | iFlags |
| ECanBeSeen = 0x01 |
Some or all of the window is visible, either directly or through a transparent window. Use EPartiallyVisible instead. Some or all of the window is visible, either directly or through a transparent window. Use EPartiallyVisible instead. |
| ECantBeSeen = 0x02 |
None of the window is visible, either directly or through a transparent window. Use ENotVisible instead. None of the window is visible, either directly or through a transparent window. Use ENotVisible instead. |
| EPartiallyVisible = 0x01 |
Some (or all) of the window is visible, either directly or through a transparent window. |
| ENotVisible = 0x02 |
None of the window is visible, either directly or through a transparent window. |
| EFullyVisible = 0x04 |
All of the window is directly visible. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.