VR-Forces 4.1 Class Documentation
targetSelectionMetaDataEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: targetSelectionMetaDataEntry.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef targetSelectionMetaDataEntry_h
15 #define targetSelectionMetaDataEntry_h
16 
19 #include "vrfutil/rwString.h"
20 
25 {
26 public:
28  parentRegistry = NULL);
29 
31  DtReaderWriterRegistry* parentRegistry = 0);
32 
34 
36 
39  virtual DtString entryType() const;
40 
42 
43  virtual const DtTargetSelectionCriteria& targetSelectionCriteria() const;
44  virtual DtTargetSelectionCriteria& targetSelectionCriteria();
46 
48 
49  virtual DtString targetInputPortName() const;
50  virtual void setTargetInputPortName(const DtString& portName);
52 
53  virtual DtSystemMetaDataEntry* clone() const;
54 
55  static DtSystemMetaDataEntry* create(const DtString& name);
56 
57 protected:
61 
65 };
66 
67 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)