VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtNewWindowItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCoreQt/vrvCoreQt.h>
12 #include <vrvCoreQt/DtMenuItem.h>
13 
14 namespace makVrv
15 {
19  {
20  Q_OBJECT
21 
22  public:
23  DtNewWindowItem(DtDe& de);
24 
25  virtual ~DtNewWindowItem();
26 
27  protected:
28 
30  virtual QAction* createAction(DtDe&, QWidget* parent);
31  virtual void on_triggered();
32 
33  protected:
35  };
36 
41  {
42  Q_OBJECT
43  public:
45  virtual ~DtNewStealthWindowItem();
46 
47  protected:
48  virtual void on_triggered();
49  virtual QAction* createAction(DtDe&, QWidget* parent);
50 
51  protected:
53  };
54 
59  {
60  Q_OBJECT
61 
62  public:
64  virtual ~DtNewPlanViewWindowItem();
65 
66  protected:
67  virtual void on_triggered();
68  virtual QAction* createAction(DtDe&, QWidget* parent);
69 
70  protected:
72  };
73 }
74 
Builder for menu items.
Definition: DtMenuItem.h:23
A menu item to create a new window based on the current observer configuration set to a Plan view...
Definition: DtNewWindowItems.h:58
DtDe & myDe
Definition: DtNewWindowItems.h:34
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtDe & myDe
Definition: DtNewWindowItems.h:71
A menu item to create a new window based on the current observer configuration.
Definition: DtNewWindowItems.h:18
DtDe & myDe
Definition: DtNewWindowItems.h:52
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
A menu item to create a new window based on the current observer configuration set to a Stealth view...
Definition: DtNewWindowItems.h:40

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)