VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtVaporTrailsCommand.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile:  $ $Revision: 97625 $ $State: $
00007 *******************************************************************************/
00008 
00012 
00013 #pragma once
00014 
00015 #include <vrvCore/DtVrvCommand.h>
00016 
00017 namespace makVrv
00018 {
00021    class DT_DLL_VRVCORE DtVaporTrailsCommand : public DtVrvCommand
00022    {
00023    public: 
00024       DtVaporTrailsCommand();
00025       virtual ~DtVaporTrailsCommand();
00026 
00027       virtual bool isEnabled() const;
00028       virtual void setEnabled(bool state);
00029 
00030       virtual void execute(DtDe& de);
00031 
00032    protected:
00033       bool myState;
00034       int myLayer;
00035    };
00036 
00039    class DT_DLL_VRVCORE DtVaporTrailsCommandCreator : public DtVrvCommandCreator
00040    {
00041    public:
00042       DtVaporTrailsCommandCreator(GlobalIdConvertFunc func): DtVrvCommandCreator(func) {}
00043       virtual ~DtVaporTrailsCommandCreator() {}
00044 
00045       virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
00046    };
00047 } //makVrv::

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)