Wt  3.3.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions
Wt::WScrollEvent Class Reference

A class providing details for a scroll event. More...

#include <Wt/WEvent>

List of all members.

Public Member Functions

 WScrollEvent ()
 Default constructor.
int scrollX () const
 Returns the current horizontal scroll position.
int scrollY () const
 Returns the current vertical scroll position.
int viewportWidth () const
 Returns the current horizontal viewport width.
int viewportHeight () const
 Returns the current horizontal viewport height.

Detailed Description

A class providing details for a scroll event.

See also:
WContainerWidget::scrolled()

Member Function Documentation

Returns the current horizontal scroll position.

See also:
scrollY(), viewportWidth()

Returns the current vertical scroll position.

See also:
scrollX(), viewportHeight()

Returns the current horizontal viewport height.

Returns the current viewport height.

See also:
viewportWidth(), scrollY()

Returns the current horizontal viewport width.

Returns the current viewport width.

See also:
viewportHeight(), scrollX()
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator

Generated on Tue Mar 22 2016 for the C++ Web Toolkit (Wt) by doxygen 1.7.6.1