CHuiCanvasCmdBufferReader Class Reference
class CHuiCanvasCmdBufferReader : public CBase
|
Inherits from
-
CHuiCanvasCmdBufferReader
Constructor & Destructor Documentation
CHuiCanvasCmdBufferReader()
CHuiCanvasCmdBufferReader
|
(
|
)
|
|
CHuiCanvasCmdBufferReader(RMemReadStream)
~CHuiCanvasCmdBufferReader()
~CHuiCanvasCmdBufferReader
|
(
|
)
|
|
Member Functions Documentation
DeletePointArrayL(TPoint *&, TInt &)
void
|
DeletePointArrayL
|
(
|
TPoint
*&
|
aPointArray,
|
|
TInt
&
|
aNumPoints
|
|
)
|
|
DeletePointArrayL Convinience function deleting the point array
Parameters
TPoint
*& aPointArray
|
|
TInt
& aNumPoints
|
Number of points
|
Init(TPtr8 &, TInt)
Initialization, opens a stream for reading commandbuffer.
ReadBitmapHandleL(TInt &)
void
|
ReadBitmapHandleL
|
(
|
TInt
&
|
aBitmapHandle
|
)
|
|
ReadBitmapHandleL Convinience function for reading a bitmap from stream. It duplicates the bitmap from a bitmap handle.
ReadBitmapLC(CFbsBitmap *&)
ReadBitmapL Convinience function for reading a bitmap from stream. It duplicates the bitmap from a bitmap handle.
ReadColorL(TRgb &)
void
|
ReadColorL
|
(
|
TRgb
&
|
aColor
|
)
|
|
ReadColorL Convinience function for reading a
TRgb
from stream
ReadInt32L(TInt &)
void
|
ReadInt32L
|
(
|
TInt
&
|
aValue
|
)
|
|
ReadInt32L Convinience function for reading a TInt32 from stream.
ReadInt8L()
ReadInt8L Convinience function for reading Int8 from stream
ReadIntsL(TInt, TInt)
void
|
ReadIntsL
|
(
|
TInt
|
aCount,
|
|
TInt
|
aValues
|
|
)
|
|
ReadIntsL Convinience function for reading maximum of 5 TInts from the stream
ReadL(TUint8 *, TInt)
void
|
ReadL
|
(
|
TUint8
*
|
aTargetPtr,
|
|
TInt
|
aLength
|
|
)
|
[inline]
|
ReadPointArrayL(CArrayFix< TPoint > *&)
ReadPointArrayL Convinience function for reading a pointer array from stream
ReadPointArrayL(TPoint *&, TInt &)
void
|
ReadPointArrayL
|
(
|
TPoint
*&
|
aPointArray,
|
|
TInt
&
|
aNumPoints
|
|
)
|
|
ReadPointArrayL Convinience function for reading a pointer array from stream
ReadPointL(TPoint &)
void
|
ReadPointL
|
(
|
TPoint
&
|
aPoint
|
)
|
|
ReadPointL Convinience function for reading a
TPoint
from stream
ReadRectL(TRect &)
void
|
ReadRectL
|
(
|
TRect
&
|
aRect
|
)
|
|
ReadRectL Convinience function for reading a
TRect
from stream
ReadRegionL(RRegion &)
void
|
ReadRegionL
|
(
|
RRegion
&
|
aRegion
|
)
|
|
ReadRegionL Convinience function for reading a
RRegion
from stream
ReadTextL(TPtr &, THuiCanvasTextParameters &)
ReadTextL Returns TPtr to a text in the command buffer stream. Note, that this function does not make a copy of the text.
Stream()
Convinience function for getting a reference to stream.
Member Data Documentation
TPtr8 * iBasePtr
TPtr8
*
|
iBasePtr
|
[private]
|
TInt
iBufferIndex
TInt
|
iBufferIndex
|
[private]
|
TInt
iBufferLength
TInt
|
iBufferLength
|
[private]
|
TPtr16 * iCachedText
TPtr16
*
|
iCachedText
|
[private]
|
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.