#include <IExportProviderSignalData.h>
|
| enum | { kDefaultIID = IID_IEXPORTPROVIDERSIGNALDATA } |
| |
Data interface for Export Providers to use when signaling responders.
- See Also
- IExportProvider.h
- CExportProvider.h
| virtual IDocument* IExportProviderSignalData::GetDocument | ( | | ) | const |
| pure virtual |
| virtual IDFile IExportProviderSignalData::GetFile | ( | | ) | const |
| pure virtual |
DEPRECATED: Use GetURI instead. Get the file
| virtual PMString IExportProviderSignalData::GetFormat | ( | | ) | const |
| pure virtual |
| virtual UIFlags IExportProviderSignalData::GetUIFlags | ( | | ) | const |
| pure virtual |
| virtual const URI& IExportProviderSignalData::GetURI | ( | | ) | const |
| pure virtual |
Get the unique resource identifier representing the export result.
| virtual bool8 IExportProviderSignalData::IsStandAlone | ( | | ) | const |
| pure virtual |
| virtual void IExportProviderSignalData::SetDocument | ( | IDocument * | document | ) | |
| pure virtual |
| virtual void IExportProviderSignalData::SetFile | ( | const IDFile & | file | ) | |
| pure virtual |
DEPRECATED: Use SetURI instead. Set the file
| virtual void IExportProviderSignalData::SetFormat | ( | const PMString & | format | ) | |
| pure virtual |
| virtual void IExportProviderSignalData::SetSessionToken | ( | ExportSessionToken | sessionToken | ) | |
| pure virtual |
A session token identifies an export of one or more documents. For the standalone exports this is unused. For exports like JPEG we start return the sessionToken from the standalone export signal and pass it as an argument to the sub-exports.
Defaults to nil
| virtual void IExportProviderSignalData::SetStandAlone | ( | bool8 | bIsStandAlone | ) | |
| pure virtual |
A single export may produce a number of assets, and we need to
distinguish between the main export and the extra assets that need to be treated differently.
Defaults to True.
| virtual void IExportProviderSignalData::SetUIFlags | ( | UIFlags | uiFlags | ) | |
| pure virtual |
| virtual void IExportProviderSignalData::SetURI | ( | const URI & | uri | ) | |
| pure virtual |
Set the unique resource identifier representing the export result.