DX::IDXTag Struct Reference

#include <IDXTag.h>

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

Collaboration diagram for DX::IDXTag:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const wchar_t *DXMCALL GetText () const =0
virtual DXError DXMCALL SetText (const wchar_t *text)=0


Detailed Description

IDXTag is used by the online library to help index dxmesh files.

Member Function Documentation

virtual const wchar_t* DXMCALL DX::IDXTag::GetText (  )  const [pure virtual]

Get the text of this tag.

Returns:
wchar_t* representing the text.

virtual DXError DXMCALL DX::IDXTag::SetText ( const wchar_t *  text  )  [pure virtual]

Set the text of this tag.

Parameters:
text The new value to set the text to.
Returns:
Error_NullParam if text was null.
Error_Success if the text was changed.


Generated on Wed Jun 17 17:24:51 2009 for DXMesh API by  doxygen 1.5.7.1