VR-Forces 4.2 Class Documentation
DtVrfCopyPasteStatusDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfCopyPasteStatusDialog.h,v $ $Revision: 1.4 $ $State: Exp $
7 ******************************************************************************/
8 
11 
14 
15 #pragma once
16 
17 #include <vrvUtil/signalslib.h>
19 
20 #include <QtGui/QDialog>
21 
22 #include <map>
23 
24 class QTreeWidget;
25 class QPushButton;
26 class QVBoxLayout;
27 class QTreeWidgetItem;
28 
29 namespace makVrf
30 {
31  class DtCopyObject;
32 
34  {
35  Q_OBJECT
36 
37  typedef std::map<DtCopyObject*, QTreeWidgetItem*> DtObjectItemMap;
38 
39  public:
40  //CTOR
41  DtVrfCopyPasteStatusDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
42 
43  //DTOR
44  virtual ~DtVrfCopyPasteStatusDialog();
45 
46  protected:
47  virtual void setupGui();
48 
50  virtual void operationPending(DtCopyObject*, const std::string& reason);
51 
53  virtual void operationsComplete();
54 
56  virtual void operationComplete(DtCopyObject*);
57 
59  virtual void operationCancelled(DtCopyObject*);
60 
62  virtual void setupConnections() = 0;
63 
64  public slots:
66  virtual void cancel();
67 
68  public:
69  QVBoxLayout* myMainLayout;
73 
74  protected:
75  makVrv::DtDe& myDe;
76  };
77 }

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)