]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Clipboard.h
Set window title correctly at start up
[lyx.git] / src / frontends / Clipboard.h
index aed3042fa006745d275b2eeb22c1cf1cb75903ab..92e7167708ae9a50adc8093726bb1af1f024f5a6 100644 (file)
@@ -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.