X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FClipboard.h;h=faf4e0a8fe37d423cdcad09ce9575ab6c9783e00;hb=f3370c3e6a0686b03769e48bcd3fb673925533a9;hp=980c6bcbf7f0791bc60f6a031c7322cd63ea9892;hpb=4c0ef382009943bca43caf691614be81d513a135;p=lyx.git diff --git a/src/frontends/Clipboard.h b/src/frontends/Clipboard.h index 980c6bcbf7..faf4e0a8fe 100644 --- a/src/frontends/Clipboard.h +++ b/src/frontends/Clipboard.h @@ -75,6 +75,9 @@ public: */ virtual void put(std::string const & lyx, docstring const & html, docstring const & text) = 0; + /// Put a general string on the system clipboard (not LyX text) + virtual void put(std::string const & text) const = 0; + /// Does the clipboard contain text contents? virtual bool hasTextContents(TextType type = AnyTextType) const = 0; /// Does the clipboard contain graphics contents of a certain type?