DX::IDXUsedFile Struct Reference

#include <IDXUsedFile.h>

Inherits DX::IDXModelOwned, and DX::IDXUserData.

Collaboration diagram for DX::IDXUsedFile:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

IDXUsedFile represents a file that has been added to an IDXModel which will be included in the dxmesh file.

Constructor & Destructor Documentation

virtual DXMCALL DX::IDXUsedFile::~IDXUsedFile (  )  [pure virtual]


Member Function Documentation

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.

Returns:
Error_NullParam if filename was null.
Error_Success if the filename was changed.


Generated on Tue Apr 14 11:40:18 2009 for DXMeshAPI by  doxygen 1.5.7.1