VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtBullseyeSelectionWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 
14 namespace makVrv
15 {
19  {
20  public:
23 
26 
29 
32 
34  virtual void addBullseye(const std::string& name) = 0;
35 
37  virtual void removeBullseye(const std::string& name) = 0;
38 
40  virtual void selectBullseye(const std::string& name) = 0;
41 
43  virtual void renameBullseye(const std::string& oldName, const std::string& newName) = 0;
44 
45  boost::signalslib::signal<void(const std::string&)> signal_selectedBullseyeChanged;
46 
47  };
48 }
49 
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Abstract interface for the stealth control widget.
Definition: DtBullseyeSelectionWidgetInterface.h:18
boost::signalslib::signal< void(const std::string &)> signal_selectedBullseyeChanged
Definition: DtBullseyeSelectionWidgetInterface.h:45

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)