drawing-image.h revision 920b345fc97b2e4e29b75603acc439717bee750c
/**
* @file
* @brief Bitmap image belonging to an SVG drawing
*//*
* Authors:
* Krzysztof KosiĆski <tweenk.pl@gmail.com>
*
* Copyright (C) 2011 Authors
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <cairo.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include "display/drawing-item.h"
{
~DrawingImage();
// TODO: the following three should probably be merged into a new Geom::Viewbox object
};
} // end namespace Inkscape
#endif // !SEEN_INKSCAPE_DISPLAY_DRAWING_ITEM_H
/*
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:fileencoding=utf-8:textwidth=99 :