VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
radioSetMenu.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 #include <vrvCoreQt/DtMenuItem.h>
16 
17 namespace makVrf
18 {
20  {
21  public:
22 
25 
27  virtual ~DtRadioSetMenu();
28 
29  protected:
30  virtual QString title() const;
31  virtual DtVrfTaskSetMenu* assembleMenu();
32  };
33 
37  {
38  Q_OBJECT
39  public:
40  //CTOR
42 
43  //DTOR
44  virtual ~DtRadioSetItem();
45 
47  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
48 
51  virtual DtVrfTaskSetAction* createAction(QWidget* parent);
52  };
53 
54 }
Definition: vrfTaskSetMenu.h:51
Definition: radioMenu.h:99
The DtRadioSetItem will present the user with a dialog that will allow them to select simulation obje...
Definition: radioSetMenu.h:36
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
Contains makVrf::DtTaskSetMenu, makVrf::DtVrfTaskSetAction, and makVrf::DtTaskSetMenuItem class...
Definition: vrfTaskSetAction.h:106
Definition: radioSetMenu.h:19
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
The radio item will present the user with a list of tasks or sets that are valid for the simulation o...
Definition: radioMenu.h:128

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)