]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiRef.h
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiRef.h
index 250d407645336a1d82eefc94a794881eabfcea5c..f7e007724a6a3bfc9ea5e7a9389428f31dfdb12f 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "GuiDialog.h"
 #include "ui_RefUi.h"
+#include "FancyLineEdit.h"
 
 #include "insets/InsetCommandParams.h"
 
@@ -39,12 +40,14 @@ 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 on_buttonBox_clicked(QAbstractButton *);
        void updateClicked();
        void resetDialog();
        void dialogRejected();
@@ -67,6 +70,8 @@ private:
        void applyView();
        /// update dialog
        void updateContents();
+       ///
+       void enableBoxes();
 
        /// is name allowed for this ?
        bool nameAllowed();
@@ -93,6 +98,9 @@ private:
        ///
        InsetCommandParams params_;
 
+       /// contains the search box
+       FancyLineEdit * filter_;
+
        /// went to a reference ?
        bool at_ref_;
        /// the last reference entered or examined