32 #ifndef pqPointPickingHelper_h 33 #define pqPointPickingHelper_h 35 #include "pqApplicationComponentsModule.h" 36 #include <QKeySequence> 52 typedef QObject Superclass;
71 void setView(
pqView* view);
76 void setShortcutEnabled(
bool);
79 void pick(
double x,
double y,
double z);
86 QKeySequence KeySequence;
87 QPointer<pqRenderView> View;
90 QPointer<QShortcut> Shortcut;
This is a PQ abstraction of a generic view module.
pqPointPickingHelper is a helper class that is designed for use by subclasses of pqInteractivePropert...
bool pickOnMesh() const
Returns whether the helper will pick a point in the mesh or simply a point on the surface...