scene::AlphaProperty Class Reference

This is the Alpha property class. More...

#include <AlphaProperty.h>

Inheritance diagram for scene::AlphaProperty:

Inheritance graph
[legend]
Collaboration diagram for scene::AlphaProperty:

Collaboration graph
[legend]

List of all members.

Public Types

enum  E_BLEND_FUNCTION

Public Member Functions

 AlphaProperty ()
virtual ~AlphaProperty ()
void setSourceFunction (E_BLEND_FUNCTION eValue)
void setDestinationFunction (E_BLEND_FUNCTION eValue)
void setSrcAndDestFunction (E_BLEND_FUNCTION eSrc, E_BLEND_FUNCTION eDest)
E_BLEND_FUNCTION getSourceFunction ()
E_BLEND_FUNCTION getDestinationFunction ()
const char * toString ()


Detailed Description

This is the Alpha property class.

Member Enumeration Documentation

The Alpha properties.


Constructor & Destructor Documentation

scene::AlphaProperty::AlphaProperty (  ) 

Constructor

virtual scene::AlphaProperty::~AlphaProperty (  )  [inline, virtual]

Destructor


Member Function Documentation

void scene::AlphaProperty::setSourceFunction ( E_BLEND_FUNCTION  eValue  ) 

Set the source alpha property

Parameters:
eValue The property value

void scene::AlphaProperty::setDestinationFunction ( E_BLEND_FUNCTION  eValue  ) 

Set the destination alpha property

Parameters:
eValue The property value

void scene::AlphaProperty::setSrcAndDestFunction ( E_BLEND_FUNCTION  eSrc,
E_BLEND_FUNCTION  eDest 
)

Set the source and destination alpha property

Parameters:
eSrc The source property value
eDest The destination property value

E_BLEND_FUNCTION scene::AlphaProperty::getSourceFunction (  ) 

Get the source alpha property

Returns:
The property

E_BLEND_FUNCTION scene::AlphaProperty::getDestinationFunction (  ) 

Get the destination alpha property

Returns:
The property

const char* scene::AlphaProperty::toString (  )  [inline, virtual]

See also:
Object::toString()

Reimplemented from scene::Property.


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

Generated on Mon Mar 3 10:53:10 2008 for Aika by  doxygen 1.5.5