VR-Forces Developer's Guide
 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() override;
34 
35  virtual const char* readerWriterType() const override;
36 
37  virtual DtString prettyPrint() const override;
38 
39  virtual bool loadFromFile(const DtFilename& filename);
40 };
virtual DtRwTemplatedListPtr & operator=(const DtRwTemplatedListPtr &orig)
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
Definition: rwChannelSettings.h:11
Definition: rwTemplatedList.h:34
virtual const char * readerWriterType() const override
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
#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
virtual DtString prettyPrint() const override
Routine to return a human readable form of the reader/writer variable. Not all reader/writer classes ...

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)