Public Slots | Public Member Functions | Protected Slots | List of all members
pqPipelineInputComboBox Class Reference

This is a ComboBox that is used on the display tab to select available pipeline inputs. More...

#include <pqPipelineInputComboBox.h>

Inherits QComboBox.

Public Slots

void setCurrentProxy (vtkSMProxy *proxy)
 
void reload ()
 Forces a reload of the widget. More...
 

Public Member Functions

 pqPipelineInputComboBox (vtkSMProxy *proxy, vtkSMProperty *property, QWidget *parent=NULL)
 
 ~pqPipelineInputComboBox () override
 
vtkSMProxycurrentProxy () const
 

Protected Slots

void onActivated (int)
 Called when user activates an item. More...
 
void proxyRegistered (const QString &group, const QString &name, vtkSMProxy *proxy)
 
void proxyUnRegistered (const QString &group, const QString &name, vtkSMProxy *proxy)
 

Detailed Description

This is a ComboBox that is used on the display tab to select available pipeline inputs.

Definition at line 50 of file pqPipelineInputComboBox.h.

Constructor & Destructor Documentation

◆ pqPipelineInputComboBox()

pqPipelineInputComboBox::pqPipelineInputComboBox ( vtkSMProxy proxy,
vtkSMProperty property,
QWidget *  parent = NULL 
)

◆ ~pqPipelineInputComboBox()

pqPipelineInputComboBox::~pqPipelineInputComboBox ( )
override

Member Function Documentation

◆ currentProxy()

vtkSMProxy* pqPipelineInputComboBox::currentProxy ( ) const

◆ setCurrentProxy

void pqPipelineInputComboBox::setCurrentProxy ( vtkSMProxy proxy)
slot

◆ reload

void pqPipelineInputComboBox::reload ( )
slot

Forces a reload of the widget.

Generally one does not need to call this method explicity.

◆ onActivated

void pqPipelineInputComboBox::onActivated ( int  )
protectedslot

Called when user activates an item.

◆ proxyRegistered

void pqPipelineInputComboBox::proxyRegistered ( const QString &  group,
const QString &  name,
vtkSMProxy proxy 
)
protectedslot

◆ proxyUnRegistered

void pqPipelineInputComboBox::proxyUnRegistered ( const QString &  group,
const QString &  name,
vtkSMProxy proxy 
)
protectedslot

The documentation for this class was generated from the following file: