mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Document Buffer::preview()
This commit is contained in:
parent
b69fed3610
commit
f146bded7a
@ -4184,6 +4184,7 @@ Buffer::ExportStatus Buffer::preview(string const & format) const
|
||||
return preview(format, update_unincluded);
|
||||
}
|
||||
|
||||
|
||||
Buffer::ExportStatus Buffer::preview(string const & format, bool includeall) const
|
||||
{
|
||||
MarkAsExporting exporting(this);
|
||||
|
@ -642,7 +642,8 @@ public:
|
||||
|
||||
///
|
||||
ExportStatus doExport(std::string const & target, bool put_in_tempdir) const;
|
||||
///
|
||||
/// Export buffer to format \p format and open the result in a suitable viewer.
|
||||
/// Note: This has nothing to do with preview of graphics or math formulas.
|
||||
ExportStatus preview(std::string const & format) const;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user