VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
radioTaskMenu.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 
17 namespace makVrf
18 {
20  {
21  public:
22 
25 
27  virtual ~DtRadioTaskMenu() override;
28 
29  protected:
30  virtual QString title() const override;
31  virtual DtVrfTaskSetMenu* assembleMenu() override;
32  virtual void removeRadioMenus(DtSubMenuConfiguration&);
33  };
34 
38  {
39  Q_OBJECT
40 
41  public:
42  //CTOR
44 
45  //DTOR
46  virtual ~DtRadioTaskItem() override;
47 
49  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent) override;
50 
53  virtual DtVrfTaskSetAction* createAction(QWidget* parent) override;
54  };
55 }
Definition: radioTaskMenu.h:19
Definition: vrfTaskSetMenu.h:50
The DtRadioSetItem will present the user with a dialog that will allow them to select simulation obje...
Definition: radioTaskMenu.h:37
Definition: radioMenu.h:97
Subclass for additional functionality needed by VRF.
Definition: subMenuConfiguration.h:73
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
Contains makVrf::DtTaskSetMenu, makVrf::DtVrfTaskSetAction, and makVrf::DtTaskSetMenuItem class...
Definition: vrfTaskSetAction.h:108
#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:126

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)