Public Member Functions | |
virtual IDType MCCOMAPI | GetDataID () const =0 |
virtual IDType MCCOMAPI | GetDataHint () const =0 |
the id of the flavor (eg kDragFlavor_ImportFile) | |
virtual IMCFile *MCCOMAPI | GetDataFile () const =0 |
a hint about the content of the data (eg the file's MCFileTypeID) |
virtual IMCFile* MCCOMAPI I3DImportData::GetDataFile | ( | ) | const [pure virtual] |
a hint about the content of the data (eg the file's MCFileTypeID)
Implemented in TImportFileData.
virtual IDType MCCOMAPI I3DImportData::GetDataHint | ( | ) | const [pure virtual] |
the id of the flavor (eg kDragFlavor_ImportFile)
Implemented in TImportFileData.
virtual IDType MCCOMAPI I3DImportData::GetDataID | ( | ) | const [pure virtual] |
Implemented in TImportFileData.