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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)