|  | QCAD
    Open Source 2D CAD | 
Horizontal snap restriction implementation. More...
#include <RRestrictHorizontal.h>
 
  
| Public Member Functions | |
| RRestrictHorizontal (RDocumentInterface *documentInterface=NULL) | |
| virtual | ~RRestrictHorizontal () | 
|  Public Member Functions inherited from RRestrictOrthogonal | |
| virtual RVector | restrictSnap (const RVector &position, const RVector &relativeZero) | 
| Copyright (c) 2011-2018 by Andrew Mustun. | |
| RRestrictOrthogonal (RDocumentInterface *documentInterface) | |
| virtual | ~RRestrictOrthogonal () | 
|  Public Member Functions inherited from RSnapRestriction | |
| RVector | getLastSnap () const | 
| virtual void | hideUiOptions () | 
| void | reset () | 
| RSnapRestriction (RDocumentInterface *documentInterface=NULL) | |
| virtual void | showUiOptions () | 
| virtual | ~RSnapRestriction () | 
| Additional Inherited Members | |
|  Protected Attributes inherited from RRestrictOrthogonal | |
| RS::OrthoMode | mode | 
|  Protected Attributes inherited from RSnapRestriction | |
| RDocumentInterface * | documentInterface | 
| RVector | lastSnap | 
Horizontal snap restriction implementation.
| 
 | inline | 
| 
 | inlinevirtual |