![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2012 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtAttachableUpdaterWithLevelOrientation.h,v $ $Revision: 1.21 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #pragma once 00014 00015 #include <vrvCore/DtAttachableUpdater.h> 00016 #include <vrfGuiCore/vrfGuiCore.h> 00017 00018 00019 namespace makVrf 00020 { 00021 class DT_DLL_VRFGUICORE DtAttachableUpdaterWithLevelOrientation : public makVrv::DtAttachableUpdater 00022 { 00023 public: 00025 DtAttachableUpdaterWithLevelOrientation( makVrv::DtDe& de, makVrv::DtUniqueID id, bool doNotAddToMgr = false ); 00026 00028 virtual ~DtAttachableUpdaterWithLevelOrientation(); 00029 00034 virtual void doAttachment(); 00035 00036 protected: 00037 00038 makVrv::DtDe& myLocalDe; 00039 00040 }; 00041 00042 }