ParaView
Public Member Functions
pqWriterDialog Class Reference

The pqWriterDialog class is used to display the properties of a writer proxy in an editable form. More...

#include <pqWriterDialog.h>

List of all members.

Public Member Functions

 pqWriterDialog (vtkSMProxy *proxy, QWidget *parent=0)
virtual ~pqWriterDialog ()
bool hasConfigurableProperties ()
 Return whether or not there are any properties that can be configured.
virtual QSize sizeHint () const
 hint for sizing this widget

Detailed Description

The pqWriterDialog class is used to display the properties of a writer proxy in an editable form.

Definition at line 52 of file pqWriterDialog.h.


Constructor & Destructor Documentation

pqWriterDialog::pqWriterDialog ( vtkSMProxy proxy,
QWidget *  parent = 0 
)
virtual pqWriterDialog::~pqWriterDialog ( ) [virtual]

Member Function Documentation

bool pqWriterDialog::hasConfigurableProperties ( )

Return whether or not there are any properties that can be configured.

This could be zero once the properties in the hints are hidden.

virtual QSize pqWriterDialog::sizeHint ( ) const [virtual]

hint for sizing this widget


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