33 #ifndef _pqLinksEditor_h 34 #define _pqLinksEditor_h 37 #include <QListWidgetItem> 38 #include <QModelIndex> 39 #include <QScopedPointer> 41 #include "pqComponentsModule.h" 69 vtkSMProxy* selectedProxy1();
71 vtkSMProxy* selectedProxy2();
74 QString selectedProperty1();
76 QString selectedProperty2();
79 bool interactiveViewLinkChecked();
82 void currentProxy1Changed(
const QModelIndex& cur,
const QModelIndex&);
83 void currentProxy2Changed(
const QModelIndex& cur,
const QModelIndex&);
85 void currentProperty1Changed(QListWidgetItem* item);
86 void currentProperty2Changed(QListWidgetItem* item);
88 void updateSelectedProxies();
89 void updateEnabledState();
93 class pqLinksEditorProxyModel;
94 void updatePropertyList(QListWidget* tw, vtkSMProxy* proxy);
96 QScopedPointer<Ui::pqLinksEditor>
Ui;
98 pqLinksEditorProxyModel* Proxy1Model;
99 pqLinksEditorProxyModel* Proxy2Model;
101 vtkSMProxy* SelectedProxy1;
102 vtkSMProxy* SelectedProxy2;
103 QString SelectedProperty1;
104 QString SelectedProperty2;
ItemType
type of link (camera, proxy or property)
a Qt dialog for editing a property/proxy/camera link two proxies can be selected, and if property typ...