TViewRectChanges Class Reference

#include <frmtlay.h>

class TViewRectChanges

Detailed Description

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

See also: CTextLayout::HandleBlockChangeL()

Member Attribute Documentation

iFormattedFrom

TInt iFormattedFrom

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

iFormattedTo

TInt iFormattedTo

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

iScrollAtBottom

TInt iScrollAtBottom

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

iScrollAtTop

TInt iScrollAtTop

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

Constructor & Destructor Documentation

TViewRectChanges ( )

TViewRectChanges()[inline]

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