VR-Forces 4.6 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 
45  protected:
47  };
48 
50  {
51  public:
54 
57  };
58 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)