ParaView
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Protected Slots | Protected Member Functions
pqObjectInspectorWidget Class Reference

The pqObjectInspectorWidget class is used to display the properties of an object in an editable form. More...

#include <pqObjectInspectorWidget.h>

List of all members.

Public Slots

void setProxy (pqProxy *proxy)
void accept ()
 accept the changes made to the properties changes will be propogated down to the server manager
void reset ()
 reset the changes made editor will query properties from the server manager
void canAccept (bool status)
 Updates the accept/reset button state.
void setView (pqView *view)
 set the render module to work in
void setDeleteButtonVisibility (bool visible)
 set the visibility of the delete button.
void updateDeleteButtonState ()
 sets the enabled state of the delete button.
void setOutputPort (pqOutputPort *port)

Signals

void preaccept ()
 emitted before accept.
void accepted ()
 emitted on accept() after preaccept() but before postaccept()/
void postaccept ()
 emitted after accept;
void prereject ()
 emitted before reject.
void postreject ()
 emitted after reject.
void viewChanged (pqView *)
 emitted when render module is changed
void helpRequested (const QString &proxyType)
void helpRequested (const QString &groupname, const QString &proxyType)
void canAccept ()

Public Member Functions

 pqObjectInspectorWidget (QWidget *parent=0)
virtual ~pqObjectInspectorWidget ()
virtual QSize sizeHint () const
 hint for sizing this widget
pqViewview ()
 get the render module to work in
void setShowOnAccept (bool val)
 When set to true, on accept(), newly created sources will be shown.
bool showOnAccept () const

Static Public Member Functions

static bool autoAccept ()
 gets whether auto accept is on/off
static void setAutoAccept (bool)
 sets whether auto accept is on/off

Protected Slots

void removeProxy (pqPipelineSource *proxy)
void showHelp ()
void deleteProxy ()
void handleConnectionChanged (pqPipelineSource *in, pqPipelineSource *out)
 checks the enabled state of the delete button.
void updateAcceptState ()

Protected Member Functions

void show (pqPipelineSource *)
 shows the source.

Detailed Description

The pqObjectInspectorWidget class is used to display the properties of an object in an editable form.

Definition at line 63 of file pqObjectInspectorWidget.h.


Constructor & Destructor Documentation

pqObjectInspectorWidget::pqObjectInspectorWidget ( QWidget *  parent = 0)
virtual pqObjectInspectorWidget::~pqObjectInspectorWidget ( ) [virtual]

Member Function Documentation

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

hint for sizing this widget

pqView* pqObjectInspectorWidget::view ( )

get the render module to work in

static bool pqObjectInspectorWidget::autoAccept ( ) [static]

gets whether auto accept is on/off

static void pqObjectInspectorWidget::setAutoAccept ( bool  ) [static]

sets whether auto accept is on/off

void pqObjectInspectorWidget::setShowOnAccept ( bool  val) [inline]

When set to true, on accept(), newly created sources will be shown.

Default is false.

Definition at line 84 of file pqObjectInspectorWidget.h.

bool pqObjectInspectorWidget::showOnAccept ( ) const [inline]

Definition at line 86 of file pqObjectInspectorWidget.h.

void pqObjectInspectorWidget::setProxy ( pqProxy proxy) [slot]
void pqObjectInspectorWidget::accept ( ) [slot]

accept the changes made to the properties changes will be propogated down to the server manager

void pqObjectInspectorWidget::reset ( ) [slot]

reset the changes made editor will query properties from the server manager

void pqObjectInspectorWidget::canAccept ( bool  status) [slot]

Updates the accept/reset button state.

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

set the render module to work in

void pqObjectInspectorWidget::setDeleteButtonVisibility ( bool  visible) [slot]

set the visibility of the delete button.

void pqObjectInspectorWidget::updateDeleteButtonState ( ) [slot]

sets the enabled state of the delete button.

void pqObjectInspectorWidget::setOutputPort ( pqOutputPort port) [slot]
void pqObjectInspectorWidget::preaccept ( ) [signal]

emitted before accept.

void pqObjectInspectorWidget::accepted ( ) [signal]

emitted on accept() after preaccept() but before postaccept()/

void pqObjectInspectorWidget::postaccept ( ) [signal]

emitted after accept;

void pqObjectInspectorWidget::prereject ( ) [signal]

emitted before reject.

void pqObjectInspectorWidget::postreject ( ) [signal]

emitted after reject.

void pqObjectInspectorWidget::viewChanged ( pqView ) [signal]

emitted when render module is changed

void pqObjectInspectorWidget::helpRequested ( const QString &  proxyType) [signal]
void pqObjectInspectorWidget::helpRequested ( const QString &  groupname,
const QString &  proxyType 
) [signal]
void pqObjectInspectorWidget::canAccept ( ) [signal]
void pqObjectInspectorWidget::removeProxy ( pqPipelineSource proxy) [protected, slot]
void pqObjectInspectorWidget::showHelp ( ) [protected, slot]
void pqObjectInspectorWidget::deleteProxy ( ) [protected, slot]
void pqObjectInspectorWidget::handleConnectionChanged ( pqPipelineSource in,
pqPipelineSource out 
) [protected, slot]

checks the enabled state of the delete button.

void pqObjectInspectorWidget::updateAcceptState ( ) [protected, slot]
void pqObjectInspectorWidget::show ( pqPipelineSource ) [protected]

shows the source.


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