VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSetEncumbranceMenuItem.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 VT MAK, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 //\file DtSetEncumbranceMenuItem.h
7 
8 #pragma once
9 
11 
13 
15 
16 
17 //As per the the VR Forces GUI architecture (see the BRFFrontEndDevelopersGuide,
18 //chapter 3 and especially 3.1), the DtSetEncumbranceMenuItem provides the
19 //necessary structure for a DtMenuItem as used by the DtMenuItemBuilder.
20 
21 namespace vrfAddSetEncumbranceExample
22 {
24  {
25  public:
26  //\brief: CTOR
28 
29  //DTOR
30  virtual ~DtSetEncumbranceMenuItem();
31 
32  //Build a menu item (via an action).
33  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
34 
35  protected:
36  int myId;
37  };
38 }
39 
Definition: DtSetEncumbranceMenuItem.h:23
int myId
Definition: DtSetEncumbranceMenuItem.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
virtual QAction * createAction(makVrv::DtDe &, QWidget *parent)
Build a menu item (via an action).
Contains makVrf::DtTaskSetMenu, makVrf::DtVrfTaskSetAction, and makVrf::DtTaskSetMenuItem class...
Definition: vrfTaskSetAction.h:37

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)