#include <SIM_RenderParmsVolatile.h>

Public Member Functions | |
| virtual void | getMaterialShop (const SIM_Object *obj, UT_String &str) const |
| virtual bool | getForDisplay (const SIM_Object *obj) const |
| virtual bool | getForRender (const SIM_Object *obj) const |
Protected Member Functions | |
| SIM_RenderParmsVolatile (const SIM_DataFactory *factory) | |
| virtual | ~SIM_RenderParmsVolatile () |
Definition at line 26 of file SIM_RenderParmsVolatile.h.
| SIM_RenderParmsVolatile::SIM_RenderParmsVolatile | ( | const SIM_DataFactory * | factory | ) | [explicit, protected] |
| virtual SIM_RenderParmsVolatile::~SIM_RenderParmsVolatile | ( | ) | [protected, virtual] |
| virtual bool SIM_RenderParmsVolatile::getForDisplay | ( | const SIM_Object * | obj | ) | const [virtual] |
Reimplemented from SIM_RenderParms.
| virtual bool SIM_RenderParmsVolatile::getForRender | ( | const SIM_Object * | obj | ) | const [virtual] |
Reimplemented from SIM_RenderParms.
| virtual void SIM_RenderParmsVolatile::getMaterialShop | ( | const SIM_Object * | obj, | |
| UT_String & | str | |||
| ) | const [virtual] |
These methods check the creatorNode to query its current parm value and will pass down to the actual options only if the creator node can't be found.
Reimplemented from SIM_RenderParms.
1.5.9