VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
specificBackendBalancerWidgetExtension.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 
10 
11 class QComboBox;
12 class QToolButton;
13 class QLabel;
14 
15 namespace makVrf
16 {
17  class DtBackEndSelectionCombo;
18 
20  {
21  Q_OBJECT
22 
23  public:
24 
27 
29  virtual ~DtSpecificBackendBalancerWidgetExtension() override;
30 
31  virtual bool isValid() const override;
32  virtual std::string loadBalancingOptions() override;
33 
35  virtual void setLoadBalancingOptions(const std::string&) override;
36 
38 
39  private:
40 
43 
46 
47  public:
50  };
51 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
DtBackEndSelectionCombo * myBackends
Definition: specificBackendBalancerWidgetExtension.h:48
Definition: specificBackendBalancerWidgetExtension.h:19
QLabel * myLabel
Definition: specificBackendBalancerWidgetExtension.h:49
A widget class for managing simulation back-ends.
Definition: backEndSelectionList.h:101
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:76
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 Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)