CFx SDK Documentation  2020SP3
DbSetPlotSettingsPE.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2017, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Teigha(R) software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Teigha(R) Copyright (C) 2002-2017 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 
25 
26 
27 #ifndef OD_DBSETPLOTSETPE_H
28 #define OD_DBSETPLOTSETPE_H
29 
30 #include "RxObject.h"
31 #include "DbPlotSettings.h"
32 
40 {
41 public:
42  //DOM-IGNORE-BEGIN
44  //DOM-IGNORE-END
45 
54  virtual OdResult setPlotCfgName(OdDbPlotSettings *pPlotSettings, const OdString &plotCfgName);
55 
64  virtual OdResult setPlotLayoutFlags(OdDbPlotSettings *pPlotSettings, OdInt16 flags);
65 
81  virtual OdResult setMargins(OdDbPlotSettings *pPlotSettings, double left, double Bottom, double right, double top);
82 
96  virtual OdResult setPlotPaperSize(OdDbPlotSettings *pPlotSettings, double paperWidth, double paperHeight);
97 
108  virtual OdResult setMediaName(OdDbPlotSettings *pPlotSettings, OdString mediaName);
109 
121  virtual OdResult setOrigin(OdDbPlotSettings *pPlotSettings, const OdGePoint2d &origin);
122 
144 
165 
188 
203  virtual OdResult setPlotWindowArea(OdDbPlotSettings *pPlotSettings, double xmin, double ymin, double xmax, double ymax);
204 
213  virtual OdResult setPlotView(OdDbPlotSettings* pPlotSettings, OdDbObjectId plotViewId);
214 
227  virtual OdResult setPrintScale(OdDbPlotSettings* pPlotSettings, double numerator, double denominator);
228 
237  virtual OdResult setStyleSheet(OdDbPlotSettings* pPlotSettings, OdString styleSheet);
238 
290 
297  virtual OdResult setScaleFactor(OdDbPlotSettings* pPlotSettings, double dScaleFactor);
298 };
299 
304 
305 #endif // OD_DBSETPLOTSETPE_H
306 
OdResult
OdResult
Definition: OdResult.h:29
OdString
Definition: OdString.h:95
OdDbSetPlotSettingsPE::setScaleFactor
virtual OdResult setScaleFactor(OdDbPlotSettings *pPlotSettings, double dScaleFactor)
OdDbSetPlotSettingsPE::setPlotPaperSize
virtual OdResult setPlotPaperSize(OdDbPlotSettings *pPlotSettings, double paperWidth, double paperHeight)
OdDbSetPlotSettingsPE::setPlotRotation
virtual OdResult setPlotRotation(OdDbPlotSettings *pPlotSettings, OdDbPlotSettings::PlotRotation plotRotation)
OdDbSetPlotSettingsPE::ODRX_DECLARE_MEMBERS
ODRX_DECLARE_MEMBERS(OdDbSetPlotSettingsPE)
OdRxObject
Definition: RxObject.h:564
OdDbObjectId
Definition: DbObjectId.h:99
OdDbSetPlotSettingsPE::setStyleSheet
virtual OdResult setStyleSheet(OdDbPlotSettings *pPlotSettings, OdString styleSheet)
OdDbSetPlotSettingsPEPtr
OdSmartPtr< OdDbSetPlotSettingsPE > OdDbSetPlotSettingsPEPtr
Definition: DbSetPlotSettingsPE.h:303
OdDbSetPlotSettingsPE::setPlotWindowArea
virtual OdResult setPlotWindowArea(OdDbPlotSettings *pPlotSettings, double xmin, double ymin, double xmax, double ymax)
RxObject.h
OdInt16
short OdInt16
Definition: OdPlatformSettings.h:756
OdDbSetPlotSettingsPE::setPlotLayoutFlags
virtual OdResult setPlotLayoutFlags(OdDbPlotSettings *pPlotSettings, OdInt16 flags)
OdSmartPtr
Definition: SmartPtr.h:58
OdDbPlotSettings::StdScaleType
StdScaleType
Definition: DbPlotSettings.h:73
OdDbPlotSettings
Definition: DbPlotSettings.h:41
OdDbSetPlotSettingsPE::setPrintScale
virtual OdResult setPrintScale(OdDbPlotSettings *pPlotSettings, double numerator, double denominator)
OdDbSetPlotSettingsPE::setScaleType
virtual OdResult setScaleType(OdDbPlotSettings *pPlotSettings, OdDbPlotSettings::StdScaleType scaleType)
OdDbSetPlotSettingsPE::setPlotView
virtual OdResult setPlotView(OdDbPlotSettings *pPlotSettings, OdDbObjectId plotViewId)
OdDbPlotSettings::PlotPaperUnits
PlotPaperUnits
Definition: DbPlotSettings.h:48
DbPlotSettings.h
OdDbSetPlotSettingsPE::setPlotType
virtual OdResult setPlotType(OdDbPlotSettings *pPlotSettings, OdDbPlotSettings::PlotType plotType)
OdDbSetPlotSettingsPE::setMediaName
virtual OdResult setMediaName(OdDbPlotSettings *pPlotSettings, OdString mediaName)
OdDbSetPlotSettingsPE
Definition: DbSetPlotSettingsPE.h:40
OdDbSetPlotSettingsPE::setPlotPaperUnits
virtual OdResult setPlotPaperUnits(OdDbPlotSettings *pPlotSettings, OdDbPlotSettings::PlotPaperUnits units)
TOOLKIT_EXPORT
#define TOOLKIT_EXPORT
Definition: DbExport.h:40
OdDbSetPlotSettingsPE::setOrigin
virtual OdResult setOrigin(OdDbPlotSettings *pPlotSettings, const OdGePoint2d &origin)
OdDbSetPlotSettingsPE::setPlotCfgName
virtual OdResult setPlotCfgName(OdDbPlotSettings *pPlotSettings, const OdString &plotCfgName)
OdDbPlotSettings::PlotType
PlotType
Definition: DbPlotSettings.h:63
OdDbSetPlotSettingsPE::setMargins
virtual OdResult setMargins(OdDbPlotSettings *pPlotSettings, double left, double Bottom, double right, double top)
OdDbPlotSettings::PlotRotation
PlotRotation
Definition: DbPlotSettings.h:55
OdGePoint2d
Definition: GePoint2d.h:60