32 #ifndef pqOutputPortComboBox_h 33 #define pqOutputPortComboBox_h 35 #include "pqComponentsModule.h" 49 typedef QComboBox Superclass;
66 void addCustomEntry(
const QString& label,
pqOutputPort* port);
77 void fillExistingPorts();
107 void onCurrentIndexChanged(
int index);
pqOutputPort is a server manager model item for an output port of any pqPipelineSource item...
pqServerManagerModelItem is a element maintained by pqServerManagerModel.
bool autoUpdateIndex() const
void setAutoUpdateIndex(bool val)
Enable/Disable changing of the combo-box selected index based on the active source/port.
PQ representation for a vtkSMProxy that can be involved in a pipeline.
pqOutputPortComboBox is a combo-box that shows all outputports for all sources/filters.