LibreOffice Module vcl (master) 1
|
#include <dxftblrd.hxx>
Public Member Functions | |
DXFVPort () | |
void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
DXFVPort * | pSucc |
OString | m_sName |
tools::Long | nFlags |
double | fMinX |
double | fMinY |
double | fMaxX |
double | fMaxY |
double | fCenterX |
double | fCenterY |
double | fSnapBaseX |
double | fSnapBaseY |
double | fSnapSpacingX |
double | fSnapSpacingY |
double | fGridX |
double | fGridY |
DXFVector | aDirection |
DXFVector | aTarget |
double | fHeight |
double | fAspectRatio |
double | fLensLength |
double | fFrontClipPlane |
double | fBackClipPlane |
double | fTwistAngle |
tools::Long | nStatus |
tools::Long | nID |
tools::Long | nMode |
tools::Long | nCircleZoomPercent |
tools::Long | nFastZoom |
tools::Long | nUCSICON |
tools::Long | nSnap |
tools::Long | nGrid |
tools::Long | nSnapStyle |
tools::Long | nSnapIsopair |
Definition at line 99 of file dxftblrd.hxx.
DXFVPort::DXFVPort | ( | ) |
Definition at line 168 of file dxftblrd.cxx.
References aDirection.
void DXFVPort::Read | ( | DXFGroupReader & | rDGR | ) |
Definition at line 203 of file dxftblrd.cxx.
References aDirection, aTarget, fAspectRatio, fBackClipPlane, fCenterX, fCenterY, fFrontClipPlane, fGridX, fGridY, fHeight, fLensLength, fMaxX, fMaxY, fMinX, fMinY, fSnapBaseX, fSnapBaseY, fSnapSpacingX, fSnapSpacingY, fTwistAngle, DXFVector::fx, DXFVector::fy, DXFVector::fz, DXFGroupReader::GetF(), DXFGroupReader::GetG(), DXFGroupReader::GetI(), DXFGroupReader::GetS(), m_sName, nCircleZoomPercent, nFastZoom, nFlags, nGrid, nID, nMode, nSnap, nSnapIsopair, nSnapStyle, nStatus, nUCSICON, and DXFGroupReader::Read().
Referenced by DXFTables::Read().
DXFVector DXFVPort::aDirection |
Definition at line 119 of file dxftblrd.hxx.
Referenced by DXF2GDIMetaFile::Convert(), and Read().
DXFVector DXFVPort::aTarget |
Definition at line 120 of file dxftblrd.hxx.
Referenced by DXF2GDIMetaFile::Convert(), and Read().
double DXFVPort::fAspectRatio |
Definition at line 122 of file dxftblrd.hxx.
Referenced by DXF2GDIMetaFile::Convert(), and Read().
double DXFVPort::fBackClipPlane |
Definition at line 125 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fCenterX |
Definition at line 111 of file dxftblrd.hxx.
Referenced by DXF2GDIMetaFile::Convert(), and Read().
double DXFVPort::fCenterY |
Definition at line 112 of file dxftblrd.hxx.
Referenced by DXF2GDIMetaFile::Convert(), and Read().
double DXFVPort::fFrontClipPlane |
Definition at line 124 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fGridX |
Definition at line 117 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fGridY |
Definition at line 118 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fHeight |
Definition at line 121 of file dxftblrd.hxx.
Referenced by DXF2GDIMetaFile::Convert(), and Read().
double DXFVPort::fLensLength |
Definition at line 123 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fMaxX |
Definition at line 109 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fMaxY |
Definition at line 110 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fMinX |
Definition at line 107 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fMinY |
Definition at line 108 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fSnapBaseX |
Definition at line 113 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fSnapBaseY |
Definition at line 114 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fSnapSpacingX |
Definition at line 115 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fSnapSpacingY |
Definition at line 116 of file dxftblrd.hxx.
Referenced by Read().
double DXFVPort::fTwistAngle |
Definition at line 126 of file dxftblrd.hxx.
Referenced by Read().
OString DXFVPort::m_sName |
Definition at line 105 of file dxftblrd.hxx.
Referenced by Read().
tools::Long DXFVPort::nCircleZoomPercent |
Definition at line 130 of file dxftblrd.hxx.
Referenced by Read().
tools::Long DXFVPort::nFastZoom |
Definition at line 131 of file dxftblrd.hxx.
Referenced by Read().
tools::Long DXFVPort::nFlags |
Definition at line 106 of file dxftblrd.hxx.
Referenced by Read().
tools::Long DXFVPort::nGrid |
Definition at line 134 of file dxftblrd.hxx.
Referenced by Read().
tools::Long DXFVPort::nID |
Definition at line 128 of file dxftblrd.hxx.
Referenced by Read().
tools::Long DXFVPort::nMode |
Definition at line 129 of file dxftblrd.hxx.
Referenced by Read().
tools::Long DXFVPort::nSnap |
Definition at line 133 of file dxftblrd.hxx.
Referenced by Read().
tools::Long DXFVPort::nSnapIsopair |
Definition at line 136 of file dxftblrd.hxx.
Referenced by Read().
tools::Long DXFVPort::nSnapStyle |
Definition at line 135 of file dxftblrd.hxx.
Referenced by Read().
tools::Long DXFVPort::nStatus |
Definition at line 127 of file dxftblrd.hxx.
Referenced by Read().
tools::Long DXFVPort::nUCSICON |
Definition at line 132 of file dxftblrd.hxx.
Referenced by Read().
DXFVPort* DXFVPort::pSucc |
Definition at line 103 of file dxftblrd.hxx.
Referenced by DXFTables::Clear(), and DXFTables::Read().