VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfAggregateSettingsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 namespace makVrf
17 {
18  class DtVrfBackendState;
19  class DtVrfSelectionFilter;
20  class DtVrfAggregateSettingsWidgetInterface;
21 
23  {
24  public:
25  //CTOR
27  makVrv::DtPersistenceControlsInterface& persistenceControls,
29 
30  //DTOR
31  virtual ~DtVrfAggregateSettingsLogic();
32 
33  virtual void setVrfExtension(DtVrfAggregateSettingsWidgetInterface*);
34 
35  protected:
36  virtual void slot_settingReceived(const std::string&, const DtVrfBackendState*);
37  virtual void processPublishAggregateInformation(const DtVrfBackendState*);
38 
39  virtual void slot_publishAggregateFormationRoutesChanged(bool);
40  virtual void slot_attackLinesShownChanged(bool);
41  virtual void slot_attackAnimationShownChanged(bool);
42  virtual void slot_supplyLinesShownChanged(bool);
43  virtual void slot_gumballsShownChanged(bool);
44  virtual void slot_healthShownChanged(bool);
45 
46  protected:
48  };
49 
51  {
52  public:
55 
58  };
59 }
Definition: vrfBackendState.h:69
Creator for registering the aggregate settings logic.
Definition: DtAggregateSettingsLogic.h:107
DtVrfAggregateSettingsWidgetInterface * myVrfExtension
Definition: vrfAggregateSettingsLogic.h:47
Definition: vrfAggregateSettingsLogic.h:22
#define DT_DLL_VRFGUISETTINGSWIDGETS
Definition: vrfGuiSettingsWidgets.h:22
Interface for the aggregate settings GUI.
Definition: DtAggregateSettingsInterface.h:25
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
Logic for the aggregate settings GUI.
Definition: DtAggregateSettingsLogic.h:30
Contains the DtAggregateSettingsLogic class declaration.
Definition: vrfAggregateSettingsLogic.h:50
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
Definition: vrfAggregateSettingsPage.h:28

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)