VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfOverlaySelectionListInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfOverlaySelectionListInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 #include <string>
18 
19 #include <boost/signals2.hpp>
20 
21 namespace makVrf
22 {
25  {
26  public:
27 
30 
32  virtual void addOverlay(const std::string& name) = 0;
33 
35  virtual void removeOverlay(const std::string& name) = 0;
36 
38  virtual void renameOverlay(const std::string& oldName, const std::string& newName) = 0;
39 
41  virtual void selectOverlay(const std::string& name) = 0;
42 
43  public:
44  boost::signals2::signal<void (const std::string&)> signal_overlaySelected;
45  };
46 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Abstract interface for the overlay selection toolbar list widget.
Definition: vrfOverlaySelectionListInterface.h:24
boost::signals2::signal< void(const std::string &)> signal_overlaySelected
Definition: vrfOverlaySelectionListInterface.h:44

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)