VR-Forces 4.2 Class Documentation
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 
11 #include "vrfobjcore/cntrlCmpnt.h"
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 DtString type() const;
41 
43  virtual bool postAddComponentsInit();
44 
46  static DtSimComponent* creator(const DtString & name, DtVrfObject* owner,
47  DtSimManager * simManager, DtComponentDescriptor* desc,
48  DtReaderWriterRegistry * parentRegistry);
49 
50 protected:
52 };
53 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)