VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
clearTargetPriorityListDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 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 {
21  {
22  Q_OBJECT
23  public:
24  //CTOR
25  DtClearTargetPriorityListDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
26 
27  //DTOR
29 
31  virtual void run(const std::vector<makVrv::DtSimEntry*>&);
32  virtual bool editStatement(const std::vector<makVrv::DtSimEntry*>& data, const DtSimStatement* s);
33 
34  protected:
35  virtual void onCancel()
36  {
37  }
38 
39  virtual void sendRequest();
40 
41  virtual bool wantsSelectionOfObjectInCommandMode(const std::vector<makVrv::DtSimEntry*>&) const;
42  virtual void onOK() { sendRequest(); };
43  };
44 
46  {
47  public:
48  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
49 
50  virtual bool supportsType(makVrv::DtDe&, const DtSetMessageType& t, const DtSimStatement*) const;
51  virtual bool canEdit() const
52  {
53  return false;
54  }
55  };
56 }
Definition: taskSetDialogInterface.h:64
Definition: taskSetDialogInterface.h:83
virtual void onOK()
Definition: clearTargetPriorityListDialog.h:42
Definition: clearTargetPriorityListDialog.h:45
Definition: clearTargetPriorityListDialog.h:20
virtual void onCancel()
Definition: clearTargetPriorityListDialog.h:35
class DtSimStatement:
Definition: simStatement.h:41
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
virtual bool canEdit() const
Override to say whether or not this item can be edited by itself if it supports the type...
Definition: clearTargetPriorityListDialog.h:51
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)