38#define RDEFAULT_MIN1 -1
70 virtual double getDistanceTo(
const RVector& point,
bool limited =
true,
double range = 0.0,
bool draft =
false,
double strictRange =
RMAXDOUBLE)
const;
Q_DECLARE_METATYPE(RMath *)
#define RMAXDOUBLE
Definition RMath.h:66
Represents a box e.g.
Definition RBox.h:46
A graphics document contains and owns entities, layers, user coordinate systems, variables,...
Definition RDocument.h:78
Stores and manages all data that defines the geometry and appearance of a polyline entity.
Definition RPolylineData.h:46
virtual QList< RBox > getBoundingBoxes(bool ignoreEmpty=false) const
Definition RPolylineData.cpp:45
virtual bool moveReferencePoint(const RVector &referencePoint, const RVector &targetPoint, Qt::KeyboardModifiers modifiers=Qt::NoModifier)
Moves the given reference point to the given target point or does nothing if this entity has no refer...
Definition RPolylineData.cpp:91
virtual QList< RRefPoint > getReferencePoints(RS::ProjectionRenderingHint hint=RS::RenderTop) const
Definition RPolylineData.cpp:66
virtual double getDistanceTo(const RVector &point, bool limited=true, double range=0.0, bool draft=false, double strictRange=RMAXDOUBLE) const
Definition RPolylineData.h:137
Low-level mathematical representation of an open polyline or closed polyline (= polygon).
Definition RPolyline.h:50
Represents a reference point of an entity.
Definition RRefPoint.h:18
EntityType
Entity types used for property handling / filtering.
Definition RS.h:227
@ EntityWipeout
Wipeout.
Definition RS.h:279
ProjectionRenderingHint
Sets the current rendering hint for exports.
Definition RS.h:293
@ RenderTop
Definition RS.h:294
Represents a 3d vector (x/y/z).
Definition RVector.h:47
Stores and manages all data that defines the geometry and appearance of a wipeout entity.
Definition RWipeoutData.h:49
void setShowFrame(bool on)
Definition RWipeoutData.h:76
bool showFrame
Definition RWipeoutData.h:83
virtual RS::EntityType getType() const
Definition RWipeoutData.h:60
bool getShowFrame() const
Definition RWipeoutData.h:72
Polyline entity.
Definition RWipeoutEntity.h:42
#define QCADENTITY_EXPORT
Definition entity_global.h:10