|
| CFxViewDrawInfo () |
|
| ~CFxViewDrawInfo (void) |
|
void | InitializeView (const OdGePoint3d &position, const OdGePoint3d &target, const OdGeVector3d &upVector, double fieldWidth, double fieldHeight, OdGsView::Projection projectionType=OdGsView::kParallel) |
|
void | InitializeViewByExtents (const OdGeExtents3d &extents) |
|
void | InitializeOutputSize (double width, double height) |
|
void | InitializePalette (const ODCOLORREF *pPalette) |
|
void | InitializeDatabase (const CFxDatabase *pDatabase) |
|
bool | InitializeFromFxView (const CFxView *pFxView) |
|
bool | InitializeFromDbViewport (OdDbObjectId idViewport, int width, int height, bool isPlotGeneration) |
|
bool | GetFILLMODE () const |
|
bool | GetQTEXTMODE () const |
|
bool | GetXCLIPFRAME () const |
|
bool | GetDrawImages () const |
|
void | SetDrawImages (bool bVal) |
|
bool | GetTEXTFILL () const |
|
OdInt16 | GetFxCadWindowId () const |
|
OdDbObjectId | GetViewportId () const |
|
OdDbRasterVariables::FrameSettings | GetIMAGEFRAME () const |
|
void | SetIMAGEFRAME (OdDbRasterVariables::FrameSettings frameSettings) |
|
bool | IsPlotGeneration () const |
|
bool | UseGsModel () const |
|
void | SetUseGsModel (bool bVal) |
|
void | SetUseTransparency (bool value) |
|
bool | UseTransparency () const |
|
bool | IsInitialUpdate () const |
|
bool | IsDrawSkipped () const |
|
void | SetDrawSkipped (bool bVal) |
|
bool | IsInsideSelect () const |
|
void | SetInsideSelect (bool bVal) |
|
OdUInt16 | GetVIEWRES () const |
|
bool | IsPerspective () const |
|
double | GetPixelWidth () const |
|
double | GetPixelHeight () const |
|
double | GetVisiblePixelWidth () const |
|
double | GetVisiblePixelHeight () const |
|
double | GetFrontClip () const |
|
double | GetBackClip () const |
|
void | SetFrontClip (const double &z) |
|
void | SetBackClip (const double &z) |
|
bool | IsFrontClipped () const |
|
bool | IsBackClipped () const |
|
double | GetFocalLength () const |
|
const OdGeVector3d & | GetViewDir () const |
|
const OdGePoint3d & | GetPosition () const |
|
const OdGeVector3d & | GetUpVector () const |
|
const OdGePoint3d & | GetTarget () const |
|
double | GetFieldWidth () const |
|
double | GetFieldHeight () const |
|
bool | IsRapidMode () const |
|
const OdGeExtents3d & | GetInitialActiveAreaInViewCoordinates () const |
|
void | SetInitialActiveAreaInViewCoordinates (const OdGeExtents3d &rect) |
|
void | SetInitialActiveAreaByViewport (const CFxView *) |
|
void | SetInitialActiveAreaByWCSContour (const CFxView *pFxView, const OdGePoint3d *pointsWCS, int nPoints) |
|
void | SetInitialActiveAreaByEYEContour (const CFxView *pFxView, const OdGePoint2d *pointsEYE, int nPoints) |
|
ODCOLORREF | GetBackground () const |
|
ODCOLORREF | GetForeground () const |
|
const ODCOLORREF * | GetPalette () const |
|
ODCOLORREF | GetColor (OdUInt16 colorIndex) const |
|
OdGsView::RenderMode | GetRenderMode () const |
|
void | SetRenderMode (OdGsView::RenderMode mode) |
|
bool | IsDragging () const |
|
void | SetIsDragging (bool bVal) |
|
bool | IsFadeMode () const |
|
void | SetFadeMode (bool bVal) |
|
DrawDecoration | GetDrawDecoration () const |
|
void | SetDrawDecoration (DrawDecoration eDD) |
|
bool | IsExtentsCalculationActive () const |
|
void | SetExtentsCalculationActive (bool bVal) |
|
OdInt32 | GetDebugMode () const |
|
const CFxDatabase * | GetFxDatabase () const |
|
OdDbStubPtrArray | GetFrozenLayerStubs () const |
|
const OdStringArray & | GetFrozenLayerListNames () const |
|
const OdDbObjectIdArray & | GetFrozenLayerList () const |
|
void | SetFrozenLayerList (const OdDbObjectIdArray &ids) |
|
bool | UseLinetyper () const |
|
void | SetUseLinetyper (bool bUse) |
|
bool | UseLineWeights () const |
|
void | SetUseLineWeights (bool bUse) |
|
double | GetLineweightToDcScaleOverride () const |
|
void | SetLineweightToDCScaleOverride (double dLineweightToDCScale=0) |
|
bool | IsOrbitMode () const |
|
void | SetOrbitMode (bool bVal) |
|
const CFxView * | GetFxView () const |
|
int | GetPDFFRAME () const |
|
double | GetLensLength () const |
|
void | SetLensLength (double dLensLength) |
|
const OdGeMatrix3d & | GetEyeToOutput () const |
|
void | SetEyeToOutput (const OdGeMatrix3d &rMatrix) |
|
const OdGsDCRectDouble & | GetScreenRect () const |
|
const OdGsDCRectDouble & | GetVisibleScreenRect () const |
|
const OdGsDCRectDouble & | GetVisibleScreenRectInViewCoordinates () const |
|
ViewportKey | GetVpNum () const |
|
void | SetScalePixelSize (double scale) |
|
bool | HardwareTransformationsAllowed () const |
|
void | AllowHardwareTransformations (bool bVal) |
|
const OdDbObjectId & | GetLayoutId (bool &isModel) const |
|
bool | IsScalingLineweights () const |
|
void | SetClipBoundary (const OdGiClipBoundary *pClipBoundary) |
|
const OdGiClipBoundary * | GetClipBoundary () const |
|
const OdGiVisualStyle & | GetVisualStyle () const |
|
|
double | m_dPixelWidth { 1.0 } |
|
double | m_dPixelHeight { 1.0 } |
|
double | m_dVisiblePixelWidth { 1.0 } |
|
double | m_dVisiblePixelHeight { 1.0 } |
|
ODCOLORREF | m_Palette [256] = { 0 } |
|
OdGeVector3d | m_ViewDir { 0, 0, 1 } |
|
OdGePoint3d | m_Position { 0, 0, 1 } |
|
OdGeVector3d | m_UpVector { 0, 1, 0 } |
|
OdGePoint3d | m_Target { 0, 0, 0 } |
|
double | m_FieldWidth { 1.0 } |
|
double | m_FieldHeight { 1.0 } |
|
double | m_dLensLength { 50.0 } |
|
OdGsView::RenderMode | m_RenderMode { OdGsView::k2DOptimized } |
|
bool | m_bIsInsideSelect { false } |
|
int | m_iPDFFrame { 1 } |
|
OdUInt16 | m_VIEWRES { 10000 } |
|
bool | m_bPerspective { false } |
|
bool | m_bInitialUpdate { false } |
|
bool | m_bPlotGeneration { false } |
|
bool | m_bFillMode { true } |
|
bool | m_bTextFill { true } |
|
bool | m_bQTextMode { false } |
|
bool | m_bXClipFrame { false } |
|
bool | m_bDrawImages { true } |
|
OdInt16 | m_FxCadWindowId { 0 } |
|
ViewportKey | m_vpNum { NullViewportKey } |
|
OdDbObjectId | m_idViewport |
|
bool | m_bDrawSkipped { false } |
|
OdGeExtents3d | m_InitialActiveAreaInViewCoordinates |
|
double | m_dFrontClip { 0.0 } |
|
double | m_dBackClip { 0.0 } |
|
bool | m_bFrontClipped { false } |
|
bool | m_bBackClipped { false } |
|
double | m_dFocalLength { 0.0 } |
|
bool | m_bRapidMode { false } |
|
OdDbRasterVariables::FrameSettings | m_iImageFrame { OdDbRasterVariables::kImageFrameInvalid } |
|
bool | m_bUseGsModel { false } |
|
bool | m_bFadeMode { false } |
|
bool | m_bDragging { false } |
|
bool | m_bExtentsCalculation { false } |
|
DrawDecoration | m_eDrawDecoration { kNone } |
|
OdInt32 | m_DebugMode { 0 } |
|
CFxDatabase * | m_pFxDatabase { nullptr } |
|
OdDbObjectIdArray | m_FrozenLayerList |
|
OdStringArray | m_FrozenLayerListNames |
|
bool | m_bInitalizeLayerList { false } |
|
bool | m_bUseLinetyper { true } |
|
bool | m_bUseLineWeights { true } |
|
bool | m_bOrbitMode { false } |
|
const CFxView * | m_pFxView { nullptr } |
|
OdGeMatrix3d | m_EyeToOutput { OdGeMatrix3d::kIdentity } |
|
OdGsDCRectDouble | m_dScreenRect { 0.0, 0.0, 0.0, 0.0 } |
|
OdGsDCRectDouble | m_visibleScreenRect { 0.0, 0.0, 0.0, 0.0 } |
|
OdGsDCRectDouble | m_visibleScreenRectInViewCoordinates { 0.0, 0.0, 0.0, 0.0 } |
|
bool | m_bHardwareTransformationsAllowed { false } |
|
bool | m_bUseTransparency { false } |
|
bool | m_bIsModel { true } |
|
OdDbObjectId | m_LayoutId |
|
double | m_dLineweightToDcScaleOverride { 0 } |
|
const OdGiClipBoundary * | m_pClipBoundary { nullptr } |
|
OdGiVisualStylePtr | m_pVisualStyle |
|
Definition at line 49 of file FxViewDrawInfo.h.