VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
orConditional.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
13 
14 namespace makVrf
15 {
16  class DtConditionalExpressionView;
17 
20  {
21  public:
22  virtual DtConditionalExpressionInterface* create(makVrv::DtDe&, QWidget* parent);
23  virtual QString title() const ;
24  virtual bool canEditType(int) const;
25  virtual bool isCompoundStatement() const { return true; };
26  };
27 
29  {
30  public:
32  };
33 
35  {
36  public:
37  //CTOR
38  DtOrConditional(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
39 
40  //DTOR
41  virtual ~DtOrConditional();
42 
43  protected:
44  QString value() const
45  {
46  return "Or";
47  }
48  };
49 }
QString value() const
Definition: orConditional.h:44
Definition: conditionalExpressionInterface.h:79
Definition: orConditional.h:28
Class that is used as a template for task/set dialogs.
Definition: conditionalExpressionInterface.h:37
virtual bool isCompoundStatement() const
Definition: orConditional.h:25
Definition: orConditional.h:34
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
Class that is used as a template for task/set dialogs.
Definition: orConditional.h:19

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)