VR-Forces Developer's Guide
 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 
19 #if !defined(Q_MOC_RUN)
22 #include <vrfGuiCore/copyObject.h>
23 #endif
24 
25 namespace makVrf
26 {
28  {
29  Q_OBJECT
30  public:
31  //CTOR
32  DtVrfPasteDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
33 
34  //DTOR
35  virtual ~DtVrfPasteDialog();
36 
37  public:
41  virtual void paste(int flags = DtCopyObject::DtAllPasteFlags);
42 
44  virtual void pasteSpecial();
45 
46  protected:
48  virtual void setupConnections();
49  };
50 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Definition: vrfPasteDialog.h:27
Definition: copyObject.h:145
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Definition: vrfCopyPasteStatusDialog.h:33

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)