![]() |
HAL
|
Interface for handling python outputs. More...
#include <python_context_subscriber.h>
Public Member Functions | |
virtual void | handleStdout (const QString &output)=0 |
virtual void | handleError (const QString &output)=0 |
virtual void | clear ()=0 |
Interface for handling python outputs.
Definition at line 35 of file python_context_subscriber.h.
|
pure virtual |
Handle that a 'clear'-command occurs (i.e. clear the console).
Implemented in hal::PythonThread, hal::PythonEditor, and hal::PythonConsole.
|
pure virtual |
Handle error messages.
output | - The message. |
Implemented in hal::PythonThread, hal::PythonEditor, and hal::PythonConsole.
|
pure virtual |
Handle standard output messages.
output | - The message. |
Implemented in hal::PythonThread, hal::PythonEditor, and hal::PythonConsole.