VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
uiMinefieldTableElement.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2020 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
15 #include <matrix/vlVector.h>
16 
18 class QDoubleValidator;
19 
22 {
23  Q_OBJECT
24 public:
25 
28 
30  virtual ~DtUiMinefieldTableElement();
31 
33 
34  virtual void setFromParameters(const std::vector<DtReaderWriter*>& parentRw);
35  virtual void elementChanged();
36 
37  virtual void setEnabled(bool);
38 
39 protected:
40  virtual void createControls(QWidget* parent);
41 
42 protected:
43 
44 
45 public:
46 
48 
49 protected:
50 
51  QDoubleValidator* myValidator;
52 
53 };
54 #pragma once
Dialog to allow user to customize object parser when inputing a file for scenario laydown...
Definition: minefieldCompositionWidget.h:33
virtual void createControls(QWidget *parent)
If additional widgets or connections need to be made do it here. The parent is the myWidget member...
virtual void setFromParameters(DtReaderWriter *parentRw)
Calls setFromParameters with std::vector of parameter.
QDoubleValidator * myValidator
Definition: uiMinefieldTableElement.h:51
boost::function< DtUiElement *(makVrv::DtDe &)> CreatorFunction
Definition: uiElement.h:185
virtual void elementChanged()
DtUiMinefieldTableElement.
Definition: uiMinefieldTableElement.h:21
virtual void setEnabled(bool)
If this item is not enabled it cannot be modified.
makVrf::DtMinefieldCompositionWidget * myMinefieldTableWidget
Definition: uiMinefieldTableElement.h:47
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:70
DtMinefieldCompositionWidget.
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:33
Base class of the ui element class chain. Properties available through designer for all ui elements a...
Definition: uiElement.h:180

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)