![]() | InDesign SDK 20.5 |

Public Member Functions | |
| DataSourceData (IPMUnknown *boss) | |
| virtual WideString | GetPath () const |
| virtual void | SetPath (const WideString &path) |
| virtual const map< WideString, WideString > & | GetCIP4Mapping () const |
| virtual void | SetCIP4Mapping (const map< WideString, WideString > &mapping) |
| void | ReadWrite (IPMStream *stream, ImplementationID implementation) |
Public Member Functions inherited from CPMUnknown< IDataSourceData > | |
| 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 |
Public Member Functions inherited from IDataSourceData | |
| virtual void | SetCIP4Mapping (const std::map< WideString, WideString > &mapping)=0 |
Additional Inherited Members | |
Public Types inherited from IDataSourceData | |
| enum | { kDefaultIID = IID_IDATASOURCEDATA } |
Protected Member Functions inherited from CPMUnknown< IDataSourceData > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IDataSourceData > | |
| HelperInterface | fHelperInterface |
Stores persistent data to control the behavior of PDF/VT export process.
| DataSourceData::DataSourceData | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| virtual |
| virtual |
Gets the path to the datasource file.
Implements IDataSourceData.
| void DataSourceData::ReadWrite | ( | IPMStream * | stream, |
| ImplementationID | implementation | ||
| ) |
Saves persistently, reads persistent data.
| virtual |
Sets CIP4 metadata mapping.
| mapping | CIP4 metadata mapping. |
| virtual |
Sets the path of the datasource file.
| path | The path to the datasource file. |
Implements IDataSourceData.