simple-event.h revision 3c605688a779c1aee7303c136d22c7418f107d3a
/*
* Inkscape::Debug::SimpleEvent - trivial implementation of Debug::Event
*
* Authors:
* MenTaLguY <mental@rydia.net>
*
* Copyright (C) 2005 MenTaLguY
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <stdarg.h>
#include <vector>
#include <glib/gtestutils.h>
#include <glib/gstrfuncs.h>
#include <glib/gmessages.h>
#include "gc-alloc.h"
// default copy
// default assign
return _properties[property];
}
void generateChildEvents() const {}
{
}
}
}
}
}
}
{
}
};
}
}
#endif
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :