VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
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
15
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
16
17
#include <QtCore/QDir>
18
19
class
QStringList;
20
21
namespace
makVrf
22
{
23
class
DtDeleteCheckpointsDialogInterface;
24
25
class
DT_DLL_VRFGUICOREQT
DtDeleteCheckpointsDialogLogic
26
{
27
public
:
28
DtDeleteCheckpointsDialogLogic
(
DtDeleteCheckpointsDialogInterface
& iface);
29
31
virtual
~
DtDeleteCheckpointsDialogLogic
();
32
33
virtual
void
setupGui(
const
QString& filename);
34
35
protected
:
37
virtual
void
slot_removeDeletedFiles(
const
QStringList&);
38
39
protected
:
40
DtDeleteCheckpointsDialogInterface
&
myInterface
;
41
QDir
myCurrentDirectory
;
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
)