An interface to a class that provides key-value properties.
#include <import/YiPropertiesSource.h>

Public Member Functions | |
| virtual | ~IYIPropertiesSource () |
| virtual bool | GetProperty (const CYIString &propertyName, CYIString *pValue) const =0 |
| virtual const std::map< CYIString, CYIString > & | GetProperties () const =0 |
|
inlinevirtual |
|
pure virtual |
Returns the map of all available properties.
Implemented in CYISceneNode, CYIViewTemplate, and CYIAEViewTemplate.
|
pure virtual |
Stores the value of a property specified by propertyName into pValue. Returns false if the property cannot be found.
Implemented in CYISceneNode, CYIViewTemplate, CYISceneView, and CYIAEViewTemplate.