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

Listener for the pointer leaving the window. More...

#include <pointerlistener.h>

Inheritance diagram for tbx::PointerLeavingListener:
tbx::Listener

Public Member Functions

virtual void pointer_leaving (const EventInfo &ev)=0
 Called when the pointer leaves the windows visible work area.
 
- 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

Listener for the pointer leaving the window.

This event doesn't only occur when the pointer leaves the window's visible work area, but whenever the window stops being the most visible thing under the pointer. So, for example, popping up a menu at the pointer position would cause this event.


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