#include <qwt3d_io_gl2ps.h>
Inheritance diagram for VectorWriter:
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="") |
TEXTMODE | textMode () const |
void | setSortMode (SORTMODE val) |
SORTMODE | sortMode () const |
void | setCompressed (bool val) |
bool | compressed () const |
bool | setFormat (QString const &format) |
|
The possible output formats for the text parts of the scene.
|
|
The possible behaviour for landscape settings.
|
|
The possible sorting types which are translated in gl2ps types.
|
|
Sets landscape mode.
|
|
Returns the current landscape mode.
|
|
Sets the mode for text output:
|
|
Return current text output mode.
|
|
Sets one of the SORTMODE sorting modes.
|
|
Returns gl2ps sorting type. |
|
Turns compressed output on or off (no effect if zlib support is not available).
|
|
Returns compression mode (always false if zlib support has not been set).
|
|
Set output format, must be one of "EPS_GZ", "PS_GZ", "EPS", "PS", "PDF" (case sensitive) |