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

#include <pqDisplayProxyEditorWidget.h>

List of all members.

Public Slots

void reloadGUI ()
void setRepresentation (pqRepresentation *)
 Set the representation to edit.
void setView (pqView *view)
 Set the source and view.
void setOutputPort (pqOutputPort *port)

Public Member Functions

 pqDisplayProxyEditorWidget (QWidget *parent=NULL)
virtual ~pqDisplayProxyEditorWidget ()
pqRepresentationgetRepresentation () const

Protected Slots

void onVisibilityChanged (bool)

Detailed Description

Definition at line 48 of file pqDisplayProxyEditorWidget.h.


Constructor & Destructor Documentation

pqDisplayProxyEditorWidget::pqDisplayProxyEditorWidget ( QWidget *  parent = NULL)
virtual pqDisplayProxyEditorWidget::~pqDisplayProxyEditorWidget ( ) [virtual]

Member Function Documentation

pqRepresentation* pqDisplayProxyEditorWidget::getRepresentation ( ) const
void pqDisplayProxyEditorWidget::reloadGUI ( ) [slot]
void pqDisplayProxyEditorWidget::setRepresentation ( pqRepresentation ) [slot]

Set the representation to edit.

If NULL, source and view must be set so that the widget can show a default GUI which allows the user to turn visibility on which entails creating a new representation.

void pqDisplayProxyEditorWidget::setView ( pqView view) [slot]

Set the source and view.

Source and view are used by this class only if representation is NULL. It is used to decide if a new representation can be created for the source at all.

void pqDisplayProxyEditorWidget::setOutputPort ( pqOutputPort port) [slot]
void pqDisplayProxyEditorWidget::onVisibilityChanged ( bool  ) [protected, slot]

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