VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
radarModeList.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
7 
10 
11 #ifndef DtRadarModeList_H_
12 #define DtRadarModeList_H_
13 
14 #include "vrfutil/rwList.h"
16 
21 
23 {
24 public:
26  DtRadarModeList(const DtString& writeName,
27  DtReaderWriterRegistry* parentRegistry = NULL);
28 
29  DtRadarModeList(const DtSymbolString& writeName,
30  DtReaderWriterRegistry* parentRegistry = NULL);
31 
33  virtual ~DtRadarModeList();
34 
36  DtRadarModeList(const DtString& writeName,
37  const DtRadarModeList& orig,
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
40  DtRadarModeList(const DtSymbolString& writeName,
41  const DtRadarModeList& orig,
42  DtReaderWriterRegistry* parentRegistry = NULL);
43 
45  const DtRadarModeList& operator=(const DtRadarModeList& orig);
46 
48  virtual void getSelf(DtlObjPtr args,
49  const DtReaderWriter::SearchPaths& searchPaths,
50  const DtVariableBindingsList& variableBindings);
51 
52 protected:
55  virtual DtlObjPtr getData(DtlObjPtr args,
56  const DtReaderWriter::SearchPaths& searchPaths,
57  const DtVariableBindingsList& variableBindings);
58 
62  virtual void reindexModes();
63 
66  void removeAndDeleteModes();
67 
71  void copyListItemsFrom(const DtRadarModeList& sourceList);
72 
73 protected:
77  virtual const char* readerWriterType() const;
78 };
79 
80 #endif

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)