ParaView
Public Member Functions | Protected Slots | Protected Member Functions
pqServerManagerModelItem Class Reference

pqServerManagerModelItem is a element maintained by pqServerManagerModel. More...

#include <pqServerManagerModelItem.h>

Inheritance diagram for pqServerManagerModelItem:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 pqServerManagerModelItem (QObject *parent=NULL)
virtual ~pqServerManagerModelItem ()

Protected Slots

virtual void onInputChanged ()
 called when input property on display changes.

Protected Member Functions

vtkEventQtSlotConnectgetConnector ()
 All subclasses generally need some vtkEventQtSlotConnect instance to connect to VTK events.

Detailed Description

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.


Constructor & Destructor Documentation

pqServerManagerModelItem::pqServerManagerModelItem ( QObject *  parent = NULL)
virtual pqServerManagerModelItem::~pqServerManagerModelItem ( ) [virtual]

Member Function Documentation

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.


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