VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
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::signals2::signal<void (const QStringList&)> signal_removeDeletedFiles;
40  };
41 }
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
boost::signals2::signal< void(const QStringList &)> signal_removeDeletedFiles
Signal sent when user wants to delete selected files.
Definition: deleteCheckpointsDialogInterface.h:39
Definition: deleteCheckpointsDialogInterface.h:19

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)