1 #if !defined(GUI_WIDGETS_WX__SVG_GRABBER__HPP)
2 #define GUI_WIDGETS_WX__SVG_GRABBER__HPP
73 void x_InitRenderer();
unique_ptr< CPrintOptions > m_PrintOptions
IVectorGraphicsRenderer & m_Pane
Pane display canvas for the tree we are saving.
CRef< CSVGRenderer > m_SVGRenderer
CGlPane m_PreviousGlPane
We change some rendering options.
CNcbiOstream * m_OutputStream
CVect2< float > m_ModelViewScaler
Ratio scalers for the drawing area that maps to the images.
virtual eCaptureResult GrabImages(int tex_size, IImageGrabberProgress *p=NULL)
Grab the requested images.
virtual void x_EndCaptures()
Called after last image captured.
virtual void x_BeginCaptures(int)
Called before first image captured.
virtual void SetOutputStream(CNcbiOstream *ostr)
Interface class for the pdf renderer.
Include a standard set of the NCBI C++ Toolkit most basic headers.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
IO_PREFIX::ostream CNcbiOstream
Portable alias for ostream.
#define NCBI_GUIWIDGETS_WX_EXPORT
Defines to provide correct exporting from DLLs in Windows.
Portable reference counted smart and weak pointers using CWeakRef, CRef, CObject and CObjectEx.