]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiToolbar.h
do what the FIXME suggested
[lyx.git] / src / frontends / qt4 / GuiToolbar.h
index d972f13bd1c843eb49b572950ca95de53b0a0e98..e5b869caa0ff8f4f60df956baa330610a7de751b 100644 (file)
@@ -32,6 +32,7 @@ class ToolbarItem;
 
 namespace frontend {
 
+class FilterItemDelegate;
 class GuiCommandBuffer;
 class GuiFilterProxyModel;
 class GuiView;
@@ -51,6 +52,9 @@ public:
        /// Add Item to Layout box according to sorting settings from preferences
        void addItemSort(docstring const & item, bool sorted);
 
+       ///
+       void showPopup();
+       
        ///
        bool eventFilter(QObject * o, QEvent * e);
        ///
@@ -81,6 +85,8 @@ private:
        int lastSel_;
        /// the character filter
        QString filter_;
+       ///
+       FilterItemDelegate * filterItemDelegate_;
 };