svg-builder.h revision 7a7fa095a483e8b652af9f00e5169f62c84f09b9
/** \file
* SVG representation creator using libpoppler.
*
* Authors:
* miklos erdelyi
*
* Copyright (C) 2007 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef HAVE_POPPLER
}
}
struct GfxState;
#include <vector>
/**
* \class SvgBuilder
*
* Builds the inner SVG representation from the calls of PdfParser
*
*/
~SvgBuilder();
// Property setting
// Handling the node stack
// Path adding
// State manipulation
void saveState();
void restoreState();
// Clipping
// Transforming
double c5);
void setTransform(double *transform);
bool getTransform(double *transform);
// Pattern creation
// Style setting
};
} } } /* namespace Inkscape, Extension, Internal, PdfInput */
#endif /* HAVE_POPPLER */
#endif /* __EXTENSION_INTERNAL_PDFINPUT_SVGBUILDER_H__ */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :