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

Listener for output from a task window. More...

#include <taskwindow.h>

Inheritance diagram for tbx::TaskWindowOutputListener:
tbx::Listener

Public Member Functions

virtual void taskwindow_output (TaskWindow &task_window, int size, const char *text)=0
 Called when there is output from the task window has. 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 output from a task window.

Member Function Documentation

◆ taskwindow_output()

virtual void tbx::TaskWindowOutputListener::taskwindow_output ( TaskWindow task_window,
int  size,
const char *  text 
)
pure virtual

Called when there is output from the task window has.

Parameters
task_windowthe task window with output
sizenumber of bytes of output
textoutput text

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