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 
36  parentRegistry = 0) const;
37 
38  virtual ~DtDiGuyControllerDescriptor();
39 
42  virtual DtString type() const;
43 
46  virtual bool allowRandomAnimations() const;
47  virtual void setAllowRandomAnimations(bool allow);
49 
52 
55  virtual const DtRwNLengthStringVector& ignoreSets() const;
56  virtual void setIgnoreSets(const DtRwNLengthStringVector& type);
58 
61  virtual const DtRwNLengthStringVector& overrideAdjustDemeanorRanksList() const;
62  virtual void setOverrideAdjustDemeanorRanksList(const DtRwNLengthStringVector& vec);
64 
65 
66 protected:
67 
72 
79 
82 
83 };
Definition: diGuyControllerDescriptor.h:19
DtRwBoolean myAllowRandomAnimations
Parameter Name: allow-random-animations Parameter Description: Allow random animations to be selecte...
Definition: diGuyControllerDescriptor.h:71
#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
TODO.
Definition: diGuyControllerDescriptor.h:81
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:78

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)