#include </home/clem/local/src/opie/noncore/unsupported/qpdf/xpdf/TextOutputDev.h>
Inheritance diagram for TextOutputDev:


Public Member Functions | |
| TextOutputDev (char *fileName, GBool rawOrderA, GBool append) | |
| TextOutputDev (TextOutputFunc func, void *stream, GBool rawOrderA) | |
| virtual | ~TextOutputDev () |
| virtual GBool | isOk () |
| virtual GBool | upsideDown () |
| virtual GBool | useDrawChar () |
| virtual GBool | interpretType3Chars () |
| virtual GBool | needNonText () |
| virtual void | startPage (int pageNum, GfxState *state) |
| virtual void | endPage () |
| virtual void | updateFont (GfxState *state) |
| virtual void | beginString (GfxState *state, GString *s) |
| virtual void | endString (GfxState *state) |
| virtual void | drawChar (GfxState *state, fouble x, fouble y, fouble dx, fouble dy, fouble originX, fouble originY, CharCode c, Unicode *u, int uLen) |
| GBool | findText (Unicode *s, int len, GBool top, GBool bottom, fouble *xMin, fouble *yMin, fouble *xMax, fouble *yMax) |
Private Attributes | |
| TextOutputFunc | outputFunc |
| void * | outputStream |
| GBool | needClose |
| TextPage * | text |
| GBool | rawOrder |
| GBool | ok |
|
||||||||||||||||
|
Definition at line 630 of file TextOutputDev.cc. References error(), gFalse, gTrue, needClose, NULL, ok, outputFunc, outputStream, outputToFile(), rawOrder, and text. |
|
||||||||||||||||
|
Definition at line 656 of file TextOutputDev.cc. References gFalse, gTrue, needClose, ok, outputFunc, outputStream, rawOrder, and text. |
|
|
Definition at line 666 of file TextOutputDev.cc. References needClose, outputStream, and text. |
|
||||||||||||
|
Reimplemented from OutputDev. Definition at line 693 of file TextOutputDev.cc. References TextPage::beginString(), and text. |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Reimplemented from OutputDev. Definition at line 701 of file TextOutputDev.cc. References TextPage::addChar(), and text. |
|
|
Reimplemented from OutputDev. Definition at line 682 of file TextOutputDev.cc. References TextPage::coalesce(), TextPage::dump(), outputFunc, outputStream, and text. |
|
|
Reimplemented from OutputDev. Definition at line 697 of file TextOutputDev.cc. References TextPage::endString(), and text. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 708 of file TextOutputDev.cc. References TextPage::findText(), and text. |
|
|
Implements OutputDev. Definition at line 156 of file TextOutputDev.h. References gFalse. |
|
|
Definition at line 143 of file TextOutputDev.h. References ok. |
|
|
Reimplemented from OutputDev. Definition at line 159 of file TextOutputDev.h. References gFalse. |
|
||||||||||||
|
Reimplemented from OutputDev. Definition at line 678 of file TextOutputDev.cc. References TextPage::clear(), and text. |
|
|
Reimplemented from OutputDev. Definition at line 689 of file TextOutputDev.cc. References text, and TextPage::updateFont(). |
|
|
Implements OutputDev. Definition at line 149 of file TextOutputDev.h. References gTrue. |
|
|
Implements OutputDev. Definition at line 152 of file TextOutputDev.h. References gTrue. |
|
|
Definition at line 196 of file TextOutputDev.h. Referenced by TextOutputDev(), and ~TextOutputDev(). |
|
|
Definition at line 200 of file TextOutputDev.h. Referenced by isOk(), and TextOutputDev(). |
|
|
Definition at line 194 of file TextOutputDev.h. Referenced by endPage(), and TextOutputDev(). |
|
|
Definition at line 195 of file TextOutputDev.h. Referenced by endPage(), TextOutputDev(), and ~TextOutputDev(). |
|
|
Definition at line 199 of file TextOutputDev.h. Referenced by TextOutputDev(). |
|
|
Definition at line 198 of file TextOutputDev.h. Referenced by beginString(), drawChar(), endPage(), endString(), findText(), startPage(), TextOutputDev(), updateFont(), and ~TextOutputDev(). |
1.4.2