![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CdlChartData (IPMUnknown *boss) | |
| virtual void | Set (const CdlStockChartData &inStockData) |
| virtual CdlStockChartData | Get () const |
| virtual void | SetName (const WideString &inNameStr) |
| virtual void | GetName (WideString &outNameStr) const |
| void | ReadWrite (IPMStream *stream, ImplementationID implementation) |
Public Member Functions inherited from CPMUnknown< ICdlChartData > | |
| 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 ICdlChartData | |
| enum | { kDefaultIID = IID_ICDLCHARTDATA } |
Protected Member Functions inherited from CPMUnknown< ICdlChartData > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< ICdlChartData > | |
| HelperInterface | fHelperInterface |
Handles stock data (open, high, low, close, volume).
| CdlChartData::CdlChartData | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | IN interface ptr from boss object on which this interface is aggregated. |
| virtual |
Retreives stock data in array.
Implements ICdlChartData.
| virtual |
Gets name from the chart.
| outNameStr | OUT string for the name to be given. |
Implements ICdlChartData.
| void CdlChartData::ReadWrite | ( | IPMStream * | stream, |
| ImplementationID | implementation | ||
| ) |
Reads and writes chart data to be displayed.
| stream | IN contains the stream to be written or read. |
| implementation | IN the implementation ID. |
| virtual |
The stock data to be used in candle chart can be given with this method.
| inStockData | IN can holds number of StockData in array. The data has to be set before calling this method. |
Implements ICdlChartData.
| virtual |
Sets name for the chart.
| inNameStr | IN string of the name to give. |
Implements ICdlChartData.