]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiRef.h
Properly support the cite engines in the GUI
[lyx.git] / src / frontends / qt4 / GuiRef.h
index e240d0e939e36f6935835d6ab27cc34f22869f01..4c7d48899e49d3c2ee82198692f1af5459e1f411 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "GuiDialog.h"
 #include "ui_RefUi.h"
+#include "FancyLineEdit.h"
 
 #include "insets/InsetCommandParams.h"
 
@@ -30,16 +31,21 @@ class GuiRef : public GuiDialog, public Ui::RefUi
 
 public:
        GuiRef(GuiView & lv);
+       /// Dialog inherited methods
+       //@{
+       void enableView(bool enable);
+       //@}
 
 private Q_SLOTS:
        void changed_adaptor();
        void gotoClicked();
        void filterLabels();
+       void resetFilter();
        void refHighlighted(QTreeWidgetItem *);
        void selectionChanged();
+       void refTextChanged(QString const &);
        void refSelected(QTreeWidgetItem *);
        void sortToggled();
-       void caseSensitiveToggled();
        void groupToggled();
        void updateClicked();
        void resetDialog();
@@ -89,6 +95,9 @@ private:
        ///
        InsetCommandParams params_;
 
+       /// contains the search box
+       FancyLineEdit * filter_;
+
        /// went to a reference ?
        bool at_ref_;
        /// the last reference entered or examined