VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
scriptEnableControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
14 
19 
20 
22 {
23 public:
26  DtReaderWriterRegistry * parentRegistry = 0);
27 
30  orig, DtReaderWriterRegistry * parentRegistry = 0);
31 
35 
38 
40  virtual DtString type() const;
41 
42  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
43  = 0) const;
44 
47  virtual const DtRwNLengthStringVector& scriptIds() const;
48  virtual DtRwNLengthStringVector& scriptIds();
50 
53  virtual const DtRwScriptVariablesList& scriptVariables() const;
54  virtual DtRwScriptVariablesList& scriptVariables();
56 
58  static DtComponentDescriptor * creator();
59 
60 protected:
63 
64 protected:
65 
69 
74 
82 };
83 
DtRwNLengthStringVector myScriptIds
Parameter Name: script-ids Parameter Description: List of script IDs that are enabled by this control...
Definition: scriptEnableControllerDescriptor.h:73
#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:42
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtScriptEnableControllerDescriptor is a DtComponentDescriptor that provides parameters to the DtScrip...
Definition: scriptEnableControllerDescriptor.h:21
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Script variables is a container of variables by script id that can be referenced in existing scripts...
Definition: rwScriptVariables.h:65
DtRwScriptVariablesList myScriptVariables
Parameter Name: script-variables Parameter Description: List of script variables that can be referenc...
Definition: scriptEnableControllerDescriptor.h:80
virtual DtString type() const
Returns the type of component this descriptor describes.
static DtComponentDescriptor * creator()

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)