33 #ifndef _pqLinksEditor_h 34 #define _pqLinksEditor_h 37 #include <QListWidgetItem> 38 #include <QModelIndex> 39 #include <QScopedPointer> 41 #include "pqComponentsModule.h" 92 QString selectedProperty1();
96 QString selectedProperty2();
101 bool interactiveViewLinkChecked();
104 void currentProxy1Changed(
const QModelIndex& cur,
const QModelIndex&);
105 void currentProxy2Changed(
const QModelIndex& cur,
const QModelIndex&);
107 void currentProperty1Changed(QListWidgetItem* item);
108 void currentProperty2Changed(QListWidgetItem* item);
110 void updateSelectedProxies();
111 void updateEnabledState();
114 class pqLinksEditorProxyModel;
115 void updatePropertyList(QListWidget* tw,
vtkSMProxy* proxy);
117 QScopedPointer<Ui::pqLinksEditor>
Ui;
119 pqLinksEditorProxyModel* Proxy1Model;
120 pqLinksEditorProxyModel* Proxy2Model;
124 QString SelectedProperty1;
125 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...
Abstract base class for proxy/property links.
proxy for a VTK object(s) on a server