#include <txtfmstm.h>
Link against: etext.lib
| class RFormatStream |
| Public Member Functions | |
|---|---|
| RFormatStream() | |
| void | CopyL(const RFormatStream &) |
| void | ExternalizeL(RWriteStream &) |
| void | InternalizeL(RReadStream &) |
| const TUint8 * | Ptr(TInt &) |
| void | Reset() |
| void | SenseCharFormat(TCharFormatX &, TCharFormatXMask &) |
| void | SenseParaFormatL(CParaFormat &, TParaFormatMask &, CParaFormat::TParaFormatGetMode) |
| void | SetCharFormatL(const TCharFormatX &, const TCharFormatXMask &) |
| void | SetParaFormatL(const CParaFormat &, const TParaFormatMask &, const CParaFormat &) |
| void | Swap(RFormatStream &) |
| void | __DbgTest(TAny *) |
| void | __DbgTestInvariant() |
stores format attributes as bytecode, this class is intended for internal use only.
| RFormatStream | ( | ) |
| void | CopyL | ( | const RFormatStream & | aSource | ) |
| void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
| void | InternalizeL | ( | RReadStream & | aStream | ) |
| void | Reset | ( | ) |
| void | SenseCharFormat | ( | TCharFormatX & | aCharFormat, |
| TCharFormatXMask & | aMask | |||
| ) | const | |||
| void | SenseParaFormatL | ( | CParaFormat & | aParaFormat, |
| TParaFormatMask & | aMask, | |||
| CParaFormat::TParaFormatGetMode | aMode | |||
| ) | const | |||
| void | SetCharFormatL | ( | const TCharFormatX & | aCharFormat, |
| const TCharFormatXMask & | aMask | |||
| ) | ||||
| void | SetParaFormatL | ( | const CParaFormat & | aDesiredFormat, |
| const TParaFormatMask & | aDesiredMask, | |||
| const CParaFormat & | aCurrentFormat | |||
| ) | ||||
| void | Swap | ( | RFormatStream & | aStream | ) |
Swaps the contents of this stream with aStream.
| Parameters | |
|---|---|
| aStream | Object to swap contents with. |