Home
last modified time | relevance | path

Searched refs:hasNumberedAttribute (Results 1 – 5 of 5) sorted by relevance

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DAttributableNodeIndex.cpp67 return node->hasNumberedAttribute(m_pattern, value); in execute()
H A DEntityAttributes.h124 … bool hasNumberedAttribute(const AttributeName& prefix, const AttributeValue& value) const;
H A DAttributableNode.h63 … bool hasNumberedAttribute(const AttributeName& prefix, const AttributeValue& value) const;
H A DAttributableNode.cpp138 …bool AttributableNode::hasNumberedAttribute(const AttributeName& prefix, const AttributeValue& val… in hasNumberedAttribute() function in TrenchBroom::Model::AttributableNode
139 return m_attributes.hasNumberedAttribute(prefix, value); in hasNumberedAttribute()
H A DEntityAttributes.cpp220 …bool EntityAttributes::hasNumberedAttribute(const AttributeName& prefix, const AttributeValue& val… in hasNumberedAttribute() function in TrenchBroom::Model::EntityAttributes