|
ParaView
|
The pqWriterDialog class is used to display the properties of a writer proxy in an editable form. More...
#include <pqWriterDialog.h>
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 | |
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.
| pqWriterDialog::pqWriterDialog | ( | vtkSMProxy * | proxy, |
| QWidget * | parent = 0 |
||
| ) |
| virtual pqWriterDialog::~pqWriterDialog | ( | ) | [virtual] |
| 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
1.7.5.1