mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 21:49:51 +00:00
Formatting.
This commit is contained in:
parent
87ce258627
commit
02e6a5ea19
@ -484,13 +484,17 @@ public:
|
|||||||
string processing_format;
|
string processing_format;
|
||||||
|
|
||||||
static QSet<Buffer const *> busyBuffers;
|
static QSet<Buffer const *> busyBuffers;
|
||||||
static Buffer::ExportStatus previewAndDestroy(Buffer const * orig, Buffer * buffer, string const & format);
|
static Buffer::ExportStatus previewAndDestroy(Buffer const * orig,
|
||||||
static Buffer::ExportStatus exportAndDestroy(Buffer const * orig, Buffer * buffer, string const & format);
|
Buffer * buffer, string const & format);
|
||||||
static Buffer::ExportStatus compileAndDestroy(Buffer const * orig, Buffer * buffer, string const & format);
|
static Buffer::ExportStatus exportAndDestroy(Buffer const * orig,
|
||||||
|
Buffer * buffer, string const & format);
|
||||||
|
static Buffer::ExportStatus compileAndDestroy(Buffer const * orig,
|
||||||
|
Buffer * buffer, string const & format);
|
||||||
static docstring autosaveAndDestroy(Buffer const * orig, Buffer * buffer);
|
static docstring autosaveAndDestroy(Buffer const * orig, Buffer * buffer);
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
static Buffer::ExportStatus runAndDestroy(const T& func, Buffer const * orig, Buffer * buffer, string const & format);
|
static Buffer::ExportStatus runAndDestroy(const T& func,
|
||||||
|
Buffer const * orig, Buffer * buffer, string const & format);
|
||||||
|
|
||||||
// TODO syncFunc/previewFunc: use bind
|
// TODO syncFunc/previewFunc: use bind
|
||||||
bool asyncBufferProcessing(string const & argument,
|
bool asyncBufferProcessing(string const & argument,
|
||||||
|
Loading…
Reference in New Issue
Block a user