X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fexporter.h;h=6d95507d59df8803bc23cf88c7bb803776078128;hb=f65b7ff4ab2fe8ad0d9196c231064240e3fde81f;hp=76a3257ea88d134a5933ce85cabc6d5c7f00b689;hpb=29f7055e9527314060b4a74c31a46155ff264a63;p=lyx.git diff --git a/src/exporter.h b/src/exporter.h index 76a3257ea8..6d95507d59 100644 --- a/src/exporter.h +++ b/src/exporter.h @@ -20,7 +20,7 @@ #include "LString.h" class Buffer; -class FormatPair; +class Format; class Exporter { public: @@ -40,12 +40,14 @@ public: bool IsExportable(Buffer const * buffer, string const & format); /// static - std::vector const + std::vector const GetExportableFormats(Buffer const * buffer, bool only_viewable); /// - - /// +private: static string const BufferFormat(Buffer const * buffer); + /// + static + std::vector const Backends(Buffer const * buffer); }; #endif