VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/deleteCheckpointsDialog.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: deleteCheckpointsDialog.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ** Created: 2/20/09 MEM
00008 *******************************************************************************/
00009 #pragma once
00010 
00011 #include <vrfGuiCoreQt/deleteCheckpointsDialogInterface.h>
00012 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00013 
00014 #include <QtGui/QDialog>
00015 #include <QtCore/QString>
00016 #include <QtCore/QDir>
00017 
00018 #include "deleteCheckPointsDlgUi.hpp"
00019 
00020 namespace makVrv
00021 {
00022    class DtDe;
00023 }
00024 
00025 namespace makVrf
00026 {
00027    class DtDeleteCheckpointsDialogLogic;
00028 
00029    class DT_DLL_VRFGUICOREQT DtDeleteCheckpointsDialog : public QDialog, public DtDeleteCheckpointsDialogInterface
00030    {
00031       Q_OBJECT
00032 
00033    public:
00034 
00036       DtDeleteCheckpointsDialog(makVrv::DtDe& de, QWidget* parent = 0, const Qt::WindowFlags& flags = 0);
00037 
00039       virtual ~DtDeleteCheckpointsDialog();
00040 
00043       virtual bool init(const QString& filename);
00044 
00045    protected:
00048 
00049       virtual void clearCheckpointsList();
00050 
00051       virtual void setupList(const QStringList&);
00052 
00053    protected slots:
00054       virtual void checkAll();
00055       virtual void uncheckAll();
00056       virtual void removeDeletedFiles();
00057 
00058    private:
00060       DtDeleteCheckpointsDialog(const DtDeleteCheckpointsDialog& orig);
00061 
00063       DtDeleteCheckpointsDialog& operator=(const DtDeleteCheckpointsDialog& orig);
00064 
00065    public:
00066       Ui_DtDeleteCheckPointsDlg myUiImpl;
00067       DtDeleteCheckpointsDialogLogic*  myLogic;
00068       makVrv::DtDe& myDe;
00069    };
00070 }

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)