Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <BidiText.h>
Link against: gdi.lib

Class RRunInfoArray

class RRunInfoArray;

Description

This class is used to keep track of the shared run info array. Keep it open for as long as the TBidiText object is used. The same RRunInfoArray object can be used with several different TBidiText objects.

Members

Defined in RRunInfoArray:


Construction and destruction


RRunInfoArray()

IMPORT_C RRunInfoArray();

Description

[Top]


Member functions


OpenL()

IMPORT_C void OpenL();

Description

Creates the run array if necessary and increases the reference count on it. RRunInfoArray::OpenL() must be called prior to calling TBidiText::SetText(const TDesC &,RRunInfoArray &).


Close()

IMPORT_C void Close();

Description

Decreases the reference count on the run array. The run array will be deleted if the reference count reaches zero. The client application must ensure that there is a matching call to RRunInfoArray::Close() for every call to RRunInfoArray::OpenL() or memory will be leaked.