deSkinPropertyColor Class Reference

Skin Texture Property Color. More...

#include <deSkinPropertyColor.h>

Inheritance diagram for deSkinPropertyColor:
deSkinProperty

List of all members.

Public Member Functions

Constructors and Destructors
 deSkinPropertyColor (int type)
 Creates a new named skin property color with the given type.
virtual ~deSkinPropertyColor ()
 Cleans up the skin property color.
Management
const decColorGetColor () const
 Retrieves the static color.
void SetColor (const decColor &color)
 Sets the static color.
Visiting
virtual void Visit (deSkinPropertyVisitor *visitor)
 Visits the property.

Detailed Description

Skin Texture Property Color.

Defines a color property of a skin texture.

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

Constructor & Destructor Documentation

deSkinPropertyColor::deSkinPropertyColor ( int  type )

Creates a new named skin property color 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 deSkinPropertyColor::~deSkinPropertyColor (  ) [virtual]

Cleans up the skin property color.


Member Function Documentation

const decColor& deSkinPropertyColor::GetColor (  ) const [inline]

Retrieves the static color.

void deSkinPropertyColor::SetColor ( const decColor color )

Sets the static color.

virtual void deSkinPropertyColor::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: