aboutsummaryrefslogtreecommitdiff
path: root/generic/Group.h
diff options
context:
space:
mode:
authorcvs2svn2005-06-10 10:29:11 +0000
committercvs2svn2005-06-10 10:29:11 +0000
commit960cdf29197bc3f5922110cf26627aa9709ac79b (patch)
tree7d6e4a472376b203d21826c2230b4a8c6a9024bd /generic/Group.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/Group.h')
-rw-r--r--generic/Group.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/generic/Group.h b/generic/Group.h
deleted file mode 100644
index 937dec7..0000000
--- a/generic/Group.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Group.h -- Header for Group items.
- *
- * Authors : Patrick Lecoanet.
- * Creation date :
- *
- * $Id$
- */
-
-/*
- * Copyright (c) 2002 - 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 _Group_h
-#define _Group_h
-
-
-ZnItem ZnGroupHead(ZnItem group);
-ZnItem ZnGroupTail(ZnItem group);
-ZnBool ZnGroupCallOm(ZnItem group);
-ZnBool ZnGroupAtomic(ZnItem group);
-void ZnGroupSetCallOm(ZnItem group, ZnBool set);
-void ZnInsertDependentItem(ZnItem item);
-void ZnExtractDependentItem(ZnItem item);
-void ZnDisconnectDependentItems(ZnItem item);
-void ZnGroupInsertItem(ZnItem group, ZnItem item, ZnItem mark_item, ZnBool before);
-void ZnGroupExtractItem(ZnItem item);
-void ZnGroupRemoveClip(ZnItem group, ZnItem clip);
-
-#endif /* _Group_h */