src/hg/hgTracks/hgTracks.h 1.183

1.183 2009/06/18 17:55:05 larrym
add dragZoomingConfig
Index: src/hg/hgTracks/hgTracks.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/hgTracks.h,v
retrieving revision 1.182
retrieving revision 1.183
diff -b -B -U 4 -r1.182 -r1.183
--- src/hg/hgTracks/hgTracks.h	19 Mar 2009 22:21:05 -0000	1.182
+++ src/hg/hgTracks/hgTracks.h	18 Jun 2009 17:55:05 -0000	1.183
@@ -959,8 +959,9 @@
 #define configHideEncodeGroups "hgt_doConfigHideEncodeGroups"
 #define configShowEncodeGroups "hgt_doConfigShowEncodeGroups"
 #define configGroupTarget "hgt_configGroupTarget"
 #define configPriorityOverride "hgt_priorityOverride"
+#define searchTracks "hgt_searchTracks"
 
 void configPage();
 /* Put up configuration page. */
 
@@ -1085,14 +1086,21 @@
 
 void registerTrackHandler(char *name, TrackHandler handler);
 /* Register a track handling function. */
 
+void doSearchTracks(struct group *groupList);
+
+boolean superTrackHasVisibleMembers(struct trackDb *tdb);
+
 enum trackVisibility limitedVisFromComposite(struct track *subtrack);
 /* returns the subtrack visibility which may be limited by composite with multi-view dropdowns. */
 
 char *getScoreFilterClause(struct cart *cart,struct trackDb *tdb,char *scoreColumn);
 // Returns "score >= ..." extra where clause if one is needed
 
+boolean dragZoomingConfig(struct cart *cart);
+// Returns TRUE if drag-and-zoom is currently on
+
 #define SMALLBUF 128
 
 #endif /* HGTRACKS_H */