]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Clipboard.h
Next camel
[lyx.git] / src / frontends / Clipboard.h
index aed3042fa006745d275b2eeb22c1cf1cb75903ab..7235b01013cb738c2b460c4867ae1da67655773c 100644 (file)
@@ -37,6 +37,8 @@ public:
                PngGraphicsType,
                JpegGraphicsType,
                LinkBackGraphicsType,
+               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.