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

#include <AcadPlotInternalServices.h>

Public Types

enum  PlotClientType
 
enum  ShowHide_Dialog_Type
 

Public Member Functions

bool calcEffectiveArea (AcDbPlotSettings *, int, double *, double *)
 
bool clearETXCommandDelimiterIfNecessary (void)
 
bool clearNamedPageSetupRefFromLayoutIfBogus (AcDbObjectId) const
 
bool dialogValidator (void)
 
bool doValidate (void)
 
bool get1Dist (wchar_t const *, double *)
 
bool getCurrentSheetPath (CStringW &)
 
bool getHideWarningDialogs (ShowHide_Dialog_Type)
 
bool getPublishingDWFWithDSD (void)
 
bool getShadePlotResolution (HT_Smart_Pointer< HT_Plot_Config >, int &, int &, double &, AcDbPlotSettings *)
 
bool getSheetSetTemplatePath (CStringW &)
 
bool isCancelled (void)
 
bool isNoneMediaThere (CStringW)
 
bool isSamePlotSettings (AcDbPlotSettings const *, AcDbPlotSettings const *) const
 
bool plotSetupIsUninitialized (AcDbPlotSettings *)
 
bool sameShadePlot (int &, AcDbObjectId &, bool &)
 
bool showSaveShadePlotPrompt (void)
 
bool showVectorDeviceWarning (void)
 
bool updateRequiresZoom (AcDbPlotSettings const *, AcDbPlotSettings const *)
 
AcDbPlotSettings const * getPreviousLayoutPlotSettings (void)
 
AcDbPlotSettings const * getPreviousModelPlotSettings (void)
 
PlotClientType getClientType (void)
 
int existExtents (void)
 
int getWindow (bool, double &, double &, double &, double &)
 
int scanRVal (wchar_t const *, double *, bool)
 
long getOverlayViewportID (void) const
 
void areShadePlotPromptsNeeded (bool &, bool &, HT_Smart_Pointer< HT_Plotter_Definition > &, int, AcDbObjectId)
 
void getStartUpDirPath (CStringW &)
 
void initLayout (AcDbObjectId const &)
 
void refreshValidatorLists (AcDbPlotSettings *, AcPlPlotConfigManager::RefreshCode)
 
void saveShadePlotSetting (AcDbLayout *)
 
void setCommandCancelledState (bool)
 
void setCurrentClient (PlotClientType)
 
void setDefaultConfigName (wchar_t const *)
 
void setDialogValidator (bool)
 
void setDoValidate (bool)
 
void setHideWarningDialogs (ShowHide_Dialog_Type, bool)
 
void setNoneDeviceDefaults (AcDbPlotSettings *)
 
void setNoneUserMediaInfo (CStringW, CStringW, HT_Float_XY, HT_Float_Rectangle, HT_Media_Group::Enum)
 
void setPublishingDWFWithDSD (bool)
 
void set_default_newdwg_style_sheet (CStringW)
 
wchar_t const * getDefaultConfigName (void) const
 

Detailed Description

Definition at line 32 of file AcadPlotInternalServices.h.

Member Enumeration Documentation

◆ PlotClientType

Definition at line 35 of file AcadPlotInternalServices.h.

◆ ShowHide_Dialog_Type

Definition at line 38 of file AcadPlotInternalServices.h.

Member Function Documentation

◆ areShadePlotPromptsNeeded()

void AcadPlotInternalServices::areShadePlotPromptsNeeded ( bool & ,
bool & ,
HT_Smart_Pointer< HT_Plotter_Definition > & ,
int ,
AcDbObjectId  )

◆ calcEffectiveArea()

bool AcadPlotInternalServices::calcEffectiveArea ( AcDbPlotSettings * ,
int ,
double * ,
double *  )

◆ clearETXCommandDelimiterIfNecessary()

bool AcadPlotInternalServices::clearETXCommandDelimiterIfNecessary ( void )

◆ clearNamedPageSetupRefFromLayoutIfBogus()

bool AcadPlotInternalServices::clearNamedPageSetupRefFromLayoutIfBogus ( AcDbObjectId ) const

◆ dialogValidator()

bool AcadPlotInternalServices::dialogValidator ( void )

◆ doValidate()

bool AcadPlotInternalServices::doValidate ( void )

◆ existExtents()

int AcadPlotInternalServices::existExtents ( void )

◆ get1Dist()

bool AcadPlotInternalServices::get1Dist ( wchar_t const * ,
double *  )

◆ getClientType()

