#include <terminal.h>
Inheritance diagram for TerminalViewer:
Public Member Functions | |
void | init (bounds *b, Terminal *term, bool own_term) |
virtual void | done () |
virtual void | handlemsg (htmsg *msg) |
virtual bool | idle () |
|
Reimplemented from ht_text_viewer. Definition at line 130 of file terminal.cc. References ht_text_viewer::done(), and unregister_idle_object(). |
|
Reimplemented from ht_text_viewer. Definition at line 147 of file terminal.cc. References buf, button_ok, clearmsg(), ht_ltextfile::get_size(), ht_text_viewer::handlemsg(), inputbox(), K_F8, K_Return, msg_keypressed, ht_ltextfile::seek(), and Terminal::write(). |
|
Standard Object idle function. Overwrite and register with htidle.cc:register_idle()
Reimplemented from Object. Definition at line 199 of file terminal.cc. References Terminal::update(). |
|
Definition at line 123 of file terminal.cc. References Object::init(), NULL, and register_idle_object(). Referenced by ht_app::create_window_term(). |