VR-Forces 4.2 Class Documentation
DtVrfAggregateSettingsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfAggregateSettingsLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 #include <vrvVrlQt/DtAggregateSettingsLogic.h>
18 
19 namespace makVrf
20 {
21  class DtVrfBackendState;
22  class DtVrfSelectionFilter;
23  class DtVrfAggregateSettingsWidgetInterface;
24 
25  class DT_DLL_VRFGUICOREQT DtVrfAggregateSettingsLogic : public makVrv::DtAggregateSettingsLogic
26  {
27  public:
28  //CTOR
29  DtVrfAggregateSettingsLogic(makVrv::DtDe& de,
30  makVrv::DtPersistenceControlsInterface& persistenceControls,
31  makVrv::DtAggregateSettingsInterface& widget);
32 
33  //DTOR
34  virtual ~DtVrfAggregateSettingsLogic();
35 
36  virtual void setVrfExtension(DtVrfAggregateSettingsWidgetInterface*);
37 
38  protected:
39  virtual void slot_settingReceived(const std::string&, const DtVrfBackendState*);
40  virtual void processPublishAggregateInformation(const DtVrfBackendState*);
41  virtual void processAggregateDisaggregateAutomatically(const DtVrfBackendState*);
42 
43  virtual void slot_aggregateDisaggregateAutomaticallyChanged(bool);
44  virtual void slot_aggregatedInitiallyChanged(bool);
45  virtual void slot_publishAggregateFormationRoutesChanged(bool);
46 
47  protected:
49  };
50 
51  class DT_DLL_VRFGUICOREQT DtVrfAggregateSettingsLogicCreator : public makVrv::DtAggregateSettingsLogicCreator
52  {
53  public:
56 
57  virtual makVrv::DtAggregateSettingsLogic* create(makVrv::DtDe& de,
58  makVrv::DtPersistenceControlsInterface&, makVrv::DtAggregateSettingsInterface&);
59  };
60 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)