boolAttrNode.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00007 #pragma once
00008 
00009 #include "omtNode.h"
00010 
00011 #include <vlutil/vlString.h>
00012 
00016 class DT_DLL_OMTREADER DtBoolAttrNode : public DtOMTNode
00017 {
00018 public:
00019    
00021    DtBoolAttrNode();
00022    
00024    virtual ~DtBoolAttrNode();
00025 
00026    virtual void setEnabled(bool);
00027    virtual bool getEnabled();
00028 
00029 private:
00030    
00032    DtBoolAttrNode(const DtBoolAttrNode& orig);
00033    
00035    DtBoolAttrNode& operator=(const DtBoolAttrNode& rhs);
00036    
00037 protected:
00038     bool myEnabled;
00039 
00040 };
00041 
00042 

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)