Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: frmtlay.h

Class TViewRectChanges

TViewRectChanges

Support

Supported from 5.0

Description

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

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

See also:


TViewRectChanges()

TViewRectChanges()

Description

Default C++ constructor.

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

[Top]


Data members


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).