VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aggregatedResource.h
Go to the documentation of this file.
1 
4 
5 /*******************************************************************************
6 ** Copyright (c) 2008 MaK Technologies, Inc.
7 ** All rights reserved.
8 *******************************************************************************/
9 /*******************************************************************************
10 ** $RCSfile: aggregatedResourceEntry.h,v $ $Revision: 1.1 $ $State: Exp $
11 *******************************************************************************/
12 
13 
14 #ifndef DtAggregatedResourceEntry_H_
15 #define DtAggregatedResourceEntry_H_
16 
17 #include "vrfutil/rwReal.h"
18 
19 #include "vrfutil/vrfutilDefines.h"
21 {
22 public:
25 
27  DtAggregatedResource(const DtString& name, DtReaderWriterRegistry* parentRegistry = NULL);
28  DtAggregatedResource(const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL);
29 
31  DtAggregatedResource(const DtString& name,
32  const DtAggregatedResource& orig,
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
36  const DtAggregatedResource& orig,
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
41 
42  virtual ~DtAggregatedResource();
43 
44  virtual DtAggregatedResource* clone(const DtString& name,
45  DtReaderWriterRegistry* parentRegistry = NULL) const;
46 
47  virtual DtAggregatedResource* clone(const DtSymbolString& name,
48  DtReaderWriterRegistry* parentRegistry = NULL) const;
49 
50 
52  virtual void setPercentageFull(DtReal percent);
53  virtual const DtReal percentageFull() const;
54 
55 
56 protected:
57 
59 
60 };
61 
62 
63 #endif
64 
65 
66 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)