b3a736d38fd7948fc25161abcfbd9aeb57d98d77 tdreszer Fri Jan 28 16:36:21 2011 -0800 Made cfgByCfgType() public so that hgTrackUi can standardize to this call. diff --git src/hg/inc/hui.h src/hg/inc/hui.h index bdc6fdf..76ebbd9 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -1166,16 +1166,19 @@ #define fourStateVisible(fourState) ((fourState) == FOUR_STATE_CHECKED) int subtrackFourStateChecked(struct trackDb *subtrack, struct cart *cart); /* Returns the four state checked state of the subtrack */ void subtrackFourStateCheckedSet(struct trackDb *subtrack, struct cart *cart,boolean checked, boolean enabled); /* Sets the fourState Checked in the cart and updates cached state */ boolean hPrintPennantIcon(struct trackDb *tdb); // Returns TRUE and prints out the "pennantIcon" when found. Example: ENCODE tracks in hgTracks config list. boolean printPennantIconNote(struct trackDb *tdb); // Returns TRUE and prints out the "pennantIcon" and note when found. //This is used by hgTrackUi and hgc before printing out trackDb "html" +void cfgByCfgType(eCfgType cType,char *db, struct cart *cart, struct trackDb *tdb,char *prefix, char *title, boolean boxed); +// Methods for putting up type specific cfgs used by composites/subtracks in hui.c and exported for common use + #endif /* HUI_H */