VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
eventTriggerControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 
16 #include "vrfutil/rwInt.h"
18 
19 //Vrlink includes
20 #include <vlpi/disEnums.h>
21 
26 
29 {
30 public:
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
37  orig, DtReaderWriterRegistry * parentRegistry = 0);
38 
42 
45 
48  virtual DtString type() const;
49 
50  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
51  = 0) const;
52 
53 
55  virtual int detectionLevelToTrigger() const;
56  virtual void setDetectionLevelToTrigger(int);
57 
60  virtual const DtRwObjectTypeList & objectTypesToDetect() const;
61  virtual void setObjectTypesToDetect(const DtRwObjectTypeList & list);
63 
65  static DtComponentDescriptor * creator();
66 
67 protected:
70 
71 protected:
72 
76 
81 
86 
88 };

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)