32 #ifndef pqOutputPortComboBox_h 33 #define pqOutputPortComboBox_h 35 #include "pqComponentsModule.h" 47 typedef QComboBox Superclass;
55 { this->AutoUpdateIndex = val; }
57 {
return this->AutoUpdateIndex; }
61 void addCustomEntry(
const QString& label,
pqOutputPort* port);
68 void fillExistingPorts();
88 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.