5 #ifndef pqFavoritesDialog_h 6 #define pqFavoritesDialog_h 16 class QTreeWidgetItem;
28 "Favorites should be replaced by Categories configuration. See pqConfigureCategories instead.")
32 typedef QDialog Superclass;
42 void createCategory();
48 void onAddFavoritePressed();
54 void onRemoveFavoritePressed();
64 void onItemChanged(QTreeWidgetItem*,
int);
69 void onSearchTextChanged(QString pattern);
75 void populateFavoritesTree();
80 void populateFiltersTree(
const QVariant& filtersList);
91 QString populateSettingsValue(
const QString&
value, QTreeWidgetItem* item);
93 QTreeWidgetItem* getSelectedCategory();
95 bool eventFilter(QObject*
object, QEvent* event)
override;
98 QScopedPointer<Ui::pqFavoritesDialog>
Ui;
#define PQCOMPONENTS_EXPORT
#define PARAVIEW_DEPRECATED_IN_5_13_0(reason)
pqFavoritesDialog is the Manage Favorites dialog used by ParaView.