Home
last modified time | relevance | path

Searched refs:mIdList (Results 1 – 14 of 14) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/sbml/
H A DLocalStyle.cpp155 , mIdList ( orig.mIdList ) in LocalStyle()
169 mIdList = rhs.mIdList; in operator =()
199 return this->mIdList; in getIdList()
208 return this->mIdList; in getIdList()
217 return (unsigned int)this->mIdList.size(); in getNumIds()
226 return (this->mIdList.find(id)!=this->mIdList.end()); in isInIdList()
238 this->mIdList.insert(id); in addId()
246 return createStringFromSet(mIdList); in createIdString()
256 this->mIdList.erase(id); in removeId()
267 this->mIdList=idList; in setIdList()
[all …]
H A DLocalStyle.h87 std::set<std::string> mIdList;
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/layout/extension/
H A DLayoutSBMLDocumentPlugin.cpp239 return mIdList; in getIdList()
268 mIdList.clear(); in populateValidationLists()
301 mIdList.append(static_cast<SBase*>(*iter)->getId()); in populateValidationLists()
H A DLayoutSBMLDocumentPlugin.h186 IdList mIdList; variable
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/packages/layout/extension/
H A DLayoutSBMLDocumentPlugin.cpp239 return mIdList; in getIdList()
268 mIdList.clear(); in populateValidationLists()
301 mIdList.append(static_cast<SBase*>(*iter)->getId()); in populateValidationLists()
H A DLayoutSBMLDocumentPlugin.h186 IdList mIdList; variable
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/pop3/
H A Djobs.cpp172 mIdList.insert(id, length); in slotData()
183 return mIdList; in idList()
215 mIdList.insert(uidQString, id); in slotData()
234 return mIdList; in idList()
H A Djobs.h82 QMap<int, int> mIdList;
98 QMap<QString, int> mIdList; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaPhysXExporter.h210 COLLADABU::IDList mIdList; variable
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/
H A DModel.cpp104 , mIdList ( ) in Model()
137 , mIdList ( ) in Model()
197 , mIdList (orig.mIdList) in Model()
285 mIdList = rhs.mIdList; in operator =()
7323 mIdList.clear(); in populateAllElementIdList()
7334 mIdList.append(static_cast<SBase*>(*iter)->getId()); in populateAllElementIdList()
7348 return (mIdList.size() != 0); in isPopulatedAllElementIdList()
7358 return mIdList; in getAllElementIdList()
7368 mIdList.clear(); in clearAllElementIdList()
H A DModel.h4269 IdList mIdList; variable
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/
H A DModel.cpp104 , mIdList ( ) in Model()
137 , mIdList ( ) in Model()
197 , mIdList (orig.mIdList) in Model()
285 mIdList = rhs.mIdList; in operator =()
7323 mIdList.clear(); in populateAllElementIdList()
7334 mIdList.append(static_cast<SBase*>(*iter)->getId()); in populateAllElementIdList()
7348 return (mIdList.size() != 0); in isPopulatedAllElementIdList()
7358 return mIdList; in getAllElementIdList()
7368 mIdList.clear(); in clearAllElementIdList()
H A DModel.h4269 IdList mIdList; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaPhysXExporter.cpp5258 colladaId = mIdList.addId(colladaId); in generateColladaId()