]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.h
Disable "search in selection only" with instant search
[lyx.git] / src / frontends / Application.h
index 49bf68ddd0d083727034a789f3b7864f1f2f1d62..053a699f8c4a8e39c680bf55968bf66c519d3be0 100644 (file)
@@ -14,8 +14,6 @@
 #include "ColorCode.h"
 #include "FuncCode.h"
 
-#include "KeyModifier.h"
-
 #include "support/strfwd.h"
 
 #include <functional>
 
 namespace lyx {
 
-class BufferView;
 class Buffer;
 class DispatchResult;
 class docstring_list;
 class FuncRequest;
 class FuncStatus;
 class Inset;
-class Lexer;
-struct RGBColor;
 
 namespace frontend {
 
-class Clipboard;
-class FontLoader;
-class Selection;
-
 /// The main application class
 /**
 There should be only one instance of this class. No Qt object
@@ -212,6 +203,11 @@ public:
        /// Like getRgbColor(), but static and slower
        static bool getRgbColorUncached(ColorCode col, RGBColor & rgbcol);
 
+       /**
+        * @return true if LyX uses a dark theme
+        */
+       virtual bool isInDarkMode() = 0;
+
        /** Eg, passing Color_black returns "000000",
        *      passing Color_white returns "ffffff".
        */