VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateMountedMovementSwitcherDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include "vrfutil/rwStringList.h"
14 
17 {
18 protected:
21 
22 public:
25  DtReaderWriterRegistry * parentRegistry = 0);
26 
29  orig, DtReaderWriterRegistry * parentRegistry = 0);
30 
34 
36 
39  virtual const DtRwStringList& dismountedSystemNames() const;
40  virtual DtRwStringList& dismountedSystemNames();
41  virtual void setDismountedSystemNames(const DtRwStringList& );
43 
46  virtual const DtRwStringList& mountedSystemNames() const;
47  virtual DtRwStringList& mountedSystemNames();
48  virtual void setMountedSystemNames(const DtRwStringList& );
50 
53  virtual DtString type() const;
54 
56  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry = 0) const;
57 
58 
59  static DtComponentDescriptor * creator();
60 
61 protected:
62 
63 
67 
73 
79 
81 
82 };
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtRwStringList myMountedSystemNames
Parameter Name: mounted-system-names Parameter Description: A list of system names for mounted moveme...
Definition: aggregateMountedMovementSwitcherDescriptor.h:78
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
DtRwStringList myDismountedSystemNames
Parameter Name: dismounted-system-names Parameter Description: A list of system names for dismounted ...
Definition: aggregateMountedMovementSwitcherDescriptor.h:72
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()
Definition: rwStringList.h:20
A DtComponentDescriptor for the DtAggregateMountedMovementRelayController component.
Definition: aggregateMountedMovementSwitcherDescriptor.h:16

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)