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
RSnapMiddle.h
Go to the documentation of this file.
1
#ifndef RSNAPMIDDLE_H
2
#define RSNAPMIDDLE_H
3
4
#include "
RSnapEntityBase.h
"
5
6
class
RMouseEvent
;
7
15
class
RSnapMiddle
:
public
RSnapEntityBase
{
16
public
:
17
virtual
~RSnapMiddle
() {}
18
19
protected
:
20
virtual
QList<RVector>
snapEntity
(
21
QSharedPointer<REntity> entity,
22
const
RVector
& point,
23
const
RBox
& queryBox,
24
RGraphicsView
& view);
25
};
26
27
Q_DECLARE_METATYPE
(
RSnapMiddle
*)
28
29
#endif
src
snap
RSnapMiddle.h
Generated on Tue Jun 26 2012 18:41:11 for QCAD Application Framework by
1.8.1.1