QCAD
Open Source 2D CAD
RTransformation.h
Go to the documentation of this file.
1 
20 #ifndef RTRANSFORMATION_H
21 #define RTRANSFORMATION_H
22 
23 #include "operations_global.h"
24 
25 
33 public:
35  virtual ~RTransformation() {}
36 };
37 
39 
40 #endif
RTransformation::RTransformation
RTransformation()
Definition: RTransformation.h:34
operations_global.h
RTransformation
Copyright (c) 2011-2018 by Andrew Mustun.
Definition: RTransformation.h:32
QCADOPERATIONS_EXPORT
#define QCADOPERATIONS_EXPORT
Definition: operations_global.h:10
RTransformation::~RTransformation
virtual ~RTransformation()
Definition: RTransformation.h:35
Q_DECLARE_METATYPE
Q_DECLARE_METATYPE(RMath *)