![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CusDtLnkOptions (IPMUnknown *boss) | |
| virtual | ~CusDtLnkOptions () |
| virtual void | AddKeyValuePair (const WideString &key, const WideString &val) |
| virtual WideString | GetValueFromKey (const WideString &key) const |
| virtual int32 | GetKeyValuePairCount () const |
| virtual WideString | GetNthKey (const int32 index) const |
| virtual void | ReadWrite (IPMStream *s, ImplementationID prop) |
Public Member Functions inherited from CPMUnknown< ICusDtLnkOptions > | |
| 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 ICusDtLnkOptions | |
| enum | { kDefaultIID = IID_ICUSDTLNKOPTIONS } |
Protected Member Functions inherited from CPMUnknown< ICusDtLnkOptions > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< ICusDtLnkOptions > | |
| HelperInterface | fHelperInterface |
Class to persist a list of options to the session workspace. CusDtLnkOptions is a persistent implementation of interface ICusDtLnkOptions.
| This macro creates a persistent class factory for the given class name and registers the ID with the host * CusDtLnkOptions::CusDtLnkOptions | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | IN interface ptr from boss object on which this interface is aggregated. |
| inlinevirtual |
Destructor
| virtual |
See ICusDtLnkOptions::AddKeyValuePair
Implements ICusDtLnkOptions.
| inlinevirtual |
See ICusDtLnkOptions::GetKeyValuePairCount
Implements ICusDtLnkOptions.
| virtual |
See ICusDtLnkOptions::GetNthKey
Implements ICusDtLnkOptions.
| virtual |
See ICusDtLnkOptions::GetValueFromKey
Implements ICusDtLnkOptions.
| virtual |
Persistence related method; reads from or writes to given stream
| s | IN the persistent in and out stream. |
| prop | IN the implementation ID |