TScrollState Class Reference

class TScrollState

TScrollState contains information about the scrolling state of the layout. This is only used when scrolling is enabled. Most layouts don't use this.

Public Member Functions
TScrollState ()
Public Attributes
THuiTimedPoint iOffset
TSize iVirtualSize

Constructor & Destructor Documentation

TScrollState()

TScrollState ( ) [inline]

Member Data Documentation

THuiTimedPoint iOffset

THuiTimedPoint iOffset

TSize iVirtualSize

TSize iVirtualSize

Size of the layout considering the placement of children and outer borders. This may be larger than the size of the layout on the screen. Used when scrolling.