tbx
0.7.5
|
Information for ScrollRequest listener. More...
#include <scrollrequestlistener.h>
Public Types | |
enum | ScrollXDirection { PAGE_LEFT = -2, LEFT = -1, NONE_X = 0, RIGHT = 1, PAGE_RIGHT = 2 } |
Enumeration of how the window should be scrolled in the X direction. More... | |
enum | ScrollYDirection { PAGE_DOWN = -2, DOWN = -1, NONE_Y = 0, UP = 1, PAGE_UP = 2 } |
Enumeration of how the window should be scrolled in the y direction. More... | |
Public Member Functions | |
ScrollRequestEvent (IdBlock &id_block, PollBlock &poll_block) | |
Construct the event from Toolbox and WIMP event data. More... | |
const WindowOpenInfo & | open_info () const |
Window open information with details of visible area and current scroll setttings. | |
ScrollXDirection | x_scroll () const |
Direction requested for scroll in x direction. | |
ScrollYDirection | y_scroll () const |
Direction requested for scroll in y direction. | |
![]() | |
EventInfo (const IdBlock &id_block, PollBlock &data) | |
Contruct the event information from the id_block and data update by the toolbox. | |
const IdBlock & | id_block () const |
IdBlock for the current event. More... | |
Additional Inherited Members | |
![]() | |
PollBlock & | _data |
raw data from the event | |
Information for ScrollRequest listener.
Construct the event from Toolbox and WIMP event data.
id_block | Toolbox IDs for this event |
poll_block | Information returned from the WIMP for this event |