VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPaperMapWidgetInterface.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 
25  virtual ~DtPaperMapWidgetInterface();
26 
29 
31  DtPaperMapWidgetInterface& operator=(const DtPaperMapWidgetInterface&) = delete;
32 
34  virtual void addGroup(const std::string& groupName) = 0;
35 
37  virtual void removeGroup(const std::string& groupName) = 0;
38 
40  virtual void selectGroup(const std::string& groupName) = 0;
41 
43  virtual void reset() = 0;
44 
46  virtual void selectionEnabled(bool setting) = 0;
47 
48  };
49 }
50 
Abstract interface for the stealth control widget.
Definition: DtPaperMapWidgetInterface.h:18
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.

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)