#include <infoview.h>
Inheritance diagram for ht_info_textfile:

Public Member Functions | |
| void | init (ht_streamfile *streamfile, bool own_streamfile, ht_syntax_lexer *lexer) |
| virtual void | done () |
| virtual UINT | linecount () |
| void | set_node (UINT ofs, UINT len) |
Protected Member Functions | |
| virtual ht_ltextfile_line * | fetch_line (UINT line) |
Protected Attributes | |
| UINT | start |
| UINT | end |
|
|
Reimplemented from ht_ltextfile. Definition at line 368 of file infoview.cc. References ht_ltextfile::done(). |
|
|
Reimplemented from ht_ltextfile. Definition at line 373 of file infoview.cc. References ht_ltextfile::fetch_line(), linecount(), NULL, start, and UINT. |
|
||||||||||||||||
|
Reimplemented from ht_ltextfile. Definition at line 361 of file infoview.cc. References end, ht_stream::init(), and start. Referenced by ht_info_viewer::igotonode(), and ht_info_viewer::init(). |
|
|
Reimplemented from ht_ltextfile. Definition at line 380 of file infoview.cc. References end, start, and UINT. Referenced by fetch_line(). |
|
||||||||||||
|
Definition at line 385 of file infoview.cc. References ht_ltextfile::convert_ofs2line(), end, len, ht_ltextfile::linecount(), start, and UINT. Referenced by ht_info_viewer::igotonode(). |
|
|
Definition at line 72 of file infoview.h. Referenced by init(), linecount(), and set_node(). |
|
|
Definition at line 72 of file infoview.h. Referenced by fetch_line(), init(), linecount(), and set_node(). |
1.3.5