VR-Forces 4.1 Class Documentation
DtEditGlobalPlanWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtEditGlobalPlanWidget.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #pragma once
13 
15 
19 
20 namespace makVrf
21 {
23  {
24  public:
25 
27  DtEditGlobalPlanWidget(makVrv::DtDe&, const std::string& plan, const QString& simulationAddress,
28  bool isNewPlan, QWidget* parent = NULL, const Qt::WindowFlags& flags = 0);
29 
31  virtual ~DtEditGlobalPlanWidget();
32 
34  QString simulationAddress() const
35  {
36  return mySimulationAddress;
37  }
38 
40  QString planName() const
41  {
42  return myPlanName;
43  }
44 
45  DtVrfSimulationCommandMenu* simulationCommandMenu()
46  {
47  return mySimulationCommandMenu;
48  }
49 
50  virtual bool init(const makVrv::DtSelectionManager::IdSet& curSel);
51 
52  protected:
53  virtual void setupGui();
54  virtual bool createMenus();
55  virtual void createSimulationCommandMenu();
56  virtual void finalizeMenus();
57  virtual void finalizeSimulationCommandMenu();
58 
59 
60  private:
63 
65  DtEditGlobalPlanWidget& operator=(const DtEditGlobalPlanWidget& rhs);
66 
67  protected:
69  QString myPlanName;
72  };
73 }

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)