root/include/gpac/nodes_xbl.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


/*
 *                      GPAC - Multimedia Framework C SDK
 *
 *                      Authors: Cyril Concolato
 *    Copyright (c)2004-2012 Telecom ParisTech - All rights reserved
 *
 *  This file is part of GPAC / XBL Elements
 *
 *  GPAC is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU Lesser General Public License as published by
 *  the Free Software Foundation; either version 2, or (at your option)
 *  any later version.
 *
 *  GPAC is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; see the file COPYING.  If not, write to
 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 */


#ifndef _GF_XBL_NODES_H
#define _GF_XBL_NODES_H

#ifdef __cplusplus
extern "C" {
#endif

#include <gpac/internal/scenegraph_dev.h>
#include <gpac/svg_types.h>

#define XBL_String_datatype SVG_String_datatype

struct _all_atts {
        DOM_String *id;
        DOM_String *extends;
        DOM_String *display;
        DOM_String *inheritstyle;
        DOM_String *includes;
        DOM_String *name;
        DOM_String *implements;
        DOM_String *type;
        DOM_String *readonly;
        DOM_String *onget;
        DOM_String *onset;
        DOM_String *event;
        DOM_String *action;
        DOM_String *phase;
        DOM_String *button;
        DOM_String *modifiers;
        DOM_String *keycode;
        DOM_String *key;
        DOM_String *charcode;
        DOM_String *clickcount;
        DOM_String *command;
        DOM_String *preventdefault;
        DOM_String *src;
};
#ifdef __cplusplus
}
#endif



#endif          /*_GF_SVG_NODES_H*/


/* [<][>][^][v][top][bottom][index][help] */