#include <txtstyle.h>
class CStyleList : public CBase |
Public Member Functions | |
---|---|
~CStyleList() | |
IMPORT_C TInt | AppendL(RParagraphStyleInfo *) |
IMPORT_C const RParagraphStyleInfo & | At(TInt) |
IMPORT_C RParagraphStyleInfo & | At(TInt) |
TInt | Count() |
IMPORT_C CStyleList * | DeepCloneL() |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C TInt | IndexByName(const TDesC &) |
IMPORT_C TInt | IndexByPtr(const CParaFormatLayer *) |
IMPORT_C void | InternalizeL(RReadStream &, const CParaFormatLayer *, const CCharFormatLayer *) |
IMPORT_C CStyleList * | NewL(TInt) |
IMPORT_C CStyleList * | NewL(RReadStream &, const CParaFormatLayer *, const CCharFormatLayer *) |
IMPORT_C RParagraphStyleInfo * | PtrByName(const TParagraphStyleName &) |
IMPORT_C RParagraphStyleInfo * | PtrByType(const TUid) |
IMPORT_C void | Remove(CParagraphStyle *) |
IMPORT_C void | Reset() |
IMPORT_C TInt | SetStyleToFollow(const RParagraphStyleInfo &) |
IMPORT_C TStreamId | StoreL(CStreamStore &) |
const RParagraphStyleInfo & | operator[](TInt) |
RParagraphStyleInfo & | operator[](TInt) |
Protected Member Functions | |
---|---|
CStyleList() | |
IMPORT_C void | ConstructL(TInt) |
A container of paragraph styles.
It is implemented as a fixed length array of pointers to RParagraphStyleInfos. The array's granularity is specified on construction. The list takes ownership of all paragraph styles appended to it. When the list is deleted, all styles it owns are also deleted.
After the style list has been set up, it should normally be passed to a CRichText object, either in the rich text object's constructor, or by calling CRichText::SetStyleListExternallyOwned(). The rich text object takes ownership of the style list (unless SetStyleListExternallyOwned() is used). Styles can be modified, added to and removed from the style list after ownership of the list has been passed to the rich text object.
If CRichText::SetStyleListExternallyOwned() is used, the style list is not owned by the rich text object, and it must be stored and restored separately from the rich text object.
IMPORT_C TInt | AppendL | ( | RParagraphStyleInfo * | aStyleSet | ) |
Appends a style to the style list. The list takes ownership of the style.
Parameter | Description |
---|---|
aStyleSet | The style (and optional style for the following paragraph) to append to the list. |
Returns: KErrNone if successful, or KErrAlreadyExists if the style is already present in the list.
IMPORT_C const RParagraphStyleInfo & | At | ( | TInt | aIndex | ) | const |
Gets a style from the style list, from its index into the array. Two versions are supplied. The compiler chooses the appropriate version based on the use made of the returned reference. If it is used in an expression where that reference can be modified, then the non-const version is chosen.
Parameter | Description |
---|---|
aIndex | The index of the style into the list. The first style is at position zero. Must be within the bounds of the array, or a panic occurs. |
Returns: A const reference to the style at position aIndex in the array. A non-const reference to the style at position aIndex in the array.
TInt | Count | ( | ) | const [inline] |
Gets the number of styles in the style list.
Returns: The number of styles in the style list
IMPORT_C CStyleList * | DeepCloneL | ( | ) | const |
Creates and returns a style list which is a clone of the current style list.
Returns: Pointer to a clone of the current style list.
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises the style list to a write stream. The presence of this function means that the standard templated operator<<() (defined in s32strm.h) is available to externalise objects of this class. Does not externalise any styles' based-on links.
Parameter | Description |
---|---|
aStream | Stream to which the object should be externalised. |
IMPORT_C TInt | IndexByPtr | ( | const CParaFormatLayer * | aPtr | ) | const |
Gets the index into the style list of a specified paragraph style.
Parameter | Description |
---|---|
aPtr | Pointer to the style. |
Returns: The style's index into the style list. KErrNotFound if the style is not found in the style list, or if aPtr is a paragraph format layer rather than a style.
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream, |
const CParaFormatLayer * | aGlobalParaFormatLayer, | |||
const CCharFormatLayer * | aGlobalCharFormatLayer | |||
) |
Internalises the style list from a read stream. The presence of this function means that the standard templated operator>>() (defined in s32strm.h) is available to internalise objects of this class. Any existing style list contents are replaced.
Parameter | Description |
---|---|
aStream | Stream store from which the style list is internalised. |
aGlobalParaFormatLayer | Pointer to the global paragraph format layer on which all styles in the list are based. |
aGlobalCharFormatLayer | Pointer to the global character format layer on which all styles in the list are based. |
IMPORT_C CStyleList * | NewL | ( | TInt | aCapacity = KMaxStyleListGranularity | ) | [static] |
Allocates and constructs an empty CStyleList object with an array granularity.
Parameter | Description |
---|---|
aCapacity | The number of entries by which the array of styles expands when its buffer is reallocated. By default, KMaxStyleListGranularity (= 4). Must be positive or a panic occurs. |
Returns: Pointer to the new style list.
IMPORT_C CStyleList * | NewL | ( | RReadStream & | aStream, |
const CParaFormatLayer * | aGlobalParaFormatLayer, | |||
const CCharFormatLayer * | aGlobalCharFormatLayer | |||
) | [static] |
Allocates and constructs a CStyleList, restoring its contents from the specified stream store. Each style in the list is set to be based on the global format layers specified.
Parameter | Description |
---|---|
aStream | Stream store from which the style list is restored. |
aGlobalParaFormatLayer | Pointer to the global paragraph format layer on which all styles in the list are based. |
aGlobalCharFormatLayer | Pointer to the global character format layer on which all styles in the list are based. |
Returns: Pointer to the new style list.
IMPORT_C RParagraphStyleInfo * | PtrByName | ( | const TParagraphStyleName & | aName | ) | const |
Gets the style with the specified name from the style list.
Parameter | Description |
---|---|
aName | The name of the style to retrieve. |
Returns: Pointer to the style with the name specified. NULL if there is no style with this name in the list.
IMPORT_C RParagraphStyleInfo * | PtrByType | ( | const TUid | aType | ) | const |
Gets the style with the specified type UID from the style list.
Parameter | Description |
---|---|
aType | The UID of the style to retrieve. |
Returns: Pointer to the style with the type UID specified. NULL if there is no style with this type in the list.
IMPORT_C void | Remove | ( | CParagraphStyle * | aStyle | ) |
Removes a style from the style list. If the style is owned by the list, it is deleted. If the style is not owned by the list, but is referenced by a style owned by the list, (i.e. a style in the list is based on it, or references it as its iStyleForNextPara pointer) then the pointer to aStyle is set to NULL.
Parameter | Description |
---|---|
aStyle | Pointer to the style to remove from the style list, or to set to NULL. |
IMPORT_C TInt | SetStyleToFollow | ( | const RParagraphStyleInfo & | aStyleSet | ) |
Sets the style to use for the following paragraph for a style in the style list. Both the style (aStyleSet.iStyle) and the style to set for the following paragraph (aStyleSet.iStyleForNextPara) must exist in the style list.
The function first locates the style (aStyleSet.iStyle) in the list, then sets the style to use for the next paragraph to aStyleSet.iStyleForNextPara.
If aStyleSet.iStyle does not exist in the style list, the function returns with KErrNotFound. If aStyleSet.iStyleForNextPara does not exist in the style list, a panic occurs.
Parameter | Description |
---|---|
aStyleSet | Identifies a style in the list, and a style to use for its following paragraph. |
Returns: KErrNone if successful, or KErrNotFound if the first style contained in the argument (aStyleSet.iStyle) is not in the style list.
IMPORT_C TStreamId | StoreL | ( | CStreamStore & | aStore | ) | const |
Stores the style list to a stream store.
Parameter | Description |
---|---|
aStore | Stream store to which the style list is written. |
Returns: The ID of the stream store.
const RParagraphStyleInfo & | operator[] | ( | TInt | aIndex | ) | const [inline] |
Gets a style from the style list, from its index into the array. Two versions are supplied. The compiler chooses the appropriate version based on the use made of the returned reference. If it is used in an expression where the reference can be modified, then the non-const version is chosen.
Parameter | Description |
---|---|
aIndex | The index of the style into the list. The first style is at position zero. Must be within the bounds of the array or a panic occurs. |
Returns: A const reference to the style at position aIndex in the array. A non-const reference to the style at position aIndex in the array. Gets a style from the style list, from its index into the array. Two versions are supplied. The compiler chooses the appropriate version based on the use made of the returned reference. If it is used in an expression where the reference can be modified, then the non-const version is chosen.A const reference to the style at position aIndex in the array. A non-const reference to the style at position aIndex in the array.