VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
loadDistributionMenuItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
10 
11 namespace makVrf
12 {
13  class DtLoadDistributionDialog;
14 
17  {
18  Q_OBJECT
19 
20  public:
21  //CTOR
23 
24  //DTOR
25  virtual ~DtLoadDistributionMenuItem();
26 
28  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
29 
30  protected:
31  virtual void on_triggered();
32 
33  protected slots:
34  virtual void dialogDeleted();
35 
36  protected:
38  DtLoadDistributionDialog* myLoadDistributionDialog = nullptr;
39  };
40 }
The DtLoadDistributionDialog class is an informational class that will show VR-Forces simulataed obje...
Definition: loadDistributionDialog.h:18
Builder for menu items.
Definition: DtMenuItem.h:23
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
makVrv::DtDe & myDe
Definition: loadDistributionMenuItem.h:37
A menu item to close the current scenario.
Definition: loadDistributionMenuItem.h:16
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:72

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)