]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / Application.h
index b321052ddb7661255d7d76585dc75e468b8daf4b..cf82776039e98217d779f2a013475fd395c27f8e 100644 (file)
@@ -59,7 +59,7 @@ initialisation should be done before the instanciation of this class.
    |
    GuiView-1 (one or more in case of split-view mode).
    |  |
-   |  <tab-widget-1-1> 
+   |  <tab-widget-1-1>
    |  |  |
    |  |  WorkArea-1-1-1 (M1-1 WorkAreas, M1-1 <= N)
    |  |  | |
@@ -73,7 +73,7 @@ initialisation should be done before the instanciation of this class.
    |  |  |   |
    |  |  |   Cursor
    |  |
-   |  <tab-widget-1-2> 
+   |  <tab-widget-1-2>
    |
    GuiView-2 (one or more in case of split-view mode).
    |  |
@@ -233,6 +233,8 @@ public:
        virtual bool searchMenu(FuncRequest const & func,
                docstring_list & names) const = 0;
 
+       virtual bool hasBufferView() const = 0;
+
        /// \return the icon file name for the given action.
        static docstring iconName(FuncRequest const & f, bool unknown);
        /// \return the math icon name for the given command.
@@ -251,6 +253,8 @@ public:
        /// A started long operation is still in progress ?
        virtual bool longOperationStarted() = 0;
 
+       // Add a buffer to the current view, do not switch to it.
+       virtual bool unhide(Buffer * buf) = 0;
 };
 
 /// Return the list of loadable formats.