Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: FRMTLAY.H

Class TViewRectChanges

class TViewRectChanges;

Description

A structure used to return the results of a reformatting operation.

Members

Defined in TViewRectChanges:
TViewRectChanges(), iFormattedFrom, iFormattedTo, iScrollAtBottom, iScrollAtTop

See also:


Construction and destruction


TViewRectChanges()

inline TViewRectChanges();

Description

Constructs a TViewRectChanges object, initializing its iScrollAtTop and iScrollAtBottom members to zero.

[Top]


Member data


iFormattedFrom

TInt iFormattedFrom;

Description

The vertical coordinate of the top of the first line of reformatted text.


iFormattedTo

TInt iFormattedTo;

Description

The vertical coordinate of the bottom of the last line of reformatted text.


iScrollAtTop

TInt iScrollAtTop;

Description

The number of pixels by which text above the reformatted or edited block has scrolled (positive values mean the text moved down).


iScrollAtBottom

TInt iScrollAtBottom;

Description

The number of pixels by which text below the reformatted or edited block has scrolled (positive values mean the text moved down).