tbx  0.7.6
Public Member Functions | List of all members
tbx::LoseCaretListener Class Referenceabstract

Listener for LoseCaret Wimp event. More...

#include <caretlistener.h>

Inheritance diagram for tbx::LoseCaretListener:
tbx::Listener

Public Member Functions

virtual void lose_caret (CaretEvent &event)=0
 virtual function called when the application receives the lose caret window event 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

Listener for LoseCaret Wimp event.

The event isn't generated if the input focus only changes position within the same window

Member Function Documentation

◆ lose_caret()

virtual void tbx::LoseCaretListener::lose_caret ( CaretEvent event)
pure virtual

virtual function called when the application receives the lose caret window event

Parameters
eventdetails of where the caret was lost from

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