X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetPreview.h;h=db2a2af96b1a1bd02b2e7ca5144137f6986113fc;hb=8124e6c02ea1fd6779bb6c47ffe2bca2c8bd2d97;hp=55353e72d78557c2c8f3c8988806c7febd42dee7;hpb=46b81018007c23a2959c16360cb0ab257cf21be8;p=lyx.git diff --git a/src/insets/InsetPreview.h b/src/insets/InsetPreview.h index 55353e72d7..db2a2af96b 100644 --- a/src/insets/InsetPreview.h +++ b/src/insets/InsetPreview.h @@ -90,6 +90,8 @@ 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