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