VR-Forces 4.1.1 Class Documentation
DtNewWindowItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtNewWindowItems.h,v $ $Revision: 1.9 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
15 #include <vrvCoreQt/DtMenuItem.h>
16 
17 namespace makVrv
18 {
22  {
23  Q_OBJECT
24 
25  public:
26  DtNewWindowItem(DtDe& de);
27 
28  virtual ~DtNewWindowItem();
29 
30  protected:
31 
33  virtual QAction* createAction(DtDe&, QWidget* parent);
34  virtual void on_triggered();
35 
36  protected:
38  };
39 
44  {
45  Q_OBJECT
46  public:
48  virtual ~DtNewStealthWindowItem();
49 
50  protected:
51  virtual void on_triggered();
52  virtual QAction* createAction(DtDe&, QWidget* parent);
53 
54  protected:
56  };
57 
62  {
63  Q_OBJECT
64 
65  public:
67  virtual ~DtNewPlanViewWindowItem();
68 
69  protected:
70  virtual void on_triggered();
71  virtual QAction* createAction(DtDe&, QWidget* parent);
72 
73  protected:
75  };
76 }
77 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)