tbx  0.7.5
Public Member Functions | List of all members
tbx::OpenWindowEvent Class Reference

Event data for open window request listener. More...

#include <openwindowlistener.h>

Inheritance diagram for tbx::OpenWindowEvent:
tbx::EventInfo

Public Member Functions

 OpenWindowEvent (IdBlock &id_block, PollBlock &poll_block)
 Constructs the event from the information returned by the WIMP. More...
 
Window window () const
 Get Window that generated this event.
 
WindowHandle handle () const
 Wimp window handle of window being opened.
 
const BBoxvisible_area () const
 Get visible area on screen.
 
void visible_area (const BBox &area)
 Set visible area on screen.
 
const Pointscroll () const
 Get scroll offsets in work area.
 
void scroll (const Point &offsets)
 Set scroll offsets in work area.
 
WindowHandle behind () const
 Get WIMP Window handle opened behind.
 
void behind (WindowHandle h)
 Set WIMP Window handle to open behind.
 

Detailed Description

Event data for open window request listener.

Constructor & Destructor Documentation

◆ OpenWindowEvent()

tbx::OpenWindowEvent::OpenWindowEvent ( IdBlock id_block,
PollBlock poll_block 
)
inline

Constructs the event from the information returned by the WIMP.

Parameters
id_blockToolbox ID block
poll_blockWIMP poll information

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