VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <readerWriter/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 
Definition: symbolString.h:20
Definition: aggregatedResource.h:20
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
DtRwReal myPercentageFull
Definition: aggregatedResource.h:58
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)