![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CdlChartFacade (IPMUnknown *boss) | |
| virtual | ~CdlChartFacade () |
| virtual ErrorCode | CreateCandleChart (const UIDRef &layerRef, const IDFile &csvFile, const PMPoint &startPoint, const PMPoint &endPoint) const |
Public Member Functions inherited from CPMUnknown< ICdlChartFacade > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from ICdlChartFacade | |
| enum | { kDefaultIID = IID_ICDLCHARTFACADE } |
Protected Member Functions inherited from CPMUnknown< ICdlChartFacade > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< ICdlChartFacade > | |
| HelperInterface | fHelperInterface |
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * CdlChartFacade::CdlChartFacade | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | IN interface ptr from boss object on which this interface is aggregated. |
| inlinevirtual |
Destructor
| virtual |
CreateCandleChart
| layerRef | IN layer on which to create the candle chart. |
| csvFile | IN csv file containing the data used to create the candle chart. |
| startPoint | IN start point in pasteboard coordinates. |
| endPoint | IN end point in pasteboard coordinates. |
Implements ICdlChartFacade.