|
||
typedef TBuf<KLogMessageLength> TLogMessageText;
Log message text buffer.
This is used in RWsSession::LogMessage(const TLogMessageText &)
.
TScreenModeEnforcement
Screen mode enforcement flags.
Screen mode enforcement ensures that windows must meet certain requirements if they are to be displayed. When the screen mode changes, window groups that are incorrectly set up, according to these requirements, are locked out. The windows are notified of the change, and will be displayed if they are updated (according to the current enforcement requirement) to match the new screen mode.
CWsScreenDevice::ScreenModeEnforcement()const
Gets the current screen mode enforcement settings.
|
TCornerType
Window corner types.
Corners may be specified square or stepped, with varying numbers of pixels removed to make the stepping. Picturing a corner as the top left corner of a window, the numbers denote the number of pixels removed from the top row to give corners.
TCornerFlags
TCornerFlags
Corner flags.RWindowBase::SetCornerType(TCornerType,TInt)
Sets the shape of a window's corners.
|
TCornerFlags
Corner flags.
These are used by RWindowBase::SetCornerType(TCornerType,TInt)
to set which corners of a window are not to have corner types applied to them.
TCornerType
TCornerType
Window corner types.
|
TWindowBackupType
Window backup type flags.
RWindowBase::EnableBackup(TUint)
Requests that this window backs up all or part of the screen's contents. There a...
|
TEventCode
Types of standard events.
These are events that the window server passes to its clients, as opposed to events that the base passes to the window server.
CClickMaker
CClickMaker
Key or pointer click plug-in provider interface.
|
THotKey
Window server hot keys.
RWsSession::SetHotKey(THotKey,TUint,TUint,TUint)
Sets the hot keys.
|
Interface status: | deprecated |
TPasswordMode
Password mode flags.
|
TSpriteFlags
Sprite flags.
These can be combined using a bit-wise OR operation.
RWsPointerCursor::Construct(TInt)
Completes pointer cursor construction.RWsSprite::Construct(RWindowTreeNode &,const TPoint &,TInt)
Completes the construction of a sprite.
|
TEventControl
Event reporting control.
This enumeration defines flags which can be used to control how events are reported.
RWindowTreeNode::EnableOnEvents(TEventControl)
Requests notification of 'on' events. 'On' events are of type EEventSwitchOn.RWindowTreeNode::EnableModifierChangedEvents(TUint,TEventControl)
Requests notification of modifier changed events.RWindowTreeNode::EnableErrorMessages(TEventControl)
Requests notification of error message events.
|
TPointerFilter
Pointer event filter types.
These flags are used by RWindowBase::PointerFilter(TUint32,TUint32)
to define which pointer events are filtered out by the window server and not sent to the client session. They also allow
the window server to simulate a move event prior to each pen down event.
RWindowBase::PointerFilter(TUint32,TUint32)
Sets the filter which controls which pointer events are sent to the client sessi...
|
TPointerCursorMode
Pointer cursor mode flags.
These flags define the current cursor mode, and hence which sprite to use for the pointer cursor.
RWsSession::SetPointerCursorMode(TPointerCursorMode)
Sets the current mode for the pointer cursor.RWsSession::PointerCursorMode()const
Gets the current mode for the pointer cursor.
|
TLongCaptureFlags
Flags which customise a long key press capture request made by a window group.
These flags are passed to RWindowGroup::CaptureLongKey(TUint,TUint,TUint,TUint,TInt,TUint)
.
Two things can be configured using this enum: the normal key event that is generated immediately, and the long key event that is generated after a short time interval. The normal key event can be sent immediately (on key down) to the application with keyboard focus, or, if the key is not held down long enough to generate a long key event, when the key is released. The long key event can be customised to generate a single key event only, or to auto repeat.
RWindowGroup::CaptureLongKey(TUint,TUint,TUint,TUint,TInt,TUint)
Requests capture of long key presses.
|
TWsTransparencyPolicy
Transparency policies
These policies are to control the behaviour of a transparent window.
RWindow::SetTransparencyPolicy(TWsTransparencyPolicy)
Sets the transparency policy of a window.
|