OpenPolygon  1.0.0
OpenPolygon is a Rendering Engine
Public Member Functions | List of all members
Engine::Attribute Class Reference

The Attribute class. More...

#include <attribute.h>

Inheritance diagram for Engine::Attribute:

Public Member Functions

void addAttribut (int attribute_id)
 addAttribut More...
 
bool hasAttribut (int attribute_id)
 hasAttribut More...
 
void remove (int attribute_id)
 remove More...
 
AttrIndexList getAttrList (void)
 getAttrList More...
 

Detailed Description

The Attribute class.

Saved Attribute values - only Integers

Member Function Documentation

void Attribute::addAttribut ( int  attribute_id)

addAttribut

Set a Attribute Number

Parameters
attribute_id
AttrIndexList Attribute::getAttrList ( void  )

getAttrList

Return Attribute

Returns
bool Attribute::hasAttribut ( int  attribute_id)

hasAttribut

Return true , if attribute_id exists

Parameters
attribute_id
Returns
void Attribute::remove ( int  attribute_id)

remove

Remove attribute_id from list

Parameters
attribute_id

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