VR-Forces 4.0.4 Class Documentation
include/vrftasks/setOverlayLayerAdminContent.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2012 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00006 #pragma once
00007 
00008 #include <vrftasks/adminContent.h>
00009 
00013 class DT_DLL_vrftasks DtSetOverlayLayerAdmin : public DtAdminContent
00014 {
00015 
00016 public:
00017 
00019    DtSetOverlayLayerAdmin();
00020 
00022    DtSetOverlayLayerAdmin(const DtSetOverlayLayerAdmin & orig);
00023 
00025    const DtSetOverlayLayerAdmin & operator=(const DtSetOverlayLayerAdmin & orig);
00026 
00028    virtual ~DtSetOverlayLayerAdmin();
00029 
00031    virtual int type() const;
00032 
00034    virtual DtAdminContent * clone() const;
00035 
00037    virtual int netRepSize() const;
00038 
00040    virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
00041 
00043    virtual bool setToNet();
00044 
00049    virtual DtString stringRep() const;
00050 
00052    static DtAdminContent* creator();
00053 
00056    virtual void setOverlayLayer(const DtString & name);
00057    virtual const DtString& overlayLayer() const;
00059 
00060 protected:
00061 
00062    DtString myOverlayLayer;
00063 };

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)