10 #ifndef pqCustomFilterDefinitionWizard_h 11 #define pqCustomFilterDefinitionWizard_h 17 class pqCustomFilterDefinitionWizardForm;
85 QString getCustomFilterName()
const;
98 void createCustomFilter();
113 void addAutoIncludedProxies();
125 bool validateCustomFilterName();
134 void setupDefaultInputOutput();
161 void clearNameOverwrite(
const QString& text);
178 void updateInputForm(
const QModelIndex& current,
const QModelIndex&
previous);
186 void updateOutputForm(
const QModelIndex& current,
const QModelIndex& previous);
199 void updatePropertyForm(
const QModelIndex& current,
const QModelIndex& previous);
224 void moveInputDown();
249 void moveOutputDown();
264 void removeProperty();
269 void movePropertyUp();
274 void movePropertyDown();
287 void updateInputButtons(
const QModelIndex& current,
const QModelIndex& previous);
295 void updateOutputButtons(
const QModelIndex& current,
const QModelIndex& previous);
303 void updatePropertyButtons(
const QModelIndex& current,
const QModelIndex& previous);
311 pqCustomFilterDefinitionWizardForm* Form;
The pqCustomFilterDefinitionModel class stores the sources that define a compound proxy in a hierarch...
pqOutputPort is a server manager model item for an output port of any pqPipelineSource item...
#define PQCOMPONENTS_EXPORT
The pqCustomFilterDefinitionWizard class is used to create a compound proxy definition one step at a ...
The pqCustomFilterManagerModel class stores the list of registered pipeline custom filter definitions...
pqCustomFilterDefinitionModel * getModel() const
Gets the custom filter definition model used by the wizard.
a proxy excapsulation a pipeline of proxies.