|
ParaView
|
pqServerManagerModelItem is a element maintained by pqServerManagerModel. More...
#include <pqServerManagerModelItem.h>

Public Member Functions | |
| pqServerManagerModelItem (QObject *parent=NULL) | |
| virtual | ~pqServerManagerModelItem () |
Protected Slots | |
| virtual void | onInputChanged () |
| called when input property on display changes. | |
Protected Member Functions | |
| vtkEventQtSlotConnect * | getConnector () |
| All subclasses generally need some vtkEventQtSlotConnect instance to connect to VTK events. | |
pqServerManagerModelItem is a element maintained by pqServerManagerModel.
pqServerManagerModel creates instances of pqServerManagerModelItem (and its subclasses) for every signification Server-Manager object such as a session (pqServer), source proxy (pqPipelineSource), filter proxy (pqPipelineFilter), view proxy (pqView) and so on.
Definition at line 46 of file pqServerManagerModelItem.h.
| pqServerManagerModelItem::pqServerManagerModelItem | ( | QObject * | parent = NULL | ) |
| virtual pqServerManagerModelItem::~pqServerManagerModelItem | ( | ) | [virtual] |
| vtkEventQtSlotConnect* pqServerManagerModelItem::getConnector | ( | ) | [protected] |
All subclasses generally need some vtkEventQtSlotConnect instance to connect to VTK events.
This provides access to a vtkEventQtSlotConnect instance which all subclasses can use for listening to events.
| virtual void pqServerManagerModelItem::onInputChanged | ( | ) | [inline, protected, virtual, slot] |
called when input property on display changes.
We must detect if (and when) the display is connected to a new proxy.
Reimplemented in pqPipelineRepresentation, and pqDataRepresentation.
Definition at line 63 of file pqServerManagerModelItem.h.
1.7.5.1