tbx  0.7.5
Public Member Functions | List of all members
tbx::OpenWindowListener Class Referenceabstract

Listener for Wimp Open Window Request events. More...

#include <openwindowlistener.h>

Inheritance diagram for tbx::OpenWindowListener:
tbx::Listener tbx::view::TextView tbx::view::TileView

Public Member Functions

virtual void open_window (OpenWindowEvent &event)=0
 virtual function called when the application receives the open window request for the window. 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 Wimp Open Window Request events.

Member Function Documentation

◆ open_window()

virtual void tbx::OpenWindowListener::open_window ( OpenWindowEvent event)
pure virtual

virtual function called when the application receives the open window request for the window.

Note: The framework calls Wimp_OpenWindow automatically after all OpenWindowListeners are called for a window so do no call it in this routine.

Parameters
eventdetails of the open request

Implemented in tbx::view::TextView, and tbx::view::TileView.


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