PlotClientType AcadPlotInternalServices::getClientType ( void )

◆ getCurrentSheetPath()

bool AcadPlotInternalServices::getCurrentSheetPath ( CStringW & )

◆ getDefaultConfigName()

wchar_t const * AcadPlotInternalServices::getDefaultConfigName ( void ) const

◆ getHideWarningDialogs()

bool AcadPlotInternalServices::getHideWarningDialogs ( ShowHide_Dialog_Type )

◆ getOverlayViewportID()

long AcadPlotInternalServices::getOverlayViewportID ( void ) const

◆ getPreviousLayoutPlotSettings()

AcDbPlotSettings const * AcadPlotInternalServices::getPreviousLayoutPlotSettings ( void )

◆ getPreviousModelPlotSettings()

AcDbPlotSettings const * AcadPlotInternalServices::getPreviousModelPlotSettings ( void )

◆ getPublishingDWFWithDSD()

bool AcadPlotInternalServices::getPublishingDWFWithDSD ( void )

◆ getShadePlotResolution()

bool AcadPlotInternalServices::getShadePlotResolution ( HT_Smart_Pointer< HT_Plot_Config > ,
int & ,
int & ,
double & ,
AcDbPlotSettings *  )

◆ getSheetSetTemplatePath()

bool AcadPlotInternalServices::getSheetSetTemplatePath ( CStringW & )

◆ getStartUpDirPath()

void AcadPlotInternalServices::getStartUpDirPath ( CStringW & )

◆ getWindow()

int AcadPlotInternalServices::getWindow ( bool ,
double & ,
double & ,
double & ,
double &  )

◆ initLayout()

void AcadPlotInternalServices::initLayout ( AcDbObjectId const & )

◆ isCancelled()

bool AcadPlotInternalServices::isCancelled ( void )

◆ isNoneMediaThere()

bool AcadPlotInternalServices::isNoneMediaThere ( CStringW )

◆ isSamePlotSettings()

bool AcadPlotInternalServices::isSamePlotSettings ( AcDbPlotSettings const * ,
AcDbPlotSettings const *  ) const

◆ plotSetupIsUninitialized()

bool AcadPlotInternalServices::plotSetupIsUninitialized ( AcDbPlotSettings * )

◆ refreshValidatorLists()

void AcadPlotInternalServices::refreshValidatorLists ( AcDbPlotSettings * ,
AcPlPlotConfigManager::RefreshCode  )

◆ sameShadePlot()

bool AcadPlotInternalServices::sameShadePlot ( int & ,
AcDbObjectId & ,
bool &  )

◆ saveShadePlotSetting()

void AcadPlotInternalServices::saveShadePlotSetting ( AcDbLayout * )

◆ scanRVal()

int AcadPlotInternalServices::scanRVal ( wchar_t const * ,
double * ,
bool  )

◆ set_default_newdwg_style_sheet()

void AcadPlotInternalServices::set_default_newdwg_style_sheet ( CStringW )

◆ setCommandCancelledState()

void AcadPlotInternalServices::setCommandCancelledState ( bool )

◆ setCurrentClient()

void AcadPlotInternalServices::setCurrentClient ( PlotClientType )

◆ setDefaultConfigName()

void AcadPlotInternalServices::setDefaultConfigName ( wchar_t const * )

◆ setDialogValidator()

void AcadPlotInternalServices::setDialogValidator ( bool )

◆ setDoValidate()

void AcadPlotInternalServices::setDoValidate ( bool )

◆ setHideWarningDialogs()

void AcadPlotInternalServices::setHideWarningDialogs ( ShowHide_Dialog_Type ,
bool  )

◆ setNoneDeviceDefaults()

void AcadPlotInternalServices::setNoneDeviceDefaults ( AcDbPlotSettings * )

◆ setNoneUserMediaInfo()

void AcadPlotInternalServices::setNoneUserMediaInfo ( CStringW ,
CStringW ,
HT_Float_XY ,
HT_Float_Rectangle ,
HT_Media_Group::Enum  )

◆ setPublishingDWFWithDSD()

void AcadPlotInternalServices::setPublishingDWFWithDSD ( bool )

◆ showSaveShadePlotPrompt()

bool AcadPlotInternalServices::showSaveShadePlotPrompt ( void )

◆ showVectorDeviceWarning()

bool AcadPlotInternalServices::showVectorDeviceWarning ( void )

◆ updateRequiresZoom()

bool AcadPlotInternalServices::updateRequiresZoom ( AcDbPlotSettings const * ,
AcDbPlotSettings const *  )

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