VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/DtAggregateAsDialogInterface.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtAggregateAsDialogInterface.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00013 
00014 #pragma once
00015 
00016 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00017 #include <vrvUtil/signalslib.h>
00018 #include <vrvCore/DtSelectionManager.h>
00019 #include <vrvCore/DtEntityState.h>
00020 
00021 #include <vrfExtProtocol/rangedObjType.h>
00022 
00023 #include <QtCore/QString>
00024 
00025 class QPixmap;
00026 
00027 namespace makVrf
00028 {
00029    class DtVrfSelectionFilter;
00030 
00031    class DtVrfFilteredListView;
00032 
00033    class DT_DLL_VRFGUICOREQT DtAggregateAsDialogInterface
00034    {
00035    public:
00036       //DTOR
00037       virtual ~DtAggregateAsDialogInterface();
00038 
00039    public:
00041       virtual void setupGui(const makVrv::DtSelectionManager::IdSet&) = 0;
00042 
00044       virtual void clearAggregateTypes() = 0;
00045 
00047       virtual void addAggregateType(const QString&) = 0;
00048 
00050       virtual DtVrfSelectionFilter* addFilter(const DtVrfSelectionFilter*) = 0;
00051 
00053       virtual void selectFilter(int) = 0;
00054 
00055       virtual DtVrfFilteredListView* listView() = 0;
00056 
00057       virtual int currentAggregateType() const = 0;
00058 
00059       virtual void setObjectType(const DtRangedObjectType&) = 0;
00060 
00061       virtual DtRangedObjectType aggregateObjectType() const = 0;
00062 
00063       virtual void setAggregateIcon(const QPixmap&) = 0;
00064 
00065       virtual void setSelectedName(const QString&) = 0;
00066 
00067       virtual void updateMoveButtons() = 0;
00068 
00069       boost::signal<void (DtAggregateAsDialogInterface*,
00070          std::vector<makVrv::DtVrlinkSimulatedEntityState>& names, DtEntityType& type, int& force,
00071          int& initialAggregateState, DtSimulationAddress& addr)> signal_aboutToBeAggregatesAs;
00072    };
00073 }
00074 

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)