VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
scriptEnableController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include "vlutil/vlString.h"
14 
17 
22 {
23 public:
25  DtScriptEnableController(const DtString & name, DtVrfObject* owner,
26  DtSimManager * simManager, DtComponentDescriptor* desc = NULL,
27  DtReaderWriterRegistry * parentRegistry = 0);
28 
30  virtual ~DtScriptEnableController();
31 
32 private:
35 
38 
39 public:
40  virtual const char* type() const;
41 
43  virtual bool postAddComponentsInit();
44 
46  virtual void enableTaskTypes();
47 
49  virtual void disableTaskTypes();
50 
52  static DtSimComponent* creator(const DtString & name, DtVrfObject* owner,
53  DtSimManager * simManager, DtComponentDescriptor* desc,
54  DtReaderWriterRegistry * parentRegistry);
55 
56 protected:
57 
59  virtual void sendCapableSetsAndTasks();
60 
61 protected:
63 
66 
68 };
69 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)