drawing-surface.h revision a73bc90a4fadf46d159cbb7a3480a93375f14d5d
/**
* @file
* @brief Cairo surface that remembers its origin
*//*
* Authors:
* Krzysztof KosiĆski <tweenk.pl@gmail.com>
*
* Copyright (C) 2011 Authors
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <boost/shared_ptr.hpp>
#include <cairo.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
{
cairo_surface_type_t type() const;
void dropContents();
bool _has_context;
};
{
~DrawingCache();
void prepare();
};
} // 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 :