]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetPreview.h
Typo
[features.git] / src / insets / InsetPreview.h
index f36ea56fa5a31d7de14192e0c89413d24187f80c..db2a2af96b1a1bd02b2e7ca5144137f6986113fc 100644 (file)
@@ -20,6 +20,7 @@
 namespace lyx {
 
 class Dimension;
+class MacroNameSet;
 class RenderPreview;
 
 namespace graphics {
@@ -87,6 +88,12 @@ protected:
 };
 
 
+/// gathers the list of macro definitions used in the given inset
+MacroNameSet gatherMacroDefinitions(const Buffer* buffer, const Inset * inset);
+/// returns the LaTeX snippet to compute the preview of the given inset
+docstring insetToLaTeXSnippet(const Buffer* buffer, const Inset * inset);
+
+
 } // namespace lyx