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
RScriptAction.h
Go to the documentation of this file.
1
#ifndef RSCRIPTACTION_H
2
#define RSCRIPTACTION_H
3
4
#include "
RAction.h
"
5
#include "
RMainWindow.h
"
6
14
class
RScriptAction
:
public
RAction
{
15
16
public
:
17
RScriptAction
(
const
QString&
scriptFile
,
RGuiAction
*
guiAction
);
18
QString
getScriptFile
() {
19
return
scriptFile
;
20
}
21
22
protected
:
23
QString
scriptFile
;
24
};
25
26
Q_DECLARE_METATYPE
(
RScriptAction
*)
27
28
#endif
src
core
RScriptAction.h
Generated on Tue Jun 26 2012 18:41:07 for QCAD Application Framework by
1.8.1.1