Home
last modified time | relevance | path

Searched refs:PropertyValuePtr (Results 1 – 18 of 18) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/shiny/Main/
H A DPropertyBase.hpp39 typedef boost::shared_ptr<PropertyValue> PropertyValuePtr; typedef
144 typedef std::map<std::string, PropertyValuePtr> PropertyMap;
167 virtual void setProperty (const std::string& name, PropertyValuePtr value);
168 PropertyValuePtr& getProperty (const std::string& name);
195 PropertyValuePtr newVal = PropertyValuePtr (new StringValue(v)); in retrieveValue()
216 PropertyValuePtr newVal (static_cast<PropertyValue*>(ptr)); in retrieveValue()
227 inline PropertyValuePtr makeProperty (const std::string& prop) in makeProperty()
230 return PropertyValuePtr (static_cast<PropertyValue*>(new LinkedValue(prop))); in makeProperty()
232 return PropertyValuePtr (static_cast<PropertyValue*> (new StringValue(prop))); in makeProperty()
238 inline PropertyValuePtr makeProperty (T* p) in makeProperty()
[all …]
H A DPlatform.hpp43 …virtual bool setPropertyOverride (const std::string& name, PropertyValuePtr& value, PropertySetGet…
57 …virtual void setGpuConstant (int type, const std::string& name, ValueType vt, PropertyValuePtr val…
100 virtual void setSharedParameter (const std::string& name, PropertyValuePtr value) = 0;
H A DPropertyBase.cpp86 PropertyValuePtr p = context->getProperty(mStringValue); in get()
187 …void PropertySet::setProperty (const std::string& name, PropertyValuePtr &value, PropertySetGet* c… in setProperty()
197 …bool PropertySet::setPropertyOverride (const std::string& name, PropertyValuePtr &value, PropertyS… in setPropertyOverride()
232 void PropertySetGet::setProperty (const std::string& name, PropertyValuePtr value) in setProperty()
242 PropertyValuePtr& PropertySetGet::getProperty (const std::string& name) in getProperty()
H A DPlatform.cpp68 …bool TextureUnitState::setPropertyOverride (const std::string& name, PropertyValuePtr& value, Prop… in setPropertyOverride()
H A DMaterialInstance.hpp60 virtual void setProperty (const std::string& name, PropertyValuePtr value);
H A DShaderInstance.cpp197 PropertyValuePtr value = properties->getProperty(propertyName); in parse()
204 PropertyValuePtr value = properties->getProperty(propertyName); in parse()
218 PropertyValuePtr value = properties->getProperty(propertyName); in parse()
H A DFactory.hpp87 void setSharedParameter (const std::string& name, PropertyValuePtr value);
H A DMaterialInstance.cpp55 void MaterialInstance::setProperty (const std::string& name, PropertyValuePtr value) in setProperty()
H A DFactory.cpp376 void Factory::setSharedParameter (const std::string& name, PropertyValuePtr value) in setSharedParameter()
/dports/games/stuntrally/stuntrally-2.6.1/source/shiny/Platforms/Ogre/
H A DOgrePass.hpp22 …virtual void setGpuConstant (int type, const std::string& name, ValueType vt, PropertyValuePtr val…
31 …virtual bool setPropertyOverride (const std::string &name, PropertyValuePtr& value, PropertySetGet…
H A DOgrePass.cpp44 …bool OgrePass::setPropertyOverride (const std::string &name, PropertyValuePtr& value, PropertySetG… in setPropertyOverride()
62 …void OgrePass::setGpuConstant (int type, const std::string& name, ValueType vt, PropertyValuePtr v… in setGpuConstant()
H A DOgreTextureUnitState.hpp23 …virtual bool setPropertyOverride (const std::string &name, PropertyValuePtr& value, PropertySetGet…
H A DOgreTextureUnitState.cpp17 …bool OgreTextureUnitState::setPropertyOverride (const std::string &name, PropertyValuePtr& value, … in setPropertyOverride()
H A DOgrePlatform.hpp52 virtual void setSharedParameter (const std::string& name, PropertyValuePtr value);
H A DOgrePlatform.cpp138 void OgrePlatform::setSharedParameter (const std::string& name, PropertyValuePtr value) in setSharedParameter()
/dports/games/stuntrally/stuntrally-2.6.1/source/shiny/Editor/
H A DQuery.cpp73 PropertyValuePtr property = it->getProperty(pit->first); in executeImpl()
85 PropertyValuePtr property = it->mShaderProperties.getProperty(pit->first); in executeImpl()
102 PropertyValuePtr property = tIt->getProperty(pit->first); in executeImpl()
115 MaterialProperty::Type MaterialQuery::getType(const std::string &key, PropertyValuePtr value) in getType()
H A DQuery.hpp100 MaterialProperty::Type getType (const std::string& key, PropertyValuePtr value);
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DGui_Tweak.cpp38 sh::PropertyValuePtr pv = (*it).second; in CreateGUITweakMtr()
142 sh::PropertyValuePtr& vp = mat->getProperty(prop); in TweakSetMtrPar()