X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FConverter.h;h=c5a752004ad09be0e91b1ec9a8a2034420b2fc5b;hb=5142d1c86ada8df7451534402e2a1716678ee8b7;hp=942f33acd14939a4c2a13d981df647e39025d927;hpb=93bd28f0404cfedfa912be4892878692775b8d9c;p=lyx.git diff --git a/src/Converter.h b/src/Converter.h index 942f33acd1..c5a752004a 100644 --- a/src/Converter.h +++ b/src/Converter.h @@ -71,8 +71,6 @@ public: /// class Converters { public: - /// - typedef std::vector EdgePath; // to be removed SOON /// typedef std::vector ConverterList; /// @@ -100,8 +98,10 @@ public: bool clear_visited); std::vector importableFormats(); + std::vector exportableFormats(bool only_viewable); std::vector loaders() const; + std::vector savers() const; /// Does a conversion path from format \p from to format \p to exist? bool isReachable(std::string const & from, std::string const & to);