scene::TextureProperty Class Reference

This is the Texture property class. More...

#include <TextureProperty.h>

Inheritance diagram for scene::TextureProperty:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 TextureProperty ()
virtual ~TextureProperty ()
void setTextureData (const void *data)
void setWidth (uint32 value)
void setHeight (uint32 value)
void setFormat (uint32 value)
void setChannels (uint32 value)
const void * getTextureData ()
uint32 getWidth ()
uint32 getHeight ()
uint32 getFormat ()
uint32 getChannels ()
const char * toString ()


Detailed Description

This is the Texture property class.

Constructor & Destructor Documentation

scene::TextureProperty::TextureProperty (  ) 

Constructor

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

Destructor


Member Function Documentation

void scene::TextureProperty::setTextureData ( const void *  data  ) 

Set the texture data

Parameters:
data The texture data

void scene::TextureProperty::setWidth ( uint32  value  ) 

Set the texture width

Parameters:
value The texture width

void scene::TextureProperty::setHeight ( uint32  value  ) 

Set the texture height

Parameters:
value The texture height

void scene::TextureProperty::setFormat ( uint32  value  ) 

Set the texture format

Parameters:
value The texture format

void scene::TextureProperty::setChannels ( uint32  value  ) 

Set the texture channels

Parameters:
value The texture channels

const void* scene::TextureProperty::getTextureData (  ) 

Get the texture data

Returns:
The texture data

uint32 scene::TextureProperty::getWidth (  ) 

Get the texture width

Returns:
The texture witdh

uint32 scene::TextureProperty::getHeight (  ) 

Get the texture height

Returns:
The texture height

uint32 scene::TextureProperty::getFormat (  ) 

Get the texture format

Returns:
The texture format

uint32 scene::TextureProperty::getChannels (  ) 

Get the texture channels

Returns:
The texture channels

const char* scene::TextureProperty::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