Home
last modified time | relevance | path

Searched refs:UserAnnotationList (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dstyle_manager.hpp342 typedef std::list < ncbi::CRef < UserAnnotation > > UserAnnotationList; typedef in StyleManager
359 UserAnnotationList& GetUserAnnotations(void) { return userAnnotations; } in GetUserAnnotations()
360 const UserAnnotationList& GetUserAnnotations(void) const { return userAnnotations; } in GetUserAnnotations()
373 UserAnnotationList userAnnotations;
H A Dstyle_manager.cpp1278 UserAnnotationList::const_iterator d, de = userAnnotations.end(); in GetStyleForResidue()
1302 UserAnnotationList::const_iterator d, de = userAnnotations.end(); in MoleculeHasUserStyle()
1319 UserAnnotationList::const_iterator d, de = userAnnotations.end(); in ResidueHasUserStyle()
1436 UserAnnotationList::iterator u, ue = userAnnotations.end(); in RemoveUserAnnotation()
1465 UserAnnotationList::const_iterator a, ae = userAnnotations.end(); in DisplayUserAnnotation()
1489 UserAnnotationList::iterator d, de = userAnnotations.end(); in MoveUserAnnotation()
1496 UserAnnotationList::iterator swap; in MoveUserAnnotation()
1595 UserAnnotationList::const_iterator a, ae = userAnnotations.end(); in SaveToASNUserAnnotations()
H A Dannotate_dialog.cpp276 StyleManager::UserAnnotationList& annotations = styleManager->GetUserAnnotations(); in ResetListBoxes()
277 StyleManager::UserAnnotationList::iterator l, le = annotations.end(); in ResetListBoxes()