Home
last modified time | relevance | path

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

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dswapobjectsidswidget.cpp190 QLabel *ico_lbl=nullptr, *id_lbl=nullptr; in showObjectId() local
196 id_lbl=src_id_lbl; in showObjectId()
202 id_lbl=dst_id_lbl; in showObjectId()
206 id_lbl->clear(); in showObjectId()
209 id_lbl->setText(IdLabel.arg(sel_obj->getObjectId())); in showObjectId()
213 id_lbl->setVisible(true); in showObjectId()
218 id_lbl->setVisible(false); in showObjectId()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/align_format/
H A Dshowalign.cpp1703 string anchorTmpl,checkBoxTmpl,id_lbl; in x_DisplaySequenceIDForQueryAnchored() local
1724 id_lbl = CAlignFormatUtil::GetLabel(seqID,CSeq_id::eContent); in x_DisplaySequenceIDForQueryAnchored()
1726 id_lbl = "lcl|" + id_lbl; in x_DisplaySequenceIDForQueryAnchored()
1731id_lbl = id_lbl.empty() ? ((gi > ZERO_GI) ? NStr::NumericToString(gi) : alnRoInfo->seqidArray[row]… in x_DisplaySequenceIDForQueryAnchored()
1732 … string displString = CAlignFormatUtil::MapTemplate(anchorTmpl + checkBoxTmpl,"id_lbl",id_lbl); in x_DisplaySequenceIDForQueryAnchored()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/align_format/
H A Dshowalign.cpp1703 string anchorTmpl,checkBoxTmpl,id_lbl; in x_DisplaySequenceIDForQueryAnchored() local
1724 id_lbl = CAlignFormatUtil::GetLabel(seqID,CSeq_id::eContent); in x_DisplaySequenceIDForQueryAnchored()
1726 id_lbl = "lcl|" + id_lbl; in x_DisplaySequenceIDForQueryAnchored()
1731id_lbl = id_lbl.empty() ? ((gi > ZERO_GI) ? NStr::NumericToString(gi) : alnRoInfo->seqidArray[row]… in x_DisplaySequenceIDForQueryAnchored()
1732 … string displString = CAlignFormatUtil::MapTemplate(anchorTmpl + checkBoxTmpl,"id_lbl",id_lbl); in x_DisplaySequenceIDForQueryAnchored()