src/hg/hgTracks/container.h 1.2
1.2 2010/05/14 21:35:37 kent
Making click on multi-wig bring up trackUi page.
Index: src/hg/hgTracks/container.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/container.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 1000000 -r1.1 -r1.2
--- src/hg/hgTracks/container.h 7 May 2010 22:30:14 -0000 1.1
+++ src/hg/hgTracks/container.h 14 May 2010 21:35:37 -0000 1.2
@@ -1,13 +1,21 @@
/* container.h - stuff for container tracks. */
#ifndef CONTAINER_H
#define CONTAINER_H
void makeContainerTrack(struct track *track, struct trackDb *tdb);
/* Construct track subtrack list from trackDb entry for container tracks. */
void multiWigContainerMethods(struct track *track);
/* Override general container methods for multiWig. */
+void containerLoadItems(struct track *track);
+/* containerLoadItems - call load routine on all children. */
+
+void containerDrawItems(struct track *track, int seqStart, int seqEnd,
+ struct hvGfx *hvg, int xOff, int yOff, int width,
+ MgFont *font, Color color, enum trackVisibility vis);
+/* Draw items in container. */
+
#endif /* CONTAINER_H */