tbx
0.7.3
|
Event passed to redraw listener to give details on the area that needs a redraw. More...
#include <redrawlistener.h>
Public Member Functions | |
RedrawEvent (IdBlock &id_block, PollBlock &poll_block) | |
Construct the event from Toolbox and WIMP event data. More... | |
const VisibleArea & | visible_area () const |
The visible area class giving details or screen area and scroll offset. | |
const BBox & | clip () const |
The graphics clip in screen coordinates. | |
Event passed to redraw listener to give details on the area that needs a redraw.
Also contains helper functions to convert between screen area coordinates and work area coordinates.
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 |