VR-Forces 4.2 Class Documentation
rwBooleanList.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: rwBooleanList.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtRwBooleanList_H_
13 #define DtRwBooleanList_H_
14 
15 #include "vrfutil/rwList.h"
16 
21 
22 class DtRwBoolean;
23 
24 #include "vrfutil/vrfutilDefines.h"
26 {
27 public:
28 
31 
34  parentRegistry = NULL);
35  DtRwBooleanList(const DtSymbolString& name, DtReaderWriterRegistry* const
36  parentRegistry = NULL);
37 
39  virtual ~DtRwBooleanList();
40 
42  DtRwBooleanList(const DtString& name, const DtRwBooleanList& orig,
43  DtReaderWriterRegistry* parentRegistry = NULL);
44 
45  DtRwBooleanList(const DtSymbolString& name, const DtRwBooleanList& orig,
46  DtReaderWriterRegistry* parentRegistry = NULL);
47 
50 
52  virtual void addBoolean(DtRwBoolean* rwInt);
53 
57  virtual void removeBoolean(DtRwBoolean* rwInt, DtListItem* listItem);
58 
60  void emptyList();
61 
62 protected:
63 
66  virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
67  const DtVariableBindingsList& variableBindings);
68 
70  void copyList(const DtRwBooleanList& orig);
71 };
72 
73 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)