]> git.lyx.org Git - lyx.git/commitdiff
Move Cursor.h from Clipboard.h
authorYuriy Skalko <yuriy.skalko@gmail.com>
Thu, 15 Oct 2020 06:59:01 +0000 (09:59 +0300)
committerYuriy Skalko <yuriy.skalko@gmail.com>
Fri, 16 Oct 2020 05:02:51 +0000 (08:02 +0300)
src/CutAndPaste.h
src/LyX.cpp
src/frontends/Clipboard.h
src/frontends/qt/GuiApplication.cpp
src/frontends/qt/Menus.cpp
src/insets/InsetInfo.cpp
src/insets/InsetLabel.cpp
src/mathed/InsetMathHull.cpp

index 54ca4e3dfd004a9a32ed37300978f8d915688439..fe68be5e20f0cc2d6bb806048f20943c4a795629 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "support/docstring.h"
 
+#include "insets/Inset.h"
+
 #include "frontends/Clipboard.h"
 
 #include <vector>
@@ -28,6 +30,8 @@ namespace lyx {
 class ErrorList;
 class InsetText;
 class Cursor;
+class CursorData;
+class CursorSlice;
 class ParagraphList;
 
 namespace cap {
index a8bfd60543e820d1e65dc054e22537f761eaaf5f..180c4d335bb23b45d1468d38322951267ef1da48 100644 (file)
@@ -27,6 +27,7 @@
 #include "ConverterCache.h"
 #include "Converter.h"
 #include "CutAndPaste.h"
+#include "DispatchResult.h"
 #include "EnchantChecker.h"
 #include "Encoding.h"
 #include "ErrorList.h"
index af617f5aecc4af11ac5889a35a83f6ea7ac947d5..ce85ab6a0763f3a69858ec1846c4802e3bcfad47 100644 (file)
 #ifndef BASE_CLIPBOARD_H
 #define BASE_CLIPBOARD_H
 
-#include "Cursor.h"
-
 #include "support/strfwd.h"
 
 namespace lyx {
+
+class Cursor;
+
 namespace frontend {
 
 /**
index 9981f7f70b9e1911da5306ca749f108c0afb3c9e..4d88135f75ca3e0f86c4d6ee361f4380e8cca83b 100644 (file)
@@ -37,6 +37,7 @@
 #include "CmdDef.h"
 #include "Color.h"
 #include "Converter.h"
+#include "Cursor.h"
 #include "CutAndPaste.h"
 #include "ErrorList.h"
 #include "Font.h"
index 5bf058f8b0c3e7c6a95e27cf613606d1b42074b9..afe43c70f1f697d7d11cf02f625025456b80887c 100644 (file)
@@ -31,6 +31,7 @@
 #include "BufferParams.h"
 #include "BufferView.h"
 #include "Converter.h"
+#include "Cursor.h"
 #include "CutAndPaste.h"
 #include "Floating.h"
 #include "FloatList.h"
index b96d7c9d898c437902ff57cee4c1cb1123a25e1b..3a61dfdccdced1c24e428521ee9d6d63d2ed892b 100644 (file)
@@ -15,6 +15,7 @@
 #include "Buffer.h"
 #include "BufferParams.h"
 #include "BufferView.h"
+#include "Cursor.h"
 #include "CutAndPaste.h"
 #include "Font.h"
 #include "FuncRequest.h"
index ffa267478e30f8ef07bdd9990af30121fd87f808..eeced084517b27d43b11552835fbfc6021f6d1fd 100644 (file)
@@ -18,6 +18,7 @@
 #include "Buffer.h"
 #include "BufferParams.h"
 #include "BufferView.h"
+#include "Cursor.h"
 #include "CutAndPaste.h"
 #include "DispatchResult.h"
 #include "FuncRequest.h"
index ebf8843d7939a07191a902dcb5523c7df4e23b26..70d057cd101c2a2fce5021c9e3c4dd72c836faf7 100644 (file)
@@ -26,6 +26,7 @@
 #include "BufferParams.h"
 #include "BufferView.h"
 #include "ColorSet.h"
+#include "Cursor.h"
 #include "CutAndPaste.h"
 #include "Encoding.h"
 #include "Exporter.h"