Definition in file event.h.
#include <glib/gtypes.h>
#include <glib/gquark.h>
#include <glibmm/ustring.h>
#include <iterator>
#include "util/share.h"
#include "util/forward-pointer-iterator.h"
#include "gc-managed.h"
#include "xml/xml-forward.h"
#include "xml/node.h"
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
namespace | Inkscape::XML |
Classes | |
class | Inkscape::XML::Event |
Generic XML modification event. More... | |
struct | Inkscape::XML::Event::IteratorStrategy |
class | Inkscape::XML::EventAdd |
Object representing child addition. More... | |
class | Inkscape::XML::EventChgAttr |
Object representing attribute change. More... | |
class | Inkscape::XML::EventChgContent |
Object representing content change. More... | |
class | Inkscape::XML::EventChgOrder |
Obect representing child order change. More... | |
class | Inkscape::XML::EventDel |
Object representing child removal. More... | |
Enumerations | |
enum | Inkscape::XML::EventType { Inkscape::XML::EVENT_ADD, Inkscape::XML::EVENT_DEL, Inkscape::XML::EVENT_CHG_ATTR, Inkscape::XML::EVENT_CHG_CONTENT, Inkscape::XML::EVENT_CHG_ORDER, Inkscape::XML::EVENT_ADD, Inkscape::XML::EVENT_DEL, Inkscape::XML::EVENT_CHG_ATTR, Inkscape::XML::EVENT_CHG_CONTENT, Inkscape::XML::EVENT_CHG_ORDER } |
Enumeration of all XML event types. More... |