VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/aggregateEmbarkationDesc.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2005 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: aggregateEmbarkationDesc.h,v $ $Revision: 1.7 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 #ifndef DtAggregateEmbarkationDescriptor_H_
00010 #define DtAggregateEmbarkationDescriptor_H_
00011 
00014 
00017 
00018 #include "vrfobjparam/embarkationDesc.h"
00019 #include "vrfutil/rwBoolean.h"
00020 
00028 #include "vrfobjparam/vrfobjparamDefines.h"
00029 class DT_DLL_vrfobjparam DtAggregateEmbarkationDescriptor : public DtEmbarkationDescriptor
00030 {
00031 public:
00033    DtAggregateEmbarkationDescriptor(const DtString& name, DtReaderWriterRegistry *
00034       parentRegistry = 0);
00035    
00037    DtAggregateEmbarkationDescriptor(const DtAggregateEmbarkationDescriptor & orig, 
00038       DtReaderWriterRegistry * parentRegistry = 0);
00039    
00041    DtAggregateEmbarkationDescriptor & operator=(const 
00042       DtAggregateEmbarkationDescriptor & orig);
00043    
00045    virtual ~DtAggregateEmbarkationDescriptor();
00046 
00050    virtual DtString type() const;
00051 
00053    virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
00054        = 0) const;
00055 
00057    static DtComponentDescriptor * creator();
00058 
00061    virtual bool embarkAggregate() const;
00062    virtual void setEmbarkAggregate(bool);
00064 
00065 private:
00067    DtAggregateEmbarkationDescriptor();
00068 
00069 protected:
00073 
00079    DtRwBoolean myEmbarkAggregate;
00080 
00082 };
00083 
00084 #endif
00085 
00086 
00087 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)