VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setAllStatePropertiesDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class QLabel;
17 class QHBoxLayout;
18 class QComboBox;
19 
20 namespace makVrf
21 {
25  {
26  Q_OBJECT
27  public:
28  //CTOR
29  DtSetAllStatePropertiesDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
30 
31  //DTOR
32  virtual ~DtSetAllStatePropertiesDialog() override;
33 
34  protected:
36  virtual void setupGui(const std::set<makVrv::DtUniqueID>& data) override;
37  };
38 
40  {
41  public:
42  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent) override;
43  virtual bool supportsType(makVrv::DtDe&, const DtSetMessageType&, const DtSimStatement*) const override;
44  virtual bool isValidFor(
45  makVrv::DtDe& de, const makVrv::DtSelectionManager::IdSet& ids, int partOfPlanDialog) const override;
46  };
47 }
Definition: taskSetDialogInterface.h:63
Definition: taskSetDialogInterface.h:82
Definition: setAllStatePropertiesDialog.h:39
This class is the base for setting state properties. In and of itself it does not populate itself wit...
Definition: setStatePropertiesDialog.h:77
Sets up the set dialog to be able to change all state properties. If multiple items are selected only...
Definition: setAllStatePropertiesDialog.h:24
class DtSimStatement:
Definition: simStatement.h:38
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:76
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
std::set< DtUniqueID > IdSet
Definition: DtSelectionManager.h:32

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)