QCAD
Open Source 2D CAD
RSnapFree Class Reference

Free snapper implementation. More...

#include <RSnapFree.h>

Inheritance diagram for RSnapFree:
RSnap

Public Member Functions

 RSnapFree ()
 
virtual RVector snap (const RVector &position, RGraphicsView &view, double range=RNANDOUBLE)
 Copyright (c) 2011-2018 by Andrew Mustun. More...
 
virtual ~RSnapFree ()
 
- Public Member Functions inherited from RSnap
virtual void finishEvent ()
 
QSet< REntity::IdgetEntityIds ()
 
RVector getLastSnap () const
 
RSnap::Status getStatus () const
 
virtual void hideUiOptions ()
 
void reset ()
 
 RSnap (RSnap::Status s=RSnap::Unknown)
 
virtual void showUiOptions ()
 
virtual RVector snap (RMouseEvent &event)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
virtual void suspendEvent ()
 
virtual ~RSnap ()
 

Additional Inherited Members

- Public Types inherited from RSnap
enum  Status {
  Unknown, Free, Grid, Endpoint,
  OnEntity, Center, Middle, Distance,
  Intersection, IntersectionManual, Reference, Perpendicular,
  Tangential, Coordinate, CoordinatePolar
}
 Snap status, returned by snap tools (most importantly auto snap tool) to indicate what snap was used. More...
 
- Protected Attributes inherited from RSnap
QSet< REntity::IdentityIds
 
RVector lastSnap
 
RSnap::Status status
 

Detailed Description

Free snapper implementation.

Scriptable:\nThis class is available in script environments.\n

Constructor & Destructor Documentation

◆ RSnapFree()

RSnapFree::RSnapFree ( )
inline

◆ ~RSnapFree()

virtual RSnapFree::~RSnapFree ( )
inlinevirtual

Member Function Documentation

◆ snap()

RVector RSnapFree::snap ( const RVector position,
RGraphicsView view,
double  range = RNANDOUBLE 
)
virtual

Copyright (c) 2011-2018 by Andrew Mustun.

All rights reserved.

This file is part of the QCAD project.

QCAD is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

QCAD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with QCAD.

Implements RSnap.


The documentation for this class was generated from the following files: