QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RRestrictHorizontal.h
Go to the documentation of this file.
1
20#ifndef RRESTRICTHORIZONTAL_H
21#define RRESTRICTHORIZONTAL_H
22
23#include "snap_global.h"
24
25#include "RRestrictOrthogonal.h"
26
28
37public:
39 : RRestrictOrthogonal(documentInterface) {
40 mode = RS::OrthoHorizonal;
41 }
43};
44
46
47#endif
Q_DECLARE_METATYPE(RMath *)
Interface for interaction between a graphics document and a user.
Definition RDocumentInterface.h:97
Horizontal snap restriction implementation.
Definition RRestrictHorizontal.h:36
RRestrictHorizontal(RDocumentInterface *documentInterface=NULL)
Definition RRestrictHorizontal.h:38
virtual ~RRestrictHorizontal()
Definition RRestrictHorizontal.h:42
Orthogonal snap restriction implementation.
Definition RRestrictOrthogonal.h:36
@ OrthoHorizonal
Definition RS.h:305
#define NULL
Definition opennurbs_system.h:256
#define QCADSNAP_EXPORT
Definition snap_global.h:10