#include <IDXUsedFile.h>
Inherits DX::IDXModelOwned, and DX::IDXUserData.
Public Member Functions | |
virtual DXMCALL | ~IDXUsedFile ()=0 |
virtual bool DXMCALL | GetDeleteAfter () const =0 |
virtual const wchar_t *DXMCALL | GetFilename () const =0 |
virtual void DXMCALL | SetDeleteAfter (bool value)=0 |
virtual DXError DXMCALL | SetFilename (const wchar_t *filename)=0 |
virtual DXMCALL DX::IDXUsedFile::~IDXUsedFile | ( | ) | [pure virtual] |
virtual bool DXMCALL DX::IDXUsedFile::GetDeleteAfter | ( | ) | const [pure virtual] |
Determines if the file will be deleted after the model is saved.
virtual const wchar_t* DXMCALL DX::IDXUsedFile::GetFilename | ( | ) | const [pure virtual] |
The filename that is being referred to.
virtual void DXMCALL DX::IDXUsedFile::SetDeleteAfter | ( | bool | value | ) | [pure virtual] |
Set if the file should be deleted after the model is saved.
virtual DXError DXMCALL DX::IDXUsedFile::SetFilename | ( | const wchar_t * | filename | ) | [pure virtual] |
Set the filename that this used file refers to.