|
FRX SDK Documentation 2025 SP0
|
#include <AcPlPlotConfigManager.h>
Public Types | |
| enum | RefreshCode { kAll , kRefreshDevicesList , kRefreshStyleList , kRefreshSystemDevicesList , kRefreshPC3DevicesList } |
| enum | StyTypes { kUndefined = 0 , kRegular = 0x01 , kTranslation = 0x02 , kColorDep = 0x04 , kAllTypes = 0x07 } |
| enum | StdConfigs { kNoneDevice , kDefaultWindowsSysPrinter , kDWF6ePlot , kDWFePlotOptForPlotting , kDWFePlotOptForViewing , kPublishToWebDWF , kPublishToWebJPG , kPublishToWebPNG , kDWFxePlot , kPublishToWebDWFx , kPDFePlot , kPDFePlotGeneralDocs , kPDFePlotHighQuality , kPDFePlotSmallerFile , kPDFePlotWebMobile , kSVFePlot } |
Public Member Functions | |
| virtual bool | getDevicesList (AcArray< AcPlPlotConfigInfo, AcArrayObjectCopyReallocator< AcPlPlotConfigInfo > > &deviceList) |
| virtual bool | getStyleList (AcArray< ACHAR * > &list, long styType=kAllTypes) |
| virtual void | refreshList (AcPlPlotConfigManager::RefreshCode refreshCode=kAll) |
| virtual const ACHAR * | getStdConfigName (StdConfigs stdConfig) |
| virtual Acad::ErrorStatus | setCurrentConfig (AcPlPlotConfig *&, ACHAR const *) |
| virtual Acad::ErrorStatus | getCurrentConfig (AcPlPlotConfig *&) |
Definition at line 30 of file AcPlPlotConfigManager.h.
| Enumerator | |
|---|---|
| kAll | |
| kRefreshDevicesList | |
| kRefreshStyleList | |
| kRefreshSystemDevicesList | |
| kRefreshPC3DevicesList | |
Definition at line 34 of file AcPlPlotConfigManager.h.
Definition at line 48 of file AcPlPlotConfigManager.h.
| Enumerator | |
|---|---|
| kUndefined | |
| kRegular | |
| kTranslation | |
| kColorDep | |
| kAllTypes | |
Definition at line 41 of file AcPlPlotConfigManager.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |