VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/entListMultiInputPort.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2005 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: entListMultiInputPort.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #include "vrfobjcore/multiConnectionInputPort.h"
00013 #include "vrfobjcore/entityTargetInformation.h"
00014 
00017 #include "vrfobjcore/vrfobjcoreDefines.h"
00018 class DT_DLL_vrfobjcore DtEntityListMultiInputPort : public DtMultiConnectionInputPort
00019 {
00020 public:
00021    DtEntityListMultiInputPort(const DtString& portName);
00022    virtual ~DtEntityListMultiInputPort();
00023 
00025    virtual bool acceptType(const DtString& type) const;
00026 
00030    virtual const DtEntityTargetList* firstValue();
00031 
00033    virtual const DtEntityTargetList* value() const;
00034 
00037    virtual const DtEntityTargetList* nextValue();
00038 
00039 protected:
00040    DtMultiConnectionInputPortConnectionMap::const_iterator myPortDataIterator;
00041 };
00042 

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)