Provides EPS, PS, PDF, SVG, PGF and TeX output
更多...
#include <qwt3d_io_gl2ps.h>
|
| enum | TEXTMODE { PIXEL
, NATIVE
, TEX
} |
| |
| enum | LANDSCAPEMODE { ON
, OFF
, AUTO
} |
| |
| enum | SORTMODE { NOSORT
, SIMPLESORT
, BSPSORT
} |
| |
|
|
void | setLandscape (LANDSCAPEMODE val) |
| |
|
LANDSCAPEMODE | landscape () const |
| |
|
void | setTextMode (TEXTMODE val, QString fname="") |
| |
|
TEXTMODE | textMode () const |
| |
|
void | setSortMode (SORTMODE val) |
| |
|
SORTMODE | sortMode () const |
| |
|
void | setCompressed (bool val) |
| |
|
bool | compressed () const |
| |
|
bool | setFormat (QString const &format) |
| |
Provides EPS, PS, PDF, SVG, PGF and TeX output
Qwt3DVectorWriter provides vector graphics output through the gl2ps library, supporting EPS, PS, PDF, SVG, PGF and TeX formats.
- 注解
- gl2ps relies on the Compatibility Profile GL state. In the modernized Core Profile renderer, vector export may not reflect the correct transformation. This is a known limitation; full modernization requires generating vector output from VBO vertex data directly.
该类的文档由以下文件生成:
- /home/runner/work/QWT/QWT/src/plot3d/qwt3d_io_gl2ps.h
- /home/runner/work/QWT/QWT/src/plot3d/qwt3d_io_gl2ps.cpp