VR-Forces 4.1.1 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 
18 
19 namespace makVrf
20 {
21  class DtVrfBackendState;
22  class DtVrfSelectionFilter;
23  class DtVrfAggregateSettingsWidgetInterface;
24 
26  {
27  public:
28  //CTOR
30  makVrv::DtPersistenceControlsInterface& persistenceControls,
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 
52  {
53  public:
56 
59  };
60 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)