![]() | InDesign SDK 20.5 |

Public Member Functions | |
| SuppUISysFileData (IPMUnknown *boss) | |
| virtual void | Set (const IDFile &theFile) |
| virtual const IDFile & | GetSysFile () const |
Public Member Functions inherited from CPMUnknown< ISysFileData > | |
| 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 |
Protected Attributes | |
| IDFile | fSysFile |
Protected Attributes inherited from CPMUnknown< ISysFileData > | |
| HelperInterface | fHelperInterface |
Additional Inherited Members | |
Public Types inherited from ISysFileData | |
| enum | { kDefaultIID = IID_ISYSFILEDATA } |
Protected Member Functions inherited from CPMUnknown< ISysFileData > | |
| CPMUnknown (IPMUnknown *boss) | |
Implements ISysFileData
This implementation stores an IDFile, which is initialized to SDKSample-SuppUI.xml. It can be changed by calling Set.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * SuppUISysFileData::SuppUISysFileData | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| virtual |
This will return a const reference to the saved IDFile.
Implements ISysFileData.
| virtual |
This will copy the passed in IDFile
| theFile | IN const reference that will be copied. |
Implements ISysFileData.