VR-Forces 4.2 Class Documentation
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)