4 #ifndef pqPointPickingHelper_h 5 #define pqPointPickingHelper_h 8 #include <QKeySequence> 25 typedef QObject Superclass;
37 bool pickCameraFocalInfo =
false);
63 void setView(
pqView* view);
66 void pick(
double x,
double y,
double z);
67 void pickNormal(
double px,
double py,
double pz,
double nx,
double ny,
double nz);
74 QPointer<pqRenderView> View;
77 bool PickCameraFocalInfo;
78 QPointer<pqModalShortcut> Shortcut;
Manage an action and/or widget's responsivity to a shortcut.
#define PQAPPLICATIONCOMPONENTS_EXPORT
bool pickCameraFocalInfo() const
Returns whether the camera focal point/normal can be returned if the picking on mesh fails...
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/normal in the mesh or simply a point/normal on the surfa...
PickOption getPickOption() const
Returns whether the helper will pick a point or a normal.