32 #ifndef pqFindDataSelectionDisplayFrame_h 33 #define pqFindDataSelectionDisplayFrame_h 35 #include "pqComponentsModule.h" 50 Q_PROPERTY(
bool useVerticalLayout
51 READ useVerticalLayout
52 WRITE setUseVerticalLayout)
54 typedef QWidget Superclass;
62 void setUseVerticalLayout(
bool);
63 bool useVerticalLayout()
const;
77 void fillCellLabels();
78 void fillPointLabels();
79 void cellLabelSelected(QAction*);
80 void pointLabelSelected(QAction*);
81 void editLabelPropertiesSelection();
82 void editLabelPropertiesInteractiveSelection();
83 void showFrustum(
bool);
88 void onSelectionModeChanged(
bool frustum);
93 void updateInteractiveSelectionLabelProperties();
96 friend class pqInternals;
98 pqInternals* Internals;
pqOutputPort is a server manager model item for an output port of any pqPipelineSource item...
This is a PQ abstraction of a generic view module.
pqFindDataSelectionDisplayFrame is designed to be used by pqFindDataDialog.