Home
last modified time | relevance | path

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

/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DGenericReadActor.cpp80 const QString GenericSeqActorProto::LIMIT_ATTR("sequence-count-limit"); member in U2::Workflow::GenericSeqActorProto
115 …Descriptor ld(LIMIT_ATTR, SeqReadPrompter::tr("Sequence count limit"), SeqReadPrompter::tr("<i>Spl… in GenericSeqActorProto()
139 getEditor()->addDelegate(new SpinBoxDelegate(minMaxMap), LIMIT_ATTR); in GenericSeqActorProto()
H A DGenericReadActor.h54 static const QString LIMIT_ATTR; variable
H A DGenericReadWorker.cpp283 cfg[GenericSeqActorProto::LIMIT_ATTR] = 0; // no limit in merge mode in init()
285 …cfg[GenericSeqActorProto::LIMIT_ATTR] = actor->getParameter(GenericSeqActorProto::LIMIT_ATTR)->get… in init()
298 int limit = cfg[GenericSeqActorProto::LIMIT_ATTR].toInt(); in onTaskFinished()
/dports/biology/ugene/ugene-40.1/src/plugins/orf_marker/src/
H A DORFQuery.cpp50 static const QString LIMIT_ATTR("limit-results"); variable
214 …Descriptor lr(LIMIT_ATTR, QDORFActor::tr("Limit results"), QDORFActor::tr("The amount of results w… in QDORFActorPrototype()
H A DORFWorker.cpp65 static const QString LIMIT_ATTR("limit-results"); variable
99 …Descriptor lr(LIMIT_ATTR, ORFWorker::tr("Limit results"), ORFWorker::tr("The amount of results wil… in init()