VR-Forces 4.10 Class Documentation
 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:39
Definition: conditionalDialogInterface.h:46
Definition: ifConditionalDialog.h:23
Definition: conditionalDialog.h:28
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Definition: ifConditionalDialog.h:30
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)