VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/deleteCheckpointsDialogLogic.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: deleteCheckpointsDialogLogic.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ** Created: 2/20/09 MEM
00008 *******************************************************************************/
00009 
00012 
00013 #pragma once
00014 
00015 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00016 
00017 #include <QtCore/QDir>
00018 
00019 class QStringList;
00020 
00021 namespace makVrf
00022 {
00023    class DtDeleteCheckpointsDialogInterface;
00024 
00025    class DT_DLL_VRFGUICOREQT DtDeleteCheckpointsDialogLogic
00026    {
00027    public:
00028       DtDeleteCheckpointsDialogLogic(DtDeleteCheckpointsDialogInterface& iface);
00029 
00031       virtual ~DtDeleteCheckpointsDialogLogic();
00032 
00033       virtual void setupGui(const QString& filename);
00034 
00035    protected:
00037       virtual void slot_removeDeletedFiles(const QStringList&);
00038 
00039    protected:
00040       DtDeleteCheckpointsDialogInterface& myInterface;
00041       QDir                                myCurrentDirectory;
00042    };
00043 }

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)