VR-Forces 4.10 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 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
makVrv::DtDe & myDe
Definition: vrfOverlaySelectionListLogic.h:61
DtVrfOverlaySelectionListInterface * myInterface
Definition: vrfOverlaySelectionListLogic.h:62
Abstract interface for the overlay selection toolbar list widget.
Definition: vrfOverlaySelectionListInterface.h:24
Definition: vrfOverlaySelectionListLogic.h:28
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)