VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwChannelSettings.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 #pragma once
6 
8 #include "vlutil/vlFilename.h"
9 
10 #include "vrfutil/vrfutilDefines.h"
12 {
13 public:
15  parentRegistry = NULL, bool readonly = false);
17  parentRegistry = NULL, bool readonly = false);
18 
20  DtRwChannelSettings(const DtString& name, const DtRwChannelSettings& orig,
21  DtReaderWriterRegistry* parentRegistry = NULL);
22  DtRwChannelSettings(const DtSymbolString& name, const DtRwChannelSettings& orig,
23  DtReaderWriterRegistry* parentRegistry = NULL);
24 
27  DtReaderWriterRegistry* parentRegistry = NULL);
28 
30  const DtReaderWriter& operator=(const DtRwChannelSettings& orig);
31 
33  virtual ~DtRwChannelSettings();
34 
35  virtual const char* readerWriterType() const;
36 
37  virtual DtString prettyPrint() const;
38 
39  virtual bool loadFromFile(const DtFilename& filename);
40 };
Definition: symbolString.h:20
DtRwTemplatedListPtr & operator=(const DtRwTemplatedListPtr &orig)
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
virtual DtString prettyPrint() const
Routine to return a human readable form of the reader/writer variable.
const char * readerWriterType() const
Used to supply a string type that this reader writer type is.
Definition: rwChannelSettings.h:11
A version of DtRwList that contains a homogeneous list of a templated RW type.
Definition: rwTemplatedList.h:26
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)