22 virtual QString title()
const ;
23 virtual bool canEditType(
int)
const;
33 const std::vector<makVrv::DtSimEntry*>& data);
34 virtual bool isComplete()
const;
55 virtual bool isComplete()
const;
virtual void setupConditional(const DtSimCondExpr *, const std::vector< makVrv::DtSimEntry * > &data)
Sets up the dialog with conditional expression.
Definition: falseConditional.h:58
void setupConditional(const DtSimCondExpr *, const std::vector< makVrv::DtSimEntry * > &data)
Definition: falseConditional.h:37
Definition: falseConditional.h:42
bool bringsUpDialog() const
Return true if this is bringing up a dialog. Default is true.
Definition: falseConditional.h:62
Definition: conditionalExpressionInterface.h:79
DtConditionalExpressionViewItem represents a single conditional expression.
Definition: conditionalExpressionView.h:125
Class that is used as a template for task/set dialogs.
Definition: falseConditional.h:18
virtual void giveOKCancelButtonCanvas(QWidget *) override
Gives the canvas back to this widget.
Definition: falseConditional.h:87
virtual QWidget * takeOKCancelButtonCanvas(QWidget *newParent) override
This will return the OK/Cancel cavas that the current OK/Cancel buttons are on. You can use this to r...
Definition: falseConditional.h:77
Class that is used as a template for task/set dialogs.
Definition: conditionalExpressionInterface.h:37
Definition: falseConditional.h:26
virtual void setCancelButtonText(const QString &) override
Sets the Cancel button text.
Definition: falseConditional.h:82
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
void setValue(const QString &)
Definition: falseConditional.h:67
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:72
QString value() const
Definition: falseConditional.h:71
Definition: conditionalExpressionInterface.h:48
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22
DtConditionalExpressionView is the view that is used to create and modify conditional expressions...
Definition: conditionalExpressionView.h:49