X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FClipboard.h;h=92e7167708ae9a50adc8093726bb1af1f024f5a6;hb=0425500be524ed87baebea34a5e8b6e58d718bbc;hp=aed3042fa006745d275b2eeb22c1cf1cb75903ab;hpb=cf333f5ab43c057d1433c490213bde1b9c4a681f;p=lyx.git diff --git a/src/frontends/Clipboard.h b/src/frontends/Clipboard.h index aed3042fa0..92e7167708 100644 --- a/src/frontends/Clipboard.h +++ b/src/frontends/Clipboard.h @@ -37,7 +37,9 @@ public: PngGraphicsType, JpegGraphicsType, LinkBackGraphicsType, - AnyGraphicsType, + EmfGraphicsType, + WmfGraphicsType, + AnyGraphicsType }; /** @@ -67,6 +69,8 @@ public: /// Does the clipboard contain LyX contents? virtual bool hasLyXContents() const = 0; + /// Does the clipboard contain text contents? + virtual bool hasTextContents() const = 0; /// Does the clipboard contain graphics contents of a certain type? virtual bool hasGraphicsContents(GraphicsType type = AnyGraphicsType) const = 0; /// state of clipboard.