~ubuntu-branches/ubuntu/intrepid/ncbi-tools6/intrepid

« back to all changes in this revision

Viewing changes to desktop/ingengraph.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-12-07 15:02:17 UTC
  • mfrom: (1.1.6 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061207150217-dhkefi84mxhwof0l
Tags: 6.1.20061015-1ubuntu1
* Re-sync with Debian
* Re-add .desktop files from Phil Bull (Closes Malone: #36384)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*
30
30
* Version Creation Date:   4/26/01
31
31
*
32
 
* $Revision: 6.5 $
 
32
* $Revision: 6.6 $
33
33
*
34
34
* File Description: 
35
35
*
207
207
  typedef struct ing_entitylist{
208
208
    ValNode *Sips;               /* list of sips in SeqEntry */
209
209
    Uint2    entityID;
210
 
    Uint2    itemID;
 
210
    Uint4    itemID;
211
211
    Int4     bspcount;
212
212
    struct   ing_entitylist PNTR next;
213
213
  } IngEntity, PNTR IngEntityPtr;
247
247
  GrouP       deflineg;
248
248
  PopuP       pageControl;
249
249
  Uint2       sel_entityID;
250
 
  Uint2       sel_itemID;
 
250
  Uint4       sel_itemID;
251
251
  GrouP       Buttons;
252
252
  IteM        item_usenetwork;
253
253
  Boolean     update;
256
256
  Uint2       procID;
257
257
  Uint2       userKey;
258
258
  Uint2       entityID;
259
 
  Uint2       itemID;
 
259
  Uint4       itemID;
260
260
  Uint2       itemType;
261
261
  BioseqPtr   bsp;
262
262
  Boolean     bspIsLocked;
324
324
        Static Function Declarations
325
325
 
326
326
*******************************************************************************/
327
 
extern void Ing_AddGCRect(SegmenT seg, SeqIdPtr sip, Uint2 entityID, Uint2 itemID, Uint2 itemtype, Uint1Ptr seq, Int4 left, Int4 top, Int4 right, Int4 bottom, Int4 scaleX,  Uint1 strand, Boolean needs_label, Boolean clickable, Int4 idx, Boolean bShowGC);
 
327
extern void Ing_AddGCRect(SegmenT seg, SeqIdPtr sip, Uint2 entityID, Uint4 itemID, Uint2 itemtype, Uint1Ptr seq, Int4 left, Int4 top, Int4 right, Int4 bottom, Int4 scaleX,  Uint1 strand, Boolean needs_label, Boolean clickable, Int4 idx, Boolean bShowGC);
328
328
 
329
 
extern SegmenT Ing_PopulateSequinGraphic(SegmenT seg, BioseqPtr bsp, Uint2 entityID, Uint2 itemID, Int4 scaleX);
 
329
extern SegmenT Ing_PopulateSequinGraphic(SegmenT seg, BioseqPtr bsp, Uint2 entityID, Uint4 itemID, Int4 scaleX);
330
330
 
331
331
extern void Ing_AddRuler(SegmenT seg, Int4 height, Int4 xstart,Int4 xstop, Int4 scaleX, Int4 scaleY, Boolean add_whitespace);
332
332