![]() | InDesign SDK 20.5 |

Public Member Functions | |
| BPIData (IPMUnknown *boss) | |
| virtual | ~BPIData () |
| virtual const WideString & | Get () |
| virtual void | Set (const WideString &value) |
Public Member Functions inherited from CPMUnknown< IBPIData > | |
| 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 IBPIData | |
| enum | { kDefaultIID = IID_IBPIDATA } |
Protected Member Functions inherited from CPMUnknown< IBPIData > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IBPIData > | |
| HelperInterface | fHelperInterface |
Non persistent implementation of IBPIData used by clients who just want to pass IBPIData parameters around at run time and don't need their value stored persistently.
| BPIData::BPIData | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| inlinevirtual |
Destructor
| virtual |
| virtual |