QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RSnapGrid.h
Go to the documentation of this file.
1
#ifndef RSNAPGRID_H
2
#define RSNAPGRID_H
3
4
#include "
RSnap.h
"
5
6
class
RGraphicsView
;
7
class
RMouseEvent
;
8
16
class
RSnapGrid
:
public
RSnap
{
17
public
:
18
virtual
~RSnapGrid
() {}
19
20
virtual
RVector
snap
(
21
const
RVector
& position,
22
RGraphicsView
& view,
23
double
range=
RNANDOUBLE
24
);
25
};
26
27
Q_DECLARE_METATYPE
(
RSnapGrid
*)
28
29
#endif
src
snap
RSnapGrid.h
Generated on Tue Jun 26 2012 18:41:11 for QCAD Application Framework by
1.8.1.1