#include </home/clem/local/src/opie/noncore/apps/opie-reader/CFilter.h>
Collaboration diagram for CFilterChain:

Public Member Functions | |
| CFilterChain (CEncoding *_e) | |
| ~CFilterChain () | |
| linkType | hyperlink (unsigned int n, unsigned int noff, QString &wrd, QString &nm) |
| QString | getTableAsHtml (unsigned long loc) |
| void | locate (unsigned int n) |
| void | getch (tchar &ch, CStyle &sty, unsigned long &pos) |
| void | addfilter (CFilter_IFace *p) |
| void | setsource (CExpander_Interface *p) |
| void | setencoder (CEncoding *p) |
| bool | findanchor (const QString &nm) |
| void | saveposn (const QString &f, size_t posn) |
| void | writeposn (const QString &f, size_t posn) |
| linkType | forward (QString &f, size_t &loc) |
| linkType | back (QString &f, size_t &loc) |
| bool | hasnavigation () |
| QString | about () |
Private Attributes | |
| CExpander_Interface * | expander |
| CEncoding * | encoder |
| CFilter_IFace * | first |
| CCharacterSource * | front |
|
|
|
|
|
|
|
|
Definition at line 138 of file CFilter.h. References CCharacterSource::about(), and front. Referenced by BuffDoc::about(). |
|
|
Definition at line 104 of file CFilter.h. References encoder, first, front, NULL, and CFilter_IFace::setparent(). Referenced by QTReader::getfilter(). |
|
||||||||||||
|
Definition at line 136 of file CFilter.h. References CCharacterSource::back(), and front. Referenced by BuffDoc::back(). |
|
|
Definition at line 129 of file CFilter.h. References CCharacterSource::findanchor(), and front. Referenced by BuffDoc::findanchor(). |
|
||||||||||||
|
Definition at line 135 of file CFilter.h. References CCharacterSource::forward(), and front. Referenced by BuffDoc::forward(). |
|
||||||||||||||||
|
Definition at line 94 of file CFilter.h. References front, and CCharacterSource::getch(). Referenced by BuffDoc::getch(). |
|
|
Definition at line 86 of file CFilter.h. References front, and CCharacterSource::getTableAsHtml(). Referenced by BuffDoc::getTableAsHtml(). |
|
|
Definition at line 137 of file CFilter.h. References front, and CCharacterSource::hasnavigation(). Referenced by BuffDoc::hasnavigation(). |
|
||||||||||||||||||||
|
Definition at line 82 of file CFilter.h. References front, and CCharacterSource::hyperlink(). Referenced by BuffDoc::hyperlink(). |
|
|
Definition at line 90 of file CFilter.h. References front, and CCharacterSource::locate(). Referenced by BuffDoc::locate(). |
|
||||||||||||
|
Definition at line 133 of file CFilter.h. References front, and CCharacterSource::saveposn(). Referenced by BuffDoc::saveposn(). |
|
|
Definition at line 122 of file CFilter.h. References encoder, expander, first, CEncoding::setparent(), and CFilter_IFace::setparent(). |
|
|
Definition at line 117 of file CFilter.h. References encoder, expander, and CEncoding::setparent(). Referenced by BuffDoc::openfile(), and BuffDoc::setfilter(). |
|
||||||||||||
|
Definition at line 134 of file CFilter.h. References front, and CCharacterSource::writeposn(). Referenced by BuffDoc::writeposn(). |
|
|
Definition at line 66 of file CFilter.h. Referenced by addfilter(), setencoder(), setsource(), and ~CFilterChain(). |
|
|
Definition at line 65 of file CFilter.h. Referenced by setencoder(), and setsource(). |
|
|
Definition at line 67 of file CFilter.h. Referenced by addfilter(), and setencoder(). |
|
|
Definition at line 68 of file CFilter.h. Referenced by about(), addfilter(), back(), findanchor(), forward(), getch(), getTableAsHtml(), hasnavigation(), hyperlink(), locate(), saveposn(), writeposn(), and ~CFilterChain(). |
1.4.2