VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfOverlaySelectionListLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: vrfOverlaySelectionListLogic.h,v $ $Revision: 1.2 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 #include <string>
18 
19 namespace makVrv
20 {
21  class DtDe;
22 }
23 
24 namespace makVrf
25 {
26  class DtVrfOverlaySelectionListInterface;
27 
29  {
30 
31  public:
32 
35 
38 
39  protected:
40 
43 
45  void slot_overlaySelected(const std::string& name);
46 
48  void slot_overlayAdded(const std::string& name);
49 
51  void slot_overlayRemoved(const std::string& name);
52 
54  void slot_overlayRenamed(const std::string& oldname, const std::string& newName);
55 
57  void slot_currentOverlayChanged(const std::string& name);
58 
59  protected:
60 
63  };
64 }

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)