VR-Forces 4.1.1 Class Documentation
deleteCheckpointsDialogLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: deleteCheckpointsDialogLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 ** Created: 2/20/09 MEM
8 *******************************************************************************/
9 
12 
13 #pragma once
14 
16 
17 #include <QtCore/QDir>
18 
19 class QStringList;
20 
21 namespace makVrf
22 {
23  class DtDeleteCheckpointsDialogInterface;
24 
26  {
27  public:
29 
32 
33  virtual void setupGui(const QString& filename);
34 
35  protected:
37  virtual void slot_removeDeletedFiles(const QStringList&);
38 
39  protected:
42  };
43 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)