aboutsummaryrefslogtreecommitdiff
path: root/generic/Track.h
diff options
context:
space:
mode:
authorcvs2svn2005-06-10 10:29:11 +0000
committercvs2svn2005-06-10 10:29:11 +0000
commit960cdf29197bc3f5922110cf26627aa9709ac79b (patch)
tree7d6e4a472376b203d21826c2230b4a8c6a9024bd /generic/Track.h
parent3fc9c4bc1d6f70db41ad418992bf3d461059d3c0 (diff)
downloadtkzinc-960cdf29197bc3f5922110cf26627aa9709ac79b.zip
tkzinc-960cdf29197bc3f5922110cf26627aa9709ac79b.tar.gz
tkzinc-960cdf29197bc3f5922110cf26627aa9709ac79b.tar.bz2
tkzinc-960cdf29197bc3f5922110cf26627aa9709ac79b.tar.xz
This commit was manufactured by cvs2svn to create branch 'bogue40'.
Diffstat (limited to 'generic/Track.h')
-rw-r--r--generic/Track.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/generic/Track.h b/generic/Track.h
deleted file mode 100644
index d96a7a6..0000000
--- a/generic/Track.h
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
- * Track.h --
- *
- * Authors : Patrick Lecoanet.
- * Creation date : Tue Jan 19 16:03:53 1999
- *
- * $Id$
- */
-
-/*
- * Copyright (c) 1993 - 2005 CENA, Patrick Lecoanet --
- *
- * See the file "Copyright" for information on usage and redistribution
- * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- */
-
-
-#ifndef _Track_h
-#define _Track_h
-
-
-#include "Item.h"
-
-
-/*
- **********************************************************************************
- *
- * Functions defined in Track.c for internal use.
- *
- **********************************************************************************
- */
-
-void *ZnSendTrackToOm(void *ptr, void *item, int *x, int *y,
- int *sv_dx, int *sv_dy,
- /* Fri Oct 13 15:18:11 2000
- int *label_x, int *label_y,
- int *label_width, int *label_height,*/
- int *rho, int *theta, int *visibility, int *locked,
- int *preferred_angle, int *convergence_style);
-void ZnSetLabelAngleFromOm(void *ptr, void *item, int rho, int theta);
-void ZnQueryLabelPosition(void *ptr, void *item, int theta,
- int *x, int *y, int *w, int *h);
-void ZnSetHistoryVisibility(ZnItem item, int index, ZnBool visibility);
-void ZnTruncHistory(ZnItem item);
-
-
-#endif /* _Track_h */