deSkinPropertyComplex Class Reference

Skin Texture Complex Property. More...

#include <deSkinPropertyComplex.h>

Inheritance diagram for deSkinPropertyComplex:
deSkinProperty

List of all members.

Public Member Functions

Constructors and Destructors
 deSkinPropertyComplex (int type)
 Creates a new named skin property with the given type.
virtual ~deSkinPropertyComplex ()
 Cleans up the skin property.
Management
deSkinSourceGetSource () const
 Retrieves the data source.
void SetSource (deSkinSource *source)
 Sets the data source.
Visiting
virtual void Visit (deSkinPropertyVisitor *visitor)
 Visits the property.

Detailed Description

Skin Texture Complex Property.

Defines a complex property of a skin texture.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deSkinPropertyComplex::deSkinPropertyComplex ( int  type )

Creates a new named skin property with the given type.

Parameters:
typeType of the skin property obtained from adding a property name to the texture property map object held by the engine.
virtual deSkinPropertyComplex::~deSkinPropertyComplex (  ) [virtual]

Cleans up the skin property.


Member Function Documentation

deSkinSource* deSkinPropertyComplex::GetSource (  ) const [inline]

Retrieves the data source.

void deSkinPropertyComplex::SetSource ( deSkinSource source )

Sets the data source.

virtual void deSkinPropertyComplex::Visit ( deSkinPropertyVisitor visitor ) [virtual]

Visits the property.

Parameters:
visitorVisitor to use.

Reimplemented from deSkinProperty.


The documentation for this class was generated from the following file: