LibreOffice Module vcl (master) 1
|
#include <pdfwriter.hxx>
Public Member Functions | |
ExtLineInfo () | |
Public Attributes | |
double | m_fLineWidth |
double | m_fTransparency |
CapType | m_eCap |
JoinType | m_eJoin |
double | m_fMiterLimit |
std::vector< double > | m_aDashArray |
Definition at line 93 of file pdfwriter.hxx.
|
inline |
Definition at line 102 of file pdfwriter.hxx.
std::vector< double > vcl::PDFWriter::ExtLineInfo::m_aDashArray |
Definition at line 100 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::convertLineInfoToExtLineInfo(), vcl::PDFWriterImpl::drawPolyLine(), and vcl::PDFWriterImpl::playMetafile().
CapType vcl::PDFWriter::ExtLineInfo::m_eCap |
Definition at line 97 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::convertLineInfoToExtLineInfo(), vcl::PDFWriterImpl::drawPolyLine(), and vcl::PDFWriterImpl::playMetafile().
JoinType vcl::PDFWriter::ExtLineInfo::m_eJoin |
Definition at line 98 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::convertLineInfoToExtLineInfo(), vcl::PDFWriterImpl::drawPolyLine(), and vcl::PDFWriterImpl::playMetafile().
double vcl::PDFWriter::ExtLineInfo::m_fLineWidth |
Definition at line 95 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::convertLineInfoToExtLineInfo(), vcl::PDFWriterImpl::drawPolyLine(), and vcl::PDFWriterImpl::playMetafile().
double vcl::PDFWriter::ExtLineInfo::m_fMiterLimit |
Definition at line 99 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::convertLineInfoToExtLineInfo(), vcl::PDFWriterImpl::drawPolyLine(), and vcl::PDFWriterImpl::playMetafile().
double vcl::PDFWriter::ExtLineInfo::m_fTransparency |
Definition at line 96 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::convertLineInfoToExtLineInfo(), vcl::PDFWriterImpl::drawPolyLine(), and vcl::PDFWriterImpl::playMetafile().