CInlineTextPositionedText Class Reference

class CInlineTextPositionedText : public CBase

This class is used to hold text that is being formatted into text via the inline text interface.

InlineText
Since
3.2

Inherits from

Constructor & Destructor Documentation

CInlineTextPositionedText(const TTmDocPos &)

CInlineTextPositionedText ( const TTmDocPos & aPosition ) [private]

C++ constructor

Parameters

const TTmDocPos & aPosition

~CInlineTextPositionedText()

~CInlineTextPositionedText ( )

Destructor

Member Functions Documentation

ConstructL(const TDesC &)

void ConstructL ( const TDesC & aInlineText ) [private]

This method completes the construction by allocating the text storage..

Parameters

const TDesC & aInlineText

DocPos()

const TTmDocPos & DocPos ( ) const

Access method to the position in the document of the inline text

InlineText()

const TDesC & InlineText ( ) const

Access method to the text for the inline edit

NewL(const TTmDocPos &, const TDesC &)

CInlineTextPositionedText * NewL ( const TTmDocPos & aPosition,
const TDesC & aInlineText
) [static]

Fully constructs the object given position and text. A copy of the passed-in text is made on the heap, owned by the constructed object.

Parameters

const TTmDocPos & aPosition TTmDocPos at which text is to be reported
const TDesC & aInlineText Text to be returned at this position

Member Data Documentation

TTmDocPos iDocPos

TTmDocPos iDocPos [private]

HBufC * iText

HBufC * iText [private]