tbx  0.7.3
Public Member Functions | List of all members
tbx::ScrollRequestListener Class Referenceabstract

Scroll request listener. More...

#include <scrollrequestlistener.h>

Inheritance diagram for tbx::ScrollRequestListener:
tbx::Listener tbx::view::ItemView tbx::view::ListView tbx::view::ReportView tbx::view::TileView

Public Member Functions

virtual void scroll_request (const ScrollRequestEvent &event)=0
 Called when a scroll request event is generated. More...
 
- Public Member Functions inherited from tbx::Listener
virtual ~Listener ()
 Destroy the listener object.
 

Additional Inherited Members

- Protected Member Functions inherited from tbx::Listener
 Listener ()
 Construct the Listener object.
 

Detailed Description

Scroll request listener.

This listener is used to handle a scroll request event on a window that has the flags set to generate this event.

Member Function Documentation

virtual void tbx::ScrollRequestListener::scroll_request ( const ScrollRequestEvent event)
pure virtual

Called when a scroll request event is generated.

To process you should take a copy of the WindowOpenInfo, update the scroll fields and call Window::open.

Parameters
eventdetails of scroll request

Implemented in tbx::view::ItemView.


The documentation for this class was generated from the following file: