VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
breachedConditional.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 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 {
24  {
25  public:
26  virtual DtConditionalExpressionInterface* create(makVrv::DtDe&, QWidget* parent) override;
27  virtual QString title() const override;
28  virtual bool canEditType(int) const override;
29  };
30 
32  {
33  public:
35 
36  virtual ~DtBreachedConditionalLogic() override;
37 
38  public:
39  virtual void createConditional(
40  DtConditionalExpressionView* parentView, const std::set<makVrv::DtUniqueID>& data) override;
41 
42  virtual DtSimCondExpr* conditionalExpression() const override;
43  virtual void setupConditional(const DtSimCondExpr*, const std::set<makVrv::DtUniqueID>& data) override;
44 
45  protected:
46  virtual std::string filterCollection() const override;
47  };
48 
50  {
51  Q_OBJECT
52 
53  public:
54  //CTOR
55  DtBreachedConditional(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
56 
57  //DTOR
58  virtual ~DtBreachedConditional() override;
59 
60  protected:
61  virtual QWidget* expressionExtension() override;
62  virtual QWidget* contents() override;
63 
64  virtual QString value() const override;
65  virtual void setValue(const QString&) override;
66  virtual void setupConditional(const DtSimCondExpr* expr, const std::set<makVrv::DtUniqueID>& data) override;
67 
69  virtual void createPatternSelectionTab() override;
70  };
71 }
Definition: baseEntityConditionalExpressionDialog.h:33
Definition: conditionalExpressionInterface.h:87
Definition: breachedConditional.h:31
Class that is used as a template for task/set dialogs.
Definition: conditionalExpressionInterface.h:39
Definition: baseEntityConditionalExpressionLogic.h:32
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
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
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
Definition: breachedConditional.h:49
The DtBreachedConditional will allow the set up of a conditional that will be triggered when the engi...
Definition: breachedConditional.h:23
DtConditionalExpressionView is the view that is used to create and modify conditional expressions...
Definition: conditionalExpressionView.h:50

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)