VR-Forces 4.0.4 Class Documentation
include/vrvGlStudioShared/DtGlStudioTimeUpdater.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: DtGlStudioTimeUpdater.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *******************************************************************************/
00008 
00012 
00013 #ifndef DT_PROTOCOL_NAMESPACE
00014 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
00015 #endif
00016 
00017 #ifndef DtGlStudioTimeUpdater_h
00018 #define DtGlStudioTimeUpdater_h
00019 
00020 #include <vrvGlStudioShared/DtGlStudioVrlAttributeUpdater.h>
00021 
00022 #include <matrix/vlVector.h>
00023 
00024 namespace makVrv
00025 {
00026    namespace DT_PROTOCOL_NAMESPACE
00027    {
00028 
00029    class DtVrlinkEntityStateListener;
00030 
00033    class DT_DLL_VRVGLSTUDIOVRLINK DtGlStudioTimeUpdater : public DtGlStudioVrlAttributeUpdater
00034    {
00035    public: 
00036       DtGlStudioTimeUpdater();
00037 
00038       virtual ~DtGlStudioTimeUpdater();
00039       
00041       virtual void init(DtEntityStateListener* listener);
00042       virtual std::string value();
00043 
00044    protected:
00045 
00046    };
00047 
00050    class DT_DLL_VRVGLSTUDIOVRLINK DtGlStudioTimeUpdaterCreator : public DtGlStudioAttributeUpdaterCreator
00051    {
00052    public:
00053       DtGlStudioTimeUpdaterCreator();
00054       virtual ~DtGlStudioTimeUpdaterCreator();
00055 
00057       virtual DtGlStudioAttributeUpdater* create() const;
00058 
00059    protected:
00060    };
00061 
00062    } //DT_PROTOCOL_NAMESPACE::
00063 
00064 } //makVrv::
00065 
00066 #endif

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)