VR-Forces 4.2 Class Documentation
DtTaskDisembarkAllDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 namespace makVrf
17 {
19  {
20  Q_OBJECT
21  public:
22  //CTOR
23  DtTaskDisembarkAllDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
24 
25  //DTOR
26  virtual ~DtTaskDisembarkAllDialog();
27 
29  virtual void run(const std::vector<makVrv::DtSimEntry*>&);
30  virtual bool editStatement(const std::vector<makVrv::DtSimEntry*>& data, const DtSimStatement* s);
31 
32  protected:
33  virtual void onCancel()
34  {
35  }
36  virtual bool wantsSelectionOfObjectInCommandMode() const;
37  virtual void sendRequest();
38  };
39 
41  {
42  public:
43  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
44 
45  virtual bool supportsType(makVrv::DtDe&, const DtSimTaskMessageType& t, const DtSimStatement*) const;
46  virtual bool canEdit() const
47  {
48  return false;
49  }
50  };
51 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)