VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
diGuyControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
7 
8 #pragma once
9 
13 #include <readerWriter/rwInt.h>
14 #include <readerWriter/rwReal.h>
16 
18 
20 {
21 public:
24  DtReaderWriterRegistry* parentRegistry = 0);
25 
28  DtReaderWriterRegistry* parentRegistry = 0);
29 
33 
35  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
36 
37  virtual ~DtDiGuyControllerDescriptor() override;
38 
41  virtual DtString type() const override;
42 
45  virtual bool allowRandomAnimations() const;
46  virtual void setAllowRandomAnimations(bool allow);
48 
51 
54  virtual const DtRwNLengthStringVector& ignoreSets() const;
55  virtual void setIgnoreSets(const DtRwNLengthStringVector& type);
57 
60  virtual const DtRwNLengthStringVector& overrideAdjustDemeanorRanksList() const;
61  virtual void setOverrideAdjustDemeanorRanksList(const DtRwNLengthStringVector& vec);
63 
64 
65 protected:
66 
71 
78 
86 
87 };
Definition: diGuyControllerDescriptor.h:19
DtRwBoolean myAllowRandomAnimations
Parameter Name: allow-random-animations Parameter Description: Allow random animations to be selecte...
Definition: diGuyControllerDescriptor.h:70
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwNLengthStringVector is a named, readable/writable vector of strings of arbitrary length...
Definition: rwNLengthStringVector.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
DtRwNLengthStringVector myOverrideAdjustDemeanorRanksList
Parameter Name: override-adjust-demeanor-ranks-list Parameter Description: String list of demeanors t...
Definition: diGuyControllerDescriptor.h:85
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtRwNLengthStringVector myIgnoreSets
Parameter Name: ignore-sets Parameter Description: String list of sets to ignore in this controller a...
Definition: diGuyControllerDescriptor.h:77

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)