| class MWsClientClass |
Base class for all classes whose objects are clients of the window server.
| Public Member Functions | |
|---|---|
| MWsClientClass() | |
| MWsClientClass(RWsBuffer *) | |
| TInt | WsHandle() |
| Protected Attributes | |
|---|---|
| RWsBuffer * | iBuffer |
| TInt32 | iWsHandle |
| void | AddToBitmapArray | ( | const TInt | aBitmapHandle | ) | const [protected] |
| const TInt aBitmapHandle |
| void | AsyncRequest | ( | TRequestStatus & | aStatus, |
| TUint | aOpcode | |||
| ) | const [protected] | |||
| TRequestStatus & aStatus | |
| TUint aOpcode |
| TInt | CachedWindowSize | ( | TSize & | aSize | ) | const [protected] |
| TSize & aSize |
| void | RefreshWindowSizeCache | ( | const TSize & | aNewSize | ) | const [protected] |
| const TSize & aNewSize |
| void | Write | ( | const TAny * | aData, |
| TInt | aLength, | |||
| const TAny * | aData2, | |||
| TInt | aLength2, | |||
| TUint | aOpcode | |||
| ) | const [protected] | |||
| void | Write | ( | const TAny * | aBuf, |
| TInt | aBufLen, | |||
| TUint | aOpcode | |||
| ) | const [protected] | |||
| void | WritePoint | ( | const TPoint & | aPoint, |
| TUint | aOpcode | |||
| ) | const [protected] | |||
| TInt | WriteReply | ( | TUint | aOpcode, |
| const TIpcArgs * | aIpcArgs = NULL | |||
| ) | const [protected] | |||
| TInt | WriteReply | ( | const TAny * | aBuf, |
| TInt | aBufLen, | |||
| TUint | aOpcode, | |||
| const TIpcArgs * | aIpcArgs = NULL | |||
| ) | const [protected] | |||
| TInt | WriteReply | ( | const TAny * | aBuf, |
| TInt | aBufLen, | |||
| const TAny * | aBuf2, | |||
| TInt | aBuflen2, | |||
| TUint | aOpcode, | |||
| const TIpcArgs * | aIpcArgs = NULL | |||
| ) | const [protected] | |||
| TInt | WriteReplyByProvidingRemoteReadAccess | ( | const TAny * | aBuf, |
| TInt | aBufLen, | |||
| const TReadDescriptorType & | aRemoteReadBuffer, | |||
| TUint | aOpcode | |||
| ) | const [protected] | |||
| TInt | WriteReplyInt | ( | TInt | aInt, |
| TUint | aOpcode, | |||
| const TIpcArgs * | aIpcArgs = NULL | |||
| ) | const [protected] | |||
| TInt | WriteReplyIntP | ( | TInt | aInt, |
| const TWriteDescriptorType & | aReplyPackage, | |||
| TUint | aOpcode | |||
| ) | const [protected] | |||
| TInt | WriteReplyP | ( | const TWriteDescriptorType & | aReplyPackage, |
| TUint | aOpcode | |||
| ) | const [protected] | |||
| const TWriteDescriptorType & aReplyPackage | |
| TUint aOpcode |
| TInt | WriteReplyP | ( | const TAny * | aBuf, |
| TInt | aBufLen, | |||
| const TWriteDescriptorType & | aReplyPackage, | |||
| TUint | aOpcode | |||
| ) | const [protected] | |||
| TInt | WriteReplyP | ( | const TAny * | aBuf, |
| TInt | aBufLen, | |||
| const TAny * | aBuf2, | |||
| TInt | aBuflen2, | |||
| const TWriteDescriptorType & | aReplyPackage, | |||
| TUint | aOpcode | |||
| ) | const [protected] | |||
| TInt | WsHandle | ( | ) | const [inline] |
Gets the server side handle for the object.
The server-side handle for the object.
| RWsBuffer * | iBuffer | [protected] |
WARNING: Member variable for internal use ONLY. Compatibility is not guaranteed in future releases. Please access using the provided get/set APIs only.
| TInt32 | iWsHandle | [protected] |
WARNING: Member variable for internal use ONLY. Compatibility is not guaranteed in future releases. Please access using the provided get/set APIs only.