![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 00009 00011 00012 #pragma once 00013 #include <vrvCore/DtObserverSettingsManager.h> 00014 00015 #ifdef _WIN32 00016 #ifdef VRFGUICOREQT_EXPORTS 00017 #define DT_DLL_VRFGUICOREQT __declspec ( dllexport ) 00018 #else 00019 #define DT_DLL_VRFGUICOREQT __declspec ( dllimport ) 00020 00021 #ifdef _DEBUG 00022 #pragma comment(lib,"vrfGuiCoreQtd.lib") 00023 #else 00024 #pragma comment(lib,"vrfGuiCoreQt.lib") 00025 #endif 00026 00027 #endif 00028 #else 00029 #define DT_DLL_VRFGUICOREQT 00030 #endif 00031 00032 namespace makVrv 00033 { 00034 class DtDe; 00035 }; 00036 00037 namespace makVrf 00038 { 00039 namespace makVrfGuiCoreQt 00040 { 00041 DT_DLL_VRFGUICOREQT void init(makVrv::DtDe& ande); 00047 DT_DLL_VRFGUICOREQT void addObserverSettingMenuItem( makVrv::DtDe& de, makVrv::DtObserverSettingsManager::ObserverSetting newObserverSetting, std::string newDisplayName, std::string newToolTip ); 00048 00049 } 00050 }