VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
doUntilConditionalDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #if !defined(Q_MOC_RUN)
15 #endif
16 
17 namespace makVrf
18 {
20  {
21  public:
22  virtual DtConditionalDialogInterface* create(makVrv::DtDe&, QWidget* parent, bool partOfGlobalPlan) override;
23  virtual bool canEditType(int) const override;
24  };
25 
27  {
28  Q_OBJECT
29  public:
30  //CTOR
31  DtDoUntilConditionalDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0, bool partOfGlobalPlan = false);
32 
33  //DTOR
34  virtual ~DtDoUntilConditionalDialog() override;
35  };
36 }
37 
Class that is used as a template for task/set dialogs.
Definition: conditionalDialogInterface.h:40
Definition: conditionalDialogInterface.h:47
Definition: doUntilConditionalDialog.h:19
Definition: doUntilConditionalDialog.h:26
Definition: conditionalDialog.h:29
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

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)