VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
deleteCheckpointsDialogInterface.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2016 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
10
11
#include <
vrvUtil/signalslib.h
>
12
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
13
#include <vlutil/vlFilename.h>
14
15
class
QStringList;
16
17
namespace
makVrf
18
{
19
class
DT_DLL_VRFGUICOREQT
DtDeleteCheckpointsDialogInterface
20
{
21
public
:
22
24
virtual
~
DtDeleteCheckpointsDialogInterface
();
25
27
virtual
void
clearCheckpointsList() = 0;
28
30
virtual
void
setupList(
const
std::vector<DtFilename>&) = 0;
31
33
virtual
void
addScenarioFile(
const
DtFilename&,
bool
doUpdated =
true
) = 0;
34
36
virtual
void
removeScenarioFile(
const
DtFilename&,
bool
doUpdated =
true
) = 0;
37
39
boost::signal<void (const QStringList&)>
signal_removeDeletedFiles
;
40
};
41
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)