src/hg/inc/hui.h 1.135

1.135 2009/07/17 06:24:57 sugnet
Adding support for Fantom CAGE 4 track and filtering beds based on their name.
Index: src/hg/inc/hui.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hui.h,v
retrieving revision 1.134
retrieving revision 1.135
diff -b -B -U 4 -r1.134 -r1.135
--- src/hg/inc/hui.h	10 Jul 2009 01:40:37 -0000	1.134
+++ src/hg/inc/hui.h	17 Jul 2009 06:24:57 -0000	1.135
@@ -890,8 +890,20 @@
 #define  SCORE_MIN         "scoreMin"
 #define  GRAY_LEVEL_SCORE_MIN SCORE_MIN
 #define  MIN_GRAY_LEVEL  "minGrayLevel"
 
+void filterButtons(char *filterTypeVar, char *filterTypeVal, boolean none);
+/* Put up some filter buttons. */
+
+void radioButton(char *var, char *val, char *ourVal);
+/* Print one radio button */
+
+void oneMrnaFilterUi(struct controlGrid *cg, char *text, char *var, struct cart *cart);
+/* Print out user interface for one type of mrna filter. */
+
+void bedUi(struct trackDb *tdb, struct cart *cart, char *title, boolean boxed);
+/* Put up UI for an bed track with filters. */
+
 void scoreCfgUi(char *db, struct cart *cart, struct trackDb *parentTdb, char *name,char *title,int maxScore,boolean boxed);
 /* Put up UI for filtering bed track based on a score */
 
 void netAlignCfgUi(char *db, struct cart *cart, struct trackDb *parentTdb, char *prefix ,char *title, boolean boxed);