VR-Forces 4.2 Class Documentation
connDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: connDesc.h,v $ $Revision: 1.8 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtConnectionDescriptor_H_
16 #define DtConnectionDescriptor_H_
17 
18 #include "vrfutil/rdrWritr.h"
19 #include "vrfutil/rwString.h"
20 
22 
27 {
28 protected:
31 
32 public:
34  DtConnectionDescriptor(const DtString& componentName,
35  DtReaderWriterRegistry* parentRegistry = NULL);
36  DtConnectionDescriptor(const DtSymbolString& componentName,
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
40  DtConnectionDescriptor(const DtString& componentName, const DtString& source,
41  const DtString& destination,
42  DtReaderWriterRegistry* parentRegistry = NULL);
43  DtConnectionDescriptor(const DtSymbolString& componentName,
44  const DtString& source, const DtString& destination,
45  DtReaderWriterRegistry* parentRegistry = NULL);
46 
49  DtReaderWriterRegistry* parentRegistry = NULL);
50 
53 
54  virtual ~DtConnectionDescriptor();
55 
57  bool operator==(const DtConnectionDescriptor& orig);
58 
59  virtual DtConnectionDescriptor* clone(
60  DtReaderWriterRegistry* parentRegistry = NULL) const;
61 
63  virtual void putData(FILE* fp, int indentLevel = 0);
64 
67  virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
68  const DtVariableBindingsList& variableBindings);
69 
73  virtual bool init();
74 
76  virtual void setSource(const DtString& source);
77  virtual const DtString& source() const;
78 
80  virtual void setDestination(const DtString& dest);
81  virtual const DtString& destination() const;
82 
83 protected:
86 };
87 
88 #endif
89 
90 
91 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)