VR-Forces 4.3 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) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: deleteCheckpointsDialogInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ** Created: 2/20/09 MEM
8 *******************************************************************************/
9 #pragma once
10 
13 
14 #include <vrvUtil/signalslib.h>
16 
17 class QStringList;
18 
19 namespace makVrf
20 {
22  {
23  public:
24 
27 
29  virtual void clearCheckpointsList() = 0;
30 
32  virtual void setupList(const QStringList&) = 0;
33 
35  boost::signal<void (const QStringList&)> signal_removeDeletedFiles;
36  };
37 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)