shiny  0.4
a shader and material management library for OGRE
Public Member Functions | Protected Member Functions | List of all members
sh::PropertySet Class Reference

base class that allows setting properties with any kind of value-type More...

#include <PropertyBase.hpp>

+ Inheritance diagram for sh::PropertySet:

Public Member Functions

void setProperty (const std::string &name, PropertyValuePtr &value, PropertySetGet *context)
 

Protected Member Functions

virtual bool setPropertyOverride (const std::string &name, PropertyValuePtr &value, PropertySetGet *context)
 

Detailed Description

base class that allows setting properties with any kind of value-type

Member Function Documentation

◆ setPropertyOverride()

virtual bool sh::PropertySet::setPropertyOverride ( const std::string &  name,
PropertyValuePtr &  value,
PropertySetGet context 
)
protectedvirtual
Returns
true if the specified property was found, or false otherwise

Reimplemented in sh::TextureUnitState, sh::OgrePass, and sh::OgreTextureUnitState.


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