QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Friends | List of all members
Qwt3DVectorWriter Class Reference

Provides EPS, PS, PDF, SVG, PGF and TeX output. More...

#include <qwt3d_io_gl2ps.h>

Inheritance diagram for Qwt3DVectorWriter:
Qwt3DIO::Functor

Classes

class  PrivateData
 

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)
 

Friends

class Qwt3DIO
 

Detailed Description

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.

Note
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.

The documentation for this class was generated from the following files: