VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/DtVrfCopyDialog.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtVrfCopyDialog.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 
00022 #include <vrvCore/DtSelectionManager.h>
00023 
00024 namespace makVrf
00025 {
00026    class DT_DLL_VRFGUICOREQT DtVrfCopyDialog : public DtVrfCopyPasteStatusDialog
00027    {
00028       Q_OBJECT
00029 
00030    public:
00031       //CTOR
00032       DtVrfCopyDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
00033 
00034       //DTOR
00035       virtual ~DtVrfCopyDialog();
00036 
00037    public:
00040       virtual void copy(const makVrv::DtSelectionManager::IdSet&);
00041 
00042    protected:
00044       virtual void setupConnections();
00045    };
00046 }

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)