QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
ROperationUtils.h
Go to the documentation of this file.
1
20#ifndef ROPERATIONUTILS_H
21#define ROPERATIONUTILS_H
22
23#include "operations_global.h"
24
25#include <QMetaType>
26
28
36public:
37 static void normalizeDrawOrder(RDocumentInterface* di, bool useTransactionGroup = false);
38};
39
42
43#endif
Q_DECLARE_METATYPE(RMath *)
Interface for interaction between a graphics document and a user.
Definition RDocumentInterface.h:97
Implementation of operation utilities.
Definition ROperationUtils.h:35
#define QCADOPERATIONS_EXPORT
Definition operations_global.h:10