ParaView
Public Member Functions | List of all members
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>

Inherits QDialog.

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 More...
 
 ~pqLinksEditor ()
 destroy this dialog More...
 
QString linkName ()
 get the name of the link More...
 
pqLinksModel::ItemType linkType ()
 get the type of link More...
 
vtkSMProxyselectedProxy1 ()
 get the first selected proxy More...
 
vtkSMProxyselectedProxy2 ()
 get the second selected proxy; More...
 
QString selectedProperty1 ()
 get the first selected property More...
 
QString selectedProperty2 ()
 get the second selected property More...
 
bool interactiveViewLinkChecked ()
 Get the check state of interactive view link check box. More...
 

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 54 of file pqLinksEditor.h.

Constructor & Destructor Documentation

§ pqLinksEditor()

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::~pqLinksEditor ( )

destroy this dialog

Member Function Documentation

§ linkName()

QString pqLinksEditor::linkName ( )

get the name of the link

§ linkType()

pqLinksModel::ItemType pqLinksEditor::linkType ( )

get the type of link

§ selectedProxy1()

vtkSMProxy* pqLinksEditor::selectedProxy1 ( )

get the first selected proxy

§ selectedProxy2()

vtkSMProxy* pqLinksEditor::selectedProxy2 ( )

get the second selected proxy;

§ selectedProperty1()

QString pqLinksEditor::selectedProperty1 ( )

get the first selected property

§ selectedProperty2()

QString pqLinksEditor::selectedProperty2 ( )

get the second selected property

§ interactiveViewLinkChecked()

bool pqLinksEditor::interactiveViewLinkChecked ( )

Get the check state of interactive view link check box.


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