VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCreateRangeLineMenuItem.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <vrvCoreQt/DtMenuItem.h>
14 
16 
17 namespace makVrv
18 {
19  class DtDe;
20 
25  {
26  Q_OBJECT
27 
28  public:
31 
33  virtual ~DtCreateRangeLineMenuItem();
34 
36  virtual QAction* createAction(DtDe&, QWidget* parent);
37 
38  protected:
39 
41  virtual DtIntervisibilityDriver::AttachPoints attachableObjects() const;
42 
44  virtual void on_triggered();
45 
46  protected:
49  };
50 }
Builder for menu items.
Definition: DtMenuItem.h:23
std::vector< AttachPoint > AttachPoints
Definition: DtIntervisibilityDriver.h:51
DtDe & myDe
Definition: DtCreateRangeLineMenuItem.h:47
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Convenience base class for registering and validating menu items that are common to the intervisibili...
Definition: DtCreateRangeLineMenuItem.h:24
QAction * myAction
Definition: DtCreateRangeLineMenuItem.h:48
Contains the DtIntervisibilityDriver class declaration.
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

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)