VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setStateFlattenedPropertyDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 namespace makVrf
15 {
20  {
21  Q_OBJECT
22  public:
23  //CTOR
24  DtSetStateFlattenedPropertyDialog(makVrv::DtDe& de, QWidget* parent, const DtString& prop,
25  const DtString& element, const Qt::WindowFlags& flags = 0);
26 
27  //DTOR
29 
30  protected:
32  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
33 
34  virtual void sendRequest();
35 
37  virtual DtString properties() const;
38 
40  virtual DtRwProperties createModifiedFlattenedPropertyStructure(const DtRwProperties& props) const;
41 
43  virtual void mergeModifiedFlattened(DtReaderWriter* target, const DtReaderWriter* source) const;
44 
45  virtual void setupStatement(const DtSimStatement* stmt);
46  virtual void propertiesUpdated(PropertyItem&);
47 
48  protected:
49  std::map<DtString, DtReaderWriter*> myBaseRwItems;
51  };
52 
54  {
55  public:
56  DtSetStateFlattenedPropertyDialogCreator(makVrv::DtDe&, const DtString& prop, const DtString& element, const DtString& defaultPlatformFile = "");
57 
58  virtual DtTaskSetDialogInterface* createDialog(makVrv::DtDe&, QWidget* parent);
59  bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const;
60 
61  protected:
63  };
64 }
DtString myElement
Definition: setStateFlattenedPropertyDialog.h:62
Contains makVrf::DtSetStateFlattenedPropertyDialogs class. This contains a class that will show a fla...
Definition: setStateFlattenedPropertyDialog.h:19
Definition: taskSetDialogInterface.h:84
Definition: readerWriter.h:85
DtString myElement
Definition: setStateFlattenedPropertyDialog.h:50
Definition: setStatePropertiesDialog.h:208
This class is the base for setting state properties. In and of itself it does not populate itself wit...
Definition: setStatePropertiesDialog.h:77
Definition: setStatePropertyDialog.h:226
const char * source
Definition: lz4.h:442
Definition: setStateFlattenedPropertyDialog.h:53
class DtSimStatement:
Definition: simStatement.h:38
A list of properties. A DtPropertyInterface object that is a specialized version of DtRwVariableBindi...
Definition: rwProperties.h:122
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
std::map< DtString, DtReaderWriter * > myBaseRwItems
Definition: setStateFlattenedPropertyDialog.h:49
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)