X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fexporter.h;h=d1f3c8d6fde8251482da46ac177e376ffaa3644a;hb=34d28f9daae536db06d6cf1a9dcf62dc0f5aa432;hp=43a2ee2ef4c281806859140e40ce68a59704ed13;hpb=8aff605caefaba655e48bc629ed344bb74bcd61a;p=lyx.git diff --git a/src/exporter.h b/src/exporter.h index 43a2ee2ef4..d1f3c8d6fd 100644 --- a/src/exporter.h +++ b/src/exporter.h @@ -5,7 +5,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * ====================================================== */ @@ -20,7 +20,7 @@ #include "LString.h" class Buffer; -class FormatPair; +class Format; class Exporter { public: @@ -40,14 +40,14 @@ public: bool IsExportable(Buffer const * buffer, string const & format); /// static - std::vector const - GetExportableFormats(Buffer const * buffer); + std::vector const + GetExportableFormats(Buffer const * buffer, bool only_viewable); /// +private: static - std::vector const - GetViewableFormats(Buffer const * buffer); + string const BufferFormat(Buffer const * buffer); /// static - string const BufferFormat(Buffer const * buffer); + std::vector const Backends(Buffer const * buffer); }; #endif