VR-Forces 4.7 Class Documentation
 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 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)