VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwRequiredFomClasses.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2025 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 #pragma once
6 
7 #include <vlutil/vlFilename.h>
8 #include <vrfutil/rwStringList.h>
10 
12 {
13 public:
16  parentRegistry = NULL, bool readonly = false);
17 
19  DtRwRequiredFomClasses(const DtString& name, const DtRwRequiredFomClasses& orig,
20  DtReaderWriterRegistry* parentRegistry = NULL);
21 
24  DtReaderWriterRegistry* parentRegistry = NULL);
25 
28 
30  virtual ~DtRwRequiredFomClasses() override;
31 
32  virtual const char* readerWriterType() const override;
33 
34  virtual DtString prettyPrint() const override;
35 
36  virtual bool loadFromFile(const DtFilename& filename);
37 
38  const DtRwStringList& requiredObjectClasses() const;
39  const DtRwStringList& requiredInteractionClasses() const;
40 
41 protected:
42 
45 };
46 
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
DtRwStringList myRequiredInteractionClasses
Definition: rwRequiredFomClasses.h:44
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
virtual DtString prettyPrint() const
Routine to return a human readable form of the reader/writer variable. Not all reader/writer classes ...
DtRwStringList myRequiredObjectClasses
Definition: rwRequiredFomClasses.h:43
#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
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
Definition: rwStringList.h:20
Definition: rwRequiredFomClasses.h:11

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)