33 #ifndef _pqLinksEditor_h 34 #define _pqLinksEditor_h 37 #include <QListWidgetItem> 38 #include <QModelIndex> 39 #include <QScopedPointer> 94 QString selectedProperty1();
99 QString selectedProperty2();
104 bool interactiveViewLinkChecked();
109 bool convertToIndicesChecked();
112 void currentProxy1Changed(
const QModelIndex& cur,
const QModelIndex&);
113 void currentProxy2Changed(
const QModelIndex& cur,
const QModelIndex&);
115 void currentProperty1Changed(QListWidgetItem* item);
116 void currentProperty2Changed(QListWidgetItem* item);
118 void updateSelectedProxies();
119 void updateEnabledState();
122 class pqLinksEditorProxyModel;
123 void updatePropertyList(QListWidget* tw,
vtkSMProxy* proxy);
125 QScopedPointer<Ui::pqLinksEditor>
Ui;
127 pqLinksEditorProxyModel* Proxy1Model =
nullptr;
128 pqLinksEditorProxyModel* Proxy2Model =
nullptr;
132 QString SelectedProperty1;
133 QString SelectedProperty2;
#define PQCOMPONENTS_EXPORT
ItemType
type of link (camera, proxy or property)
A Qt dialog for editing a property/proxy/camera link.
Abstract base class for proxy/property links.
proxy for a VTK object(s) on a server