4 #ifndef pqPointPickingHelper_h 5 #define pqPointPickingHelper_h 8 #include <QKeySequence> 26 typedef QObject Superclass;
38 bool pickCameraFocalInfo =
false);
64 void setView(
pqView* view);
67 void pick(
double x,
double y,
double z);
68 void pickNormal(
double px,
double py,
double pz,
double nx,
double ny,
double nz);
75 QPointer<pqRenderView> View;
78 bool PickCameraFocalInfo;
79 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.