Home
last modified time | relevance | path

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

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/model/
H A DMarker.cpp39 const QString MarkerTypes::ANNOTATION_COUNT_MARKER_ID("annotations-count"); member in U2::MarkerTypes
49 } else if (ANNOTATION_COUNT_MARKER_ID == typeId) { in getDataTypeById()
76 …return Descriptor(MarkerTypes::ANNOTATION_COUNT_MARKER_ID, tr("Annotation count markers"), tr("Ann… in ANNOTATION_COUNT()
97 } else if (markerId == MarkerTypes::ANNOTATION_COUNT_MARKER_ID) { in getSlotByMarkerType()
128 …rkerTypes::ANNOTATION_LENGTH_MARKER_ID == type || MarkerTypes::ANNOTATION_COUNT_MARKER_ID == type)… in createInstanse()
411 if (MarkerTypes::ANNOTATION_COUNT_MARKER_ID == type) { in getMarkingResult()
H A DMarker.h46 static const QString ANNOTATION_COUNT_MARKER_ID; variable
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/support/serialize/
H A DHRSchemaSerializer.cpp2166 …pes::ANNOTATION_LENGTH_MARKER_ID == markerType || MarkerTypes::ANNOTATION_COUNT_MARKER_ID == marke… in parseMarker()