VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfCopyDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfCopyDialog.h,v $ $Revision: 1.4 $ $State: Exp $
7 ******************************************************************************/
8 
11 
16 
17 #pragma once
18 
21 
23 
24 namespace makVrf
25 {
27  {
28  Q_OBJECT
29 
30  public:
31  //CTOR
32  DtVrfCopyDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
33 
34  //DTOR
35  virtual ~DtVrfCopyDialog();
36 
37  public:
40  virtual void copy(const makVrv::DtSelectionManager::IdSet&);
41 
42  protected:
44  virtual void setupConnections();
45  };
46 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)