![]() | InDesign SDK 20.5 |

Public Member Functions | |
| PstLstData (IPMUnknown *boss) | |
| virtual const WideString & | GetName () |
| virtual void | SetName (const WideString &theData) |
| virtual void | SetParent (const UID parent) |
| virtual UID | GetParent () const |
Public Member Functions inherited from CPMUnknown< IPstLstData > | |
| 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 IPstLstData | |
| enum | { kDefaultIID = IID_IPSTLSTDATA } |
Protected Member Functions inherited from CPMUnknown< IPstLstData > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IPstLstData > | |
| HelperInterface | fHelperInterface |
PstLstData is the non-persistent IPstLstData implementation.
| PstLstData::PstLstData | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| virtual |
This function returns IPstLstData's only data member, fName.
Implements IPstLstData.
| virtual |
Implements IPstLstData.
| virtual |
This function set its only data member with the parameter passed in.
| theData | data to be set |
Implements IPstLstData.
| virtual |
Implements IPstLstData.