FCDEAttribute Class Reference

An extra tree attribute. More...

#include <FCDExtra.h>

Inheritance diagram for FCDEAttribute:

FUParameterizable FUTrackable FUObject List of all members.

Public Member Functions

 FCDEAttribute ()
 Default constructor.
 FCDEAttribute (const char *name, const fchar *value)
 Constructor.
const fm::stringGetName () const
 Retrieves the name of the attribute.
void SetName (const fm::string &_name)
 Sets the name of the attribute.
const fstringGetValue () const
 Retrieves the value of the attribute.
void SetValue (const fstring &_value)
 Sets the value of the attribute.

Detailed Description

An extra tree attribute.

Contains a name and a value string.


Constructor & Destructor Documentation

FCDEAttribute::FCDEAttribute  ) 
 

Default constructor.

The name and the value string will be blank.

FCDEAttribute::FCDEAttribute const char *  name,
const fchar *  value
 

Constructor.

Sets the attribute name and the attribute value appropriately.

Parameters:
name The attribute name.
value The attribute value.


Member Function Documentation

const fm::string& FCDEAttribute::GetName  )  const [inline]
 

Retrieves the name of the attribute.

Returns:
The name of the attribute.

const fstring& FCDEAttribute::GetValue  )  const [inline]
 

Retrieves the value of the attribute.

Returns:
The value of the attribute.

void FCDEAttribute::SetName const fm::string _name  )  [inline]
 

Sets the name of the attribute.

Parameters:
_name The new name of the attribute.

void FCDEAttribute::SetValue const fstring _value  )  [inline]
 

Sets the value of the attribute.

Parameters:
_value The new value of the attribute.


The documentation for this class was generated from the following file:
Generated on Thu Feb 14 16:58:37 2008 for FCollada by  doxygen 1.4.6-NO