FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
AcPlPlotConfig Class Reference

#include <AcPlPlotConfig.h>

Inheritance diagram for AcPlPlotConfig:
AcRxObject AcRTTIObject AcObject

Public Types

enum  PlotToFileCapability { kNoPlotToFile = 0 , kPlotToFileAllowed , kMustPlotToFile }
 

Public Member Functions

virtual ~AcPlPlotConfig (void)
 
virtual bool isPlotToFile (void) const
 
virtual bool matchMediaSize (double, double, double, double, AcDbPlotSettings::PlotPaperUnits, bool, int, wchar_t const *, wchar_t *&, wchar_t *&, double &)
 
virtual bool saveToPC3 (wchar_t const *)
 
virtual HT_Plot_ConfigplotConfig (void) const
 
virtual PlotToFileCapability plotToFileCapability (void) const
 
virtual Acad::ErrorStatus copyFrom (AcRxObject const *)
 
virtual Acad::ErrorStatus getDefaultFileExtension (wchar_t const *&) const
 
virtual Acad::ErrorStatus makeCustomMediaFromSizeDesc (HT_Media_Size *, HT_Media_Description *, bool, bool, wchar_t const *, wchar_t const *, wchar_t *&, wchar_t *&, wchar_t *&, wchar_t *&, int, double &)
 
virtual Acad::ErrorStatus setPlotToFile (bool)
 
virtual unsigned int maxDeviceDPI (void) const
 
virtual unsigned long deviceType (void) const
 
virtual unsigned long isCustomPossible (double, double, bool, bool, int, wchar_t const *) const
 
virtual void getCanonicalMediaNameList (AcArray< ACHAR * > &) const
 
virtual void getDescriptionFields (wchar_t *&, wchar_t *&, wchar_t *&, wchar_t *&, wchar_t *&, wchar_t *&) const
 
virtual void getLocalMediaName (wchar_t const *, wchar_t *&) const
 
virtual void getMediaBounds (wchar_t const *, AcGePoint2d &, AcGeBoundBlock2d &) const
 
virtual void refreshMediaNameList (void)
 
virtual wchar_t const * deviceName (void) const
 
virtual wchar_t const * fullPath (void) const
 
- Public Member Functions inherited from AcRxObject
virtual AcRxObjectqueryX (AcRxClass const *) const
 
AcRxObjectx (AcRxClass const *) const
 
virtual AcRxClassisA (void) const
 
virtual AcRxObjectclone (void) const
 
virtual AcRx::Ordering comparedTo (AcRxObject const *) const
 
virtual int isEqualTo (AcRxObject const *) const
 
bool isKindOf (const AcRxClass *pOtherClass) const
 
virtual ~AcRxObject (void)
 
- Public Member Functions inherited from AcRTTIObject
 AcRTTIObject ()
 
virtual ~AcRTTIObject ()
 
- Public Member Functions inherited from AcObject
 AcObject ()
 
 AcObject (const AcObject &source)
 
virtual ~AcObject ()
 
voiddata () const
 

Additional Inherited Members

- Static Public Member Functions inherited from AcRxObject
static AcRxClass *__cdecl desc (void)
 
static AcRxObject *__cdecl cast (AcRxObject const *)
 
- Protected Member Functions inherited from AcRxObject
 AcRxObject (void)
 
virtual AcRxObjectsubQueryX (AcRxClass const *) const
 
- Protected Attributes inherited from AcObject
voidm_pData
 

Detailed Description

Definition at line 31 of file _impl_include/acad/AcPlPlotConfig.h.

Member Enumeration Documentation

◆ PlotToFileCapability

Enumerator
kNoPlotToFile 
kPlotToFileAllowed 
kMustPlotToFile 

Definition at line 34 of file _impl_include/acad/AcPlPlotConfig.h.

Constructor & Destructor Documentation

◆ ~AcPlPlotConfig()

virtual AcPlPlotConfig::~AcPlPlotConfig ( void )
virtual

Member Function Documentation

◆ copyFrom()

virtual Acad::ErrorStatus AcPlPlotConfig::copyFrom ( AcRxObject const * )
virtual

Reimplemented from AcRxObject.

◆ deviceName()

virtual wchar_t const * AcPlPlotConfig::deviceName ( void ) const
virtual

◆ deviceType()

virtual unsigned long AcPlPlotConfig::deviceType ( void ) const
virtual

◆ fullPath()

virtual wchar_t const * AcPlPlotConfig::fullPath ( void ) const
virtual

◆ getCanonicalMediaNameList()

virtual void AcPlPlotConfig::getCanonicalMediaNameList ( AcArray< ACHAR * > & ) const
virtual

◆ getDefaultFileExtension()

virtual Acad::ErrorStatus AcPlPlotConfig::getDefaultFileExtension ( wchar_t const *& ) const
virtual

◆ getDescriptionFields()

virtual void AcPlPlotConfig::getDescriptionFields ( wchar_t *& ,
wchar_t *& ,
wchar_t *& ,
wchar_t *& ,
wchar_t *& ,
wchar_t *&  ) const
virtual

◆ getLocalMediaName()

virtual void AcPlPlotConfig::getLocalMediaName ( wchar_t const * ,
wchar_t *&  ) const
virtual

◆ getMediaBounds()

virtual void AcPlPlotConfig::getMediaBounds ( wchar_t const * ,
AcGePoint2d & ,
AcGeBoundBlock2d &  ) const
virtual

◆ isCustomPossible()

virtual unsigned long AcPlPlotConfig::isCustomPossible ( double ,
double ,
bool ,
bool ,
int ,
wchar_t const *  ) const
virtual

◆ isPlotToFile()

virtual bool AcPlPlotConfig::isPlotToFile ( void ) const
virtual

◆ makeCustomMediaFromSizeDesc()

virtual Acad::ErrorStatus AcPlPlotConfig::makeCustomMediaFromSizeDesc ( HT_Media_Size * ,
HT_Media_Description * ,
bool ,
bool ,
wchar_t const * ,
wchar_t const * ,
wchar_t *& ,
wchar_t *& ,
wchar_t *& ,
wchar_t *& ,
int ,
double &  )
virtual

◆ matchMediaSize()

virtual bool AcPlPlotConfig::matchMediaSize ( double ,
double ,
double ,
double ,
AcDbPlotSettings::PlotPaperUnits ,
bool ,
int ,
wchar_t const * ,
wchar_t *& ,
wchar_t *& ,
double &  )
virtual

◆ maxDeviceDPI()

virtual unsigned int AcPlPlotConfig::maxDeviceDPI ( void ) const
virtual

◆ plotConfig()

virtual HT_Plot_Config * AcPlPlotConfig::plotConfig ( void ) const
virtual

◆ plotToFileCapability()

virtual PlotToFileCapability AcPlPlotConfig::plotToFileCapability ( void ) const
virtual

◆ refreshMediaNameList()

virtual void AcPlPlotConfig::refreshMediaNameList ( void )
virtual

◆ saveToPC3()

virtual bool AcPlPlotConfig::saveToPC3 ( wchar_t const * )
virtual

◆ setPlotToFile()

virtual Acad::ErrorStatus AcPlPlotConfig::setPlotToFile ( bool )
virtual

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