VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/DtVrfPasteDialog.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Pasteright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtVrfPasteDialog.h,v $ $Revision: 1.4 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00016 
00017 #pragma once
00018 
00019 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00020 #include <vrfGuiCoreQt/DtVrfCopyPasteStatusDialog.h>
00021 #include <vrfGuiCore/DtCopyObject.h>
00022 
00023 namespace makVrf
00024 {
00025    class DT_DLL_VRFGUICOREQT DtVrfPasteDialog : public DtVrfCopyPasteStatusDialog
00026    {
00027       Q_OBJECT
00028    public:
00029       //CTOR
00030       DtVrfPasteDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
00031 
00032       //DTOR
00033       virtual ~DtVrfPasteDialog();
00034 
00035    public:
00039       virtual void paste(int flags = DtCopyObject::DtAllPasteFlags);
00040 
00042       virtual void pasteSpecial();
00043 
00044    protected:
00046       virtual void setupConnections();
00047    };
00048 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)