VR-Forces 4.1 Class Documentation
DtSetSpeedAndHeadingMenuItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSetSpeedAndHeadingMenuItem.h,v $ $Revision: 1.2 $ $State: Exp $
7 ******************************************************************************/
8 //\file DtSetSpeedAndHeadingMenuItem.h
9 
10 #pragma once
11 
13 
14 //class DtSetSpeedAndHeadingMenuItem:
15 
16 //Instances of DtSetSpeedAndHeading are an example of a new kind of set that
17 //tells an entity to set their current speed and heading.
18 
19 //As per the the VR Forces GUI architecture (see the BRFFrontEndDevelopersGuide,
20 //chapter 3 and especially 3.1), the DtSetSpeedAndHeadingMenuItem provides the
21 //necessary structure for a DtMenuItem as used by the DtMenuItemBuilder.
22 
23 
24 namespace vrfAddSetExample
25 {
27  {
28  public:
29  //\brief: CTOR
31 
32  //DTOR
34 
35  //Build a menu item (via an action).
36  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
37 
38  protected:
39  int myId;
40  };
41 }
42 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)