VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
shapeActions.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtShapeActions.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
#include <
vrvCoreQt/DtMenuItem.h
>
18
19
namespace
makVrv
20
{
21
class
DtDe;
22
}
23
24
class
QAction
;
25
26
namespace
makVrf
27
{
28
class
DT_DLL_VRFGUICOREQT
DtShapeAddPointBeforeAction
:
public
makVrv::DtMenuItem
29
{
30
Q_OBJECT
31
32
public
:
33
//CTOR
34
DtShapeAddPointBeforeAction
(
makVrv::DtDe
& de);
35
36
//DTOR
37
virtual
~
DtShapeAddPointBeforeAction
();
38
40
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
41
42
protected
:
43
virtual
void
on_aboutToShow();
44
virtual
void
on_triggered();
45
46
protected
:
47
QAction
*
myAction
;
48
makVrv::DtDe
&
myDe
;
49
};
50
51
class
DT_DLL_VRFGUICOREQT
DtShapeAddPointAfterAction
:
public
makVrv::DtMenuItem
52
{
53
Q_OBJECT
54
55
public
:
56
//CTOR
57
DtShapeAddPointAfterAction
(
makVrv::DtDe
& de);
58
59
//DTOR
60
virtual
~
DtShapeAddPointAfterAction
();
61
63
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
64
65
protected
:
66
virtual
void
on_aboutToShow();
67
virtual
void
on_triggered();
68
69
protected
:
70
QAction
*
myAction
;
71
makVrv::DtDe
&
myDe
;
72
};
73
74
class
DT_DLL_VRFGUICOREQT
DtShapeDeletePointAction
:
public
makVrv::DtMenuItem
75
{
76
Q_OBJECT
77
78
public
:
79
//CTOR
80
DtShapeDeletePointAction
(
makVrv::DtDe
& de);
81
82
//DTOR
83
virtual
~
DtShapeDeletePointAction
();
84
86
virtual
QAction
* createAction(
makVrv::DtDe
&,
QWidget
* parent);
87
88
protected
:
89
virtual
void
on_aboutToShow();
90
virtual
void
on_triggered();
91
92
protected
:
93
QAction
*
myAction
;
94
makVrv::DtDe
&
myDe
;
95
};
96
}
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)