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

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

#include <qwt3d_io_gl2ps.h>

Inheritance diagram for Qwt3D::VectorWriter:
Qwt3D::IO::Functor

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
 

Detailed Description

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

Member Function Documentation

◆ setCompressed()

void VectorWriter::setCompressed ( bool  val)

Turns compressed output on or off (no effect - zlib support not available) .

◆ setFormat()

bool VectorWriter::setFormat ( QString const &  format)

Sets output format.

◆ setTextMode()

void VectorWriter::setTextMode ( TEXTMODE  val,
QString  fname = "" 
)

Sets the mode for text output.


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