VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateDynamicFeaturesController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
17 {
18 public:
19  explicit DtAggregateVrfObjectFeature(DtVrfObject* object);
20 
21  virtual boost::optional<double> percentComplete() const;
22  virtual boost::optional<bool> isBreached() const;
23 };
24 
26 {
27 public:
29  const DtString& name,
30  DtVrfObject* owner,
31  DtSimManager* simManager,
32  DtComponentDescriptor* desc = 0,
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
35  static DtSimComponent * creator(const DtString& name,
36  DtVrfObject* owner,
37  DtSimManager* simManager,
38  DtComponentDescriptor* desc = 0,
39  DtReaderWriterRegistry* parentRegistry = 0);
40 
43  virtual const char* type() const;
44 
45 protected:
46  virtual boost::shared_ptr<DtVrfObjectFeature> createFeature();
47  virtual bool isChanged() const;
48 
49  boost::optional<double> myLastPercentComplete;
50  boost::optional<bool> myLastBreached;
51 
52 private:
55 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)