src/hg/hgTracks/wigCommon.h 1.11
1.11 2010/05/07 22:30:14 kent
Separating out multiWigs into a separate module from container.
Index: src/hg/hgTracks/wigCommon.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/wigCommon.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/hg/hgTracks/wigCommon.h 27 Apr 2010 23:31:41 -0000 1.10
+++ src/hg/hgTracks/wigCommon.h 7 May 2010 22:30:14 -0000 1.11
@@ -129,8 +129,15 @@
MgFont *font, Color color, enum trackVisibility vis, struct preDrawContainer *preDrawContainer,
int preDrawZero, int preDrawSize, double *retGraphUpperLimit, double *retGraphLowerLimit);
/* Draw once we've figured out predraw. */
+void wigLeftAxisLabels(struct track *tg, int seqStart, int seqEnd,
+ struct hvGfx *hvg, int xOff, int yOff, int width, int height,
+ boolean withCenterLabels, MgFont *font, Color color,
+ enum trackVisibility vis, char *shortLabel, double graphUpperLimit, double graphLowerLimit,
+ boolean showNumbers);
+/* Draw labels on left for a wiggle-type track. */
+
/****************** in source file bedGraph.c ************************/
void wigBedGraphFindItemLimits(void *items,
double *graphUpperLimit, double *graphLowerLimit);
/* find upper and lower limits of graphed items (bedGraphItem) */