OSDN Git Service

stop using trunk directory in rectool
[rec10/rec10-git.git] / tstools / DtsEdit / src / gpac / nodes_xbl.h
1 /*\r
2  *                      GPAC - Multimedia Framework C SDK\r
3  *\r
4  *                      Authors: Cyril Concolato - Jean Le Feuvre\r
5  *    Copyright (c)2004-200X ENST - All rights reserved\r
6  *\r
7  *  This file is part of GPAC / XBL Elements \r
8  *\r
9  *  GPAC is free software; you can redistribute it and/or modify\r
10  *  it under the terms of the GNU Lesser General Public License as published by\r
11  *  the Free Software Foundation; either version 2, or (at your option)\r
12  *  any later version.\r
13  *\r
14  *  GPAC is distributed in the hope that it will be useful,\r
15  *  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
16  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
17  *  GNU Lesser General Public License for more details. \r
18  *\r
19  *  You should have received a copy of the GNU Lesser General Public\r
20  *  License along with this library; see the file COPYING.  If not, write to\r
21  *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.\r
22  *\r
23  */\r
24 \r
25 \r
26 #ifndef _GF_XBL_NODES_H\r
27 #define _GF_XBL_NODES_H\r
28 \r
29 #ifdef __cplusplus\r
30 extern "C" {\r
31 #endif\r
32 \r
33 #include <gpac/internal/scenegraph_dev.h>\r
34 #include <gpac/svg_types.h>\r
35 \r
36 #define XBL_String_datatype SVG_String_datatype \r
37 \r
38 struct _all_atts {\r
39         DOM_String *id;\r
40         DOM_String *extends;\r
41         DOM_String *display;\r
42         DOM_String *inheritstyle;\r
43         DOM_String *includes;\r
44         DOM_String *name;\r
45         DOM_String *implements;\r
46         DOM_String *type;\r
47         DOM_String *readonly;\r
48         DOM_String *onget;\r
49         DOM_String *onset;\r
50         DOM_String *event;\r
51         DOM_String *action;\r
52         DOM_String *phase;\r
53         DOM_String *button;\r
54         DOM_String *modifiers;\r
55         DOM_String *keycode;\r
56         DOM_String *key;\r
57         DOM_String *charcode;\r
58         DOM_String *clickcount;\r
59         DOM_String *command;\r
60         DOM_String *preventdefault;\r
61         DOM_String *src;\r
62 };\r
63 #ifdef __cplusplus\r
64 }\r
65 #endif\r
66 \r
67 \r
68 \r
69 #endif          /*_GF_SVG_NODES_H*/\r
70 \r