#include <terminal.h>
Inheritance diagram for Terminal:
Public Member Functions | |
void | init (ht_streamfile *in, ht_streamfile *out, ht_streamfile *err, int sys_ipc_handle) |
virtual void | done () |
virtual UINT | write (const void *buf, UINT size) |
bool | connected () |
bool | update () |
|
Definition at line 75 of file terminal.cc. References sys_ipc_is_valid(). Referenced by write(). |
|
Reimplemented from ht_ltextfile. Definition at line 47 of file terminal.cc. References ht_ltextfile::done(), ht_stream::done(), and sys_ipc_terminate(). |
|
Definition at line 36 of file terminal.cc. References ht_stream::init(), ht_mem_file::init(), and NULL. Referenced by ht_app::create_window_term(). |
|
Definition at line 90 of file terminal.cc. References ht_ltextfile::get_size(), NULL, and ht_ltextfile::seek(). Referenced by TerminalViewer::idle(). |
|
Reimplemented from ht_ltextfile. Definition at line 80 of file terminal.cc. References buf, connected(), size, UINT, ht_stream::write(), and ht_ltextfile::write(). Referenced by TerminalViewer::handlemsg(). |