VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
loadBalancingExtensionWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include <QtWidgets/QWidget>
10 #include <boost/signals2.hpp>
11 
12 namespace makVrv
13 {
14  class DtDe;
15 }
16 
17 namespace makVrf
18 {
21  {
22  public:
25 
28 
30  virtual bool isValid() const = 0;
31 
33  virtual std::string loadBalancingOptions() = 0;
34 
36  virtual void setLoadBalancingOptions(const std::string&) = 0;
37 
38  boost::signals2::signal<void ()> signal_validityChanged;
39 
40  private:
41 
44 
47 
48  protected:
50  };
51 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
boost::signals2::signal< void()> signal_validityChanged
Definition: loadBalancingExtensionWidget.h:38
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
makVrv::DtDe & myDe
Definition: loadBalancingExtensionWidget.h:49
Base class for extensions to be added to the manual load balancing dialog when a load balancer is sel...
Definition: loadBalancingExtensionWidget.h:20

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)