VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 <readerWriter/rwList.h>
16 
21 
22 class DtRwBoolean;
23 
24 #include "vrfutil/vrfutilDefines.h"
26 {
27 public:
28 
31 
34  parentRegistry = NULL);
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 DtReaderWriter::SearchPaths& searchPaths,
67  const DtVariableBindingsList& variableBindings);
68 
70  void copyList(const DtRwBooleanList& orig);
71 };
72 
73 #endif

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)