QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RScriptAction.h
Go to the documentation of this file.
1
20#ifndef RSCRIPTACTION_H
21#define RSCRIPTACTION_H
22
23#include "core_global.h"
24
25#include "RAction.h"
26
35
36public:
37 RScriptAction(const QString& scriptFile, RGuiAction* guiAction);
38 QString getScriptFile() {
39 return scriptFile;
40 }
41
42protected:
43 QString scriptFile;
44};
45
47
48#endif
Q_DECLARE_METATYPE(RMath *)
Abstract base class for all action classes.
Definition RAction.h:57
Abstract base class for GUI action classes.
Definition RGuiAction.h:62
Copyright (c) 2011-2018 by Andrew Mustun.
Definition RScriptAction.h:34
QString getScriptFile()
Definition RScriptAction.h:38
QString scriptFile
Definition RScriptAction.h:43
#define QCADCORE_EXPORT
Definition core_global.h:10