ParaView
Public Member Functions
pqLinksEditor Class Reference

a Qt dialog for editing a property/proxy/camera link two proxies can be selected, and if property type is selected, then two properties can be selected as well. More...

#include <pqLinksEditor.h>

List of all members.

Public Member Functions

 pqLinksEditor (vtkSMLink *link, QWidget *p=0)
 create a link editor to create/edit a link initial values are retrieved from the provided vtkSMLink
 ~pqLinksEditor ()
 destroy this dialog
QString linkName ()
 get the name of the link
pqLinksModel::ItemType linkType ()
 get the type of link
vtkSMProxyselectedProxy1 ()
 get the first selected proxy
vtkSMProxyselectedProxy2 ()
 get the second selected proxy;
QString selectedProperty1 ()
 get the first selected property
QString selectedProperty2 ()
 get the second selected property

Detailed Description

a Qt dialog for editing a property/proxy/camera link two proxies can be selected, and if property type is selected, then two properties can be selected as well.

Definition at line 47 of file pqLinksEditor.h.


Constructor & Destructor Documentation

pqLinksEditor::pqLinksEditor ( vtkSMLink link,
QWidget *  p = 0 
)

create a link editor to create/edit a link initial values are retrieved from the provided vtkSMLink

pqLinksEditor::~pqLinksEditor ( )

destroy this dialog


Member Function Documentation

QString pqLinksEditor::linkName ( )

get the name of the link

pqLinksModel::ItemType pqLinksEditor::linkType ( )

get the type of link

vtkSMProxy* pqLinksEditor::selectedProxy1 ( )

get the first selected proxy

vtkSMProxy* pqLinksEditor::selectedProxy2 ( )

get the second selected proxy;

QString pqLinksEditor::selectedProperty1 ( )

get the first selected property

QString pqLinksEditor::selectedProperty2 ( )

get the second selected property


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