VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfPasteDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Pasteright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfPasteDialog.h,v $ $Revision: 1.4 $ $State: Exp $
7 ******************************************************************************/
8 
11 
16 
17 #pragma once
18 
21 #include <vrfGuiCore/copyObject.h>
22 
23 namespace makVrf
24 {
26  {
27  Q_OBJECT
28  public:
29  //CTOR
30  DtVrfPasteDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
31 
32  //DTOR
33  virtual ~DtVrfPasteDialog();
34 
35  public:
39  virtual void paste(int flags = DtCopyObject::DtAllPasteFlags);
40 
42  virtual void pasteSpecial();
43 
44  protected:
46  virtual void setupConnections();
47  };
48 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)