Inkscape
Vector Graphics Editor
|
A cache for the document and this implementation. More...
#include <implementation.h>
Inherited by Inkscape::Extension::Internal::Bitmap::ImageMagickDocCache.
Public Member Functions | |
ImplementationDocumentCache (SPDesktop *desktop) | |
virtual | ~ImplementationDocumentCache () |
SPDesktop const * | desktop () |
Private Attributes | |
SPDesktop * | _desktop |
The document that this instance is working on. | |
A cache for the document and this implementation.
Definition at line 56 of file implementation.h.
|
inlineexplicit |
Definition at line 63 of file implementation.h.
|
inlinevirtual |
Definition at line 65 of file implementation.h.
|
inline |
Definition at line 66 of file implementation.h.
References _desktop.
Referenced by ImplementationDocumentCache().
|
private |
The document that this instance is working on.
Definition at line 61 of file implementation.h.
Referenced by desktop(), and ImplementationDocumentCache().