4 #ifndef pqEditMacrosDialog_h 5 #define pqEditMacrosDialog_h 14 class QTreeWidgetItem;
25 typedef QDialog Superclass;
45 void onSetIconPressed();
50 void onRemovePressed();
55 void onRemoveAllPressed();
60 void onSearchTextChanged(
const QString& pattern);
71 bool treeHasSelectedItems();
77 QModelIndex getSelectedItem();
85 QModelIndex getNearestItem(
const QModelIndex&
index);
91 void deleteItem(
const QModelIndex& item);
96 void deleteItems(
const QList<QModelIndex>& items);
101 void updateUIState();
104 std::unique_ptr<pqInternals> Internals;
#define PQAPPLICATIONCOMPONENTS_EXPORT
pqEditMacrosDialog is the Edit Macros dialog used by ParaView.