VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/DtVrfAggregateSettingsLogic.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtVrfAggregateSettingsLogic.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00013 
00014 #pragma once
00015 
00016 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00017 #include <vrvVrlQt/DtAggregateSettingsLogic.h>
00018 
00019 namespace makVrf
00020 {
00021    class DtVrfBackendState;
00022    class DtVrfSelectionFilter;
00023    class DtVrfAggregateSettingsWidgetInterface;
00024 
00025    class DT_DLL_VRFGUICOREQT DtVrfAggregateSettingsLogic : public makVrv::DtAggregateSettingsLogic
00026    {
00027    public:
00028       //CTOR
00029       DtVrfAggregateSettingsLogic(makVrv::DtDe& de, 
00030          makVrv::DtPersistenceControlsInterface& persistenceControls,
00031          makVrv::DtAggregateSettingsInterface& widget);
00032 
00033       //DTOR
00034       virtual ~DtVrfAggregateSettingsLogic();
00035 
00036       virtual void setVrfExtension(DtVrfAggregateSettingsWidgetInterface*);
00037 
00038    protected:
00039       virtual void slot_settingReceived(const std::string&, const DtVrfBackendState*);
00040       virtual void processPublishAggregateInformation(const DtVrfBackendState*);
00041       virtual void processAggregateDisaggregateAutomatically(const DtVrfBackendState*);
00042       
00043       virtual void slot_aggregateDisaggregateAutomaticallyChanged(bool);
00044       virtual void slot_aggregatedInitiallyChanged(bool);
00045       virtual void slot_publishAggregateFormationRoutesChanged(bool);
00046 
00047    protected:
00048       DtVrfAggregateSettingsWidgetInterface* myVrfExtension;
00049    };
00050 
00051    class DT_DLL_VRFGUICOREQT DtVrfAggregateSettingsLogicCreator : public makVrv::DtAggregateSettingsLogicCreator
00052    {
00053    public:
00054       DtVrfAggregateSettingsLogicCreator();
00055       virtual ~DtVrfAggregateSettingsLogicCreator();
00056 
00057       virtual makVrv::DtAggregateSettingsLogic* create(makVrv::DtDe& de,
00058          makVrv::DtPersistenceControlsInterface&, makVrv::DtAggregateSettingsInterface&);
00059    };
00060 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)