VR-Forces 5.0.3 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);
27  virtual bool canEditType(int) const;
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();
39  };
40 }
Class that is used as a template for task/set dialogs.
Definition: conditionalDialogInterface.h:38
Definition: conditionalDialogInterface.h:45
Definition: ifConditionalDialog.h:23
Definition: conditionalDialog.h:28
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
Definition: ifConditionalDialog.h:30
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)