|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
Provides EPS, PS, PDF, SVG, PGF and TeX output. More...
#include <qwt3d_io_gl2ps.h>
Public Types | |
| enum | TEXTMODE { PIXEL , NATIVE , TEX } |
| enum | LANDSCAPEMODE { ON , OFF , AUTO } |
| enum | SORTMODE { NOSORT , SIMPLESORT , BSPSORT } |
Public Member Functions | |
| void | setLandscape (LANDSCAPEMODE val) |
| LANDSCAPEMODE | landscape () const |
| void | setTextMode (TEXTMODE val, QString fname="") |
| Sets the mode for text output. | |
| TEXTMODE | textMode () const |
| void | setSortMode (SORTMODE val) |
| SORTMODE | sortMode () const |
| void | setCompressed (bool val) |
| Turns compressed output on or off (no effect - zlib support not available) . | |
| bool | compressed () const |
| bool | setFormat (QString const &format) |
| Sets output format. | |
Friends | |
| class | IO |
Provides EPS, PS, PDF, SVG, PGF and TeX output.
| void VectorWriter::setCompressed | ( | bool | val | ) |
Turns compressed output on or off (no effect - zlib support not available) .
| bool VectorWriter::setFormat | ( | QString const & | format | ) |
Sets output format.
| void VectorWriter::setTextMode | ( | TEXTMODE | val, |
| QString | fname = "" |
||
| ) |
Sets the mode for text output.