VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
17 #include <vrvCoreQt/DtMenuItem.h>
18 
19 namespace makVrv
20 {
21  class DtDe;
22 }
23 
24 class QAction;
25 
26 namespace makVrf
27 {
29  {
30  Q_OBJECT
31 
32  public:
33  //CTOR
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:
49  };
50 
52  {
53  Q_OBJECT
54 
55  public:
56  //CTOR
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:
72  };
73 
75  {
76  Q_OBJECT
77 
78  public:
79  //CTOR
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:
95  };
96 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)