VR-Forces 4.1.1 Class Documentation
compSystemDatabase.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: compSystemDatabase.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef compSystemDatabase_h
15 #define compSystemDatabase_h
16 
18 #include <list>
19 #include <vlutil/vlString.h>
20 #include <vlutil/vlFilename.h>
21 #include "vrfutil/rwRegistry.h"
22 
24 
25 typedef std::list<DtComponentSystemDefinition*> DtSystemDefinitionList;
26 
30 {
33 };
34 
35 typedef std::list<DtSystemDefinitionInfo> DtSystemDefinitionInfoList;
36 
42 {
43 private:
45 
49 
50 public:
52  virtual ~DtComponentSystemDatabase();
53 
57  virtual bool loadSystemDefinition(const DtFilename& definitionFilename,
58  const DtVariableBindingsList& variableBindings);
59 
63  virtual DtSystemDefinitionInfoList findSystemsForCategoryAndSRType(
64  const DtString& category, const DtString& stateRepType) const;
65 
69  virtual const DtComponentSystemDefinition* findSystemByFilename(const DtFilename& filename) const;
70 
73  virtual bool replaceSystem(const DtFilename& definitionFilename,
74  const DtVariableBindingsList& variableBindings);
75 
77  virtual bool removeSystem(const DtFilename& definitionFilename);
78 
79 protected:
80 
81 
82 protected:
83 
85 };
86 
87 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)