Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::ITerminalOutputHandler

A class that provides this interface can display tty output strings.

Functions

NameDescription
TerminalOutputCallback(char *)

This method is called when output text should be handled.


Anchor
a654516320dee9eed9fecc990a511e21d
a654516320dee9eed9fecc990a511e21d

virtual void Geo::ITerminalOutputHandler::TerminalOutputCallback

...

public: void TerminalOutputCallback
(
    char * text
)

...

This method is called when output text should be handled.