VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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>
13 #include <vlutil/vlFilename.h>
14 
15 class QStringList;
16 
17 namespace makVrf
18 {
20  {
21  public:
22 
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 Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)