![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2002 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: rwBooleanList.h,v $ $Revision: 1.2 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00012 #ifndef DtRwBooleanList_H_ 00013 #define DtRwBooleanList_H_ 00014 00015 #include "vrfutil/rwList.h" 00016 00021 00022 class DtRwBoolean; 00023 00024 #include "vrfutil/vrfutilDefines.h" 00025 class DT_DLL_vrfutil DtRwBooleanList : public DtRwList 00026 { 00027 public: 00028 00030 DtRwBooleanList(); 00031 00033 DtRwBooleanList(const DtString& name, DtReaderWriterRegistry* const 00034 parentRegistry = NULL); 00035 DtRwBooleanList(const DtSymbolString& name, DtReaderWriterRegistry* const 00036 parentRegistry = NULL); 00037 00039 virtual ~DtRwBooleanList(); 00040 00042 DtRwBooleanList(const DtString& name, const DtRwBooleanList& orig, 00043 DtReaderWriterRegistry* parentRegistry = NULL); 00044 00045 DtRwBooleanList(const DtSymbolString& name, const DtRwBooleanList& orig, 00046 DtReaderWriterRegistry* parentRegistry = NULL); 00047 00049 DtRwBooleanList& operator=(const DtRwBooleanList& orig); 00050 00052 virtual void addBoolean(DtRwBoolean* rwInt); 00053 00057 virtual void removeBoolean(DtRwBoolean* rwInt, DtListItem* listItem); 00058 00060 void emptyList(); 00061 00062 protected: 00063 00066 virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath, 00067 const DtVariableBindingsList& variableBindings); 00068 00070 void copyList(const DtRwBooleanList& orig); 00071 }; 00072 00073 #endif