]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Streamlining CollapseStatus stuff
[lyx.git] / src / BufferView.h
index a27d010f78c2f8f5f536117cabed059a312589b0..93a4ae9be474f5be2838cee6d2a61bdfb9241bbc 100644 (file)
@@ -86,7 +86,8 @@ public:
        /// set the buffer we are viewing.
        /// \todo FIXME: eventually, we will create a new BufferView
        /// when switching Buffers, so this method should go.
-       void setBuffer(Buffer * b);
+       /// returns the buffer currently set
+       Buffer * setBuffer(Buffer * b);
        /// return the buffer being viewed.
        Buffer * buffer() const;
 
@@ -242,7 +243,7 @@ public:
                std::string data)> updateDialog;
 
        /// This signal is emitted when the layout at the cursor is changed.
-       boost::signal<void(std::string layout)> layoutChanged;
+       boost::signal<void(docstring layout)> layoutChanged;
 
 private:
        ///