Home
last modified time | relevance | path

Searched refs:itemsubtype (Results 1 – 13 of 13) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dsalparam.h103 extern void inval_selstruct (EditAlignDataPtr adp, Uint2 ei, Uint4 ii, Uint2 it, Uint2 itemsubtype,…
106 …elstructloc (EditAlignDataPtr adp, Uint2 ei, Uint4 ii, Uint2 it, Uint2 itemsubtype, RecT *rp, Int4…
108 …loc_forfeat (EditAlignDataPtr adp, Uint2 ei, Uint4 ii, Uint2 it, Uint2 itemsubtype, RecT *rp, Int4…
H A Dsalfiles.h80 …DataPtr adp, ValNodePtr feathead, RecT *rp, SelStructPtr ssp, Int4 changevalue, Uint2 itemsubtype);
84 extern void MakeFeatProc (PaneL pnl, Uint2 itemsubtype, Uint1 strand);
H A Dsaled.c188 && itemsubtype[j] == itemsubtype[line]) break; in nextlineup()
197 && itemsubtype[j] == itemsubtype[line]) break; in nextlinedown()
1474 if (itemsubtype==SEQFEAT_CDREGION) { in make_bufssp()
1477 else if (itemsubtype==FEATDEF_CDS) { in make_bufssp()
1513 Uint2 itemsubtype = 0; in locate_point() local
1530 itemsubtype = adp->itemsubtype [ligne]; in locate_point()
1606 Uint2 itemsubtype; in on_click() local
1666 else if( itemsubtype >=EDITDEF_RF1 && itemsubtype<=EDITDEF_RF6 ) in on_click()
1776 Uint2 itemsubtype; in on_drag() local
1904 Uint2 itemsubtype; in on_hold() local
[all …]
H A Dsalpanel.c308 Uint2 itemsubtype; in go_to_next_to_draw() local
327 itemsubtype = curvnp->itemtype; in go_to_next_to_draw()
392 Uint2 itemsubtype; in next_to_draw() local
430 itemsubtype = curvnp->itemtype; in next_to_draw()
456 else if (itemsubtype>=EDITDEF_RF1 && itemsubtype<=EDITDEF_RF6) in next_to_draw()
522 else if( itemsubtype==SEQFEAT_GENE || itemsubtype==SEQFEAT_RNA in next_to_draw()
2216 adp->itemsubtype[line] = ist; in what_inline()
2337 Uint2 itemsubtype; in on_draw() local
2451 else if (itemsubtype>=EDITDEF_RF1 && itemsubtype<=EDITDEF_RF6) in on_draw()
2462 if (itemsubtype>=EDITDEF_RF1 && itemsubtype<EDITDEF_RF4) in on_draw()
[all …]
H A Dsalfiles.c2840 Uint2 itemsubtype; in CdRgnToProtProc() local
2850 itemsubtype = FEATDEF_CDS; in CdRgnToProtProc()
2854 itemsubtype = SEQFEAT_CDREGION; in CdRgnToProtProc()
2861 if (vnp->choice == itemsubtype) { in CdRgnToProtProc()
2895 Uint2 itemsubtype; in UntranslateFunc() local
2905 itemsubtype = FEATDEF_CDS; in UntranslateFunc()
2909 itemsubtype = SEQFEAT_CDREGION; in UntranslateFunc()
2914 if (vnp->choice == itemsubtype) in UntranslateFunc()
3153 if( feat1 != NULL && (vnpfeat->choice ==itemsubtype || itemsubtype == 255)) in update_featpept()
3559 adp->feat = AddFeatFunc (feat, &(adp->feat), itemsubtype); in MakeFeatFunc()
[all …]
H A Dsalparam.c949 extern void inval_selstruct (EditAlignDataPtr adp, Uint2 ei, Uint4 ii, Uint2 it, Uint2 itemsubtype,… in inval_selstruct() argument
958 if (itemsubtype == 255 || adp->itemsubtype[j] == itemsubtype) { in inval_selstruct()
1003 …elstructloc (EditAlignDataPtr adp, Uint2 ei, Uint4 ii, Uint2 it, Uint2 itemsubtype, RecT *rp, Int4… in inval_selstructloc() argument
1056 if (itemsubtype == 255 || adp->itemsubtype[j] == itemsubtype) in inval_selstructloc()
1091 …loc_forfeat (EditAlignDataPtr adp, Uint2 ei, Uint4 ii, Uint2 it, Uint2 itemsubtype, RecT *rp, Int4… in inval_selstructloc_forfeat() argument
1125 if (itemsubtype == 255 || adp->itemsubtype[j] == itemsubtype) in inval_selstructloc_forfeat()
1195 if((adp->itemsubtype[j] >=EDITDEF_RF1 in inval_pep()
1196 && adp->itemsubtype[j] <=EDITDEF_RF6) in inval_pep()
1197 || adp->itemsubtype[j] == FEATDEF_TRSL ) { in inval_pep()
H A Dsalsa.c434 adp->itemsubtype =NULL; in AdpFieldsInit()
526 MemFree (adp->itemsubtype); in AdpFieldsFree()
531 adp->itemsubtype=NULL; in AdpFieldsFree()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsalprop.c832 if (sesp->itemsubtype == FEATDEF_GENE) { in ApplyNewSeqFeat()
836 else if (sesp->itemsubtype == FEATDEF_CDS) { in ApplyNewSeqFeat()
873 else if (sesp->itemsubtype == FEATDEF_mRNA ) { in ApplyNewSeqFeat()
876 else if (sesp->itemsubtype == FEATDEF_tRNA ) { in ApplyNewSeqFeat()
879 else if (sesp->itemsubtype == FEATDEF_rRNA ) { in ApplyNewSeqFeat()
882 else if (sesp->itemsubtype == FEATDEF_snRNA ) { in ApplyNewSeqFeat()
885 else if (sesp->itemsubtype == FEATDEF_scRNA ) { in ApplyNewSeqFeat()
891 else if (sesp->itemsubtype == FEATDEF_PUB ) { in ApplyNewSeqFeat()
897 else if (sesp->itemsubtype == FEATDEF_BOND ) { in ApplyNewSeqFeat()
900 else if (sesp->itemsubtype == FEATDEF_SITE ) { in ApplyNewSeqFeat()
[all …]
H A Dsalsa.h165 itemsubtype; member
269 Uint2Ptr itemsubtype; /* array of feattype / line */ member
H A Dsalstruc.h103 NLM_EXTERN ValNodePtr AddFeatFunc (SelEdStructPtr feat, ValNodePtr *featlist, Uint2 itemsubtype);
H A Dsalstruc.c122 if ( adp->itemsubtype != NULL ) MemFree (adp->itemsubtype); in SetupDataPanel()
123 adp->itemsubtype = NULL; in SetupDataPanel()
124 adp->itemsubtype =(Uint2Ptr)MemNew((size_t) (lg * sizeof(Uint2)) ); in SetupDataPanel()
125 for (j=0; j<MAXLineWindow; j++) adp->itemsubtype[j] = 0; in SetupDataPanel()
138 if (adp->item_id==NULL || adp->seqEntity_id==NULL || adp->itemsubtype==NULL in SetupDataPanel()
1791 NLM_EXTERN ValNodePtr AddFeatFunc (SelEdStructPtr feat, ValNodePtr *featlist, Uint2 itemsubtype) in AddFeatFunc() argument
1812 feathead->choice = (Uint1)itemsubtype; in AddFeatFunc()
1821 if (vnp->choice == itemsubtype) in AddFeatFunc()
1945 vnp->choice = (Uint1)itemsubtype; in AddFeatFunc()
H A Dsalutil.h176 NLM_EXTERN ValNodePtr del_ssp_fromid (ValNodePtr headp, Uint2 itemsubtype, SelEdStructPtr target);
222 NLM_EXTERN Int4 getminpos_fromOMselect (Uint2 itemsubtype);
H A Dsalutil.c1719 NLM_EXTERN ValNodePtr del_ssp_fromid (ValNodePtr headp, Uint2 itemsubtype, SelEdStructPtr target) in del_ssp_fromid() argument
1732 if ( itemsubtype == 255 || vnphead->choice == itemsubtype ) { in del_ssp_fromid()
1825 sesp->itemsubtype = ssp_sit; in new_seledstruct()
1875 sesp->itemsubtype = ssp_sit; in new_seledstruct_fromseqloc()
2604 NLM_EXTERN Int4 getminpos_fromOMselect (Uint2 itemsubtype) in getminpos_fromOMselect() argument
2613 if (ssp->itemtype == itemsubtype) in getminpos_fromOMselect()