![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtLoaderSettingsInterface.h,v $ $Revision: 1.14 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #pragma once 00014 #include <vrvOsgQt/vrvOsgQt.h> 00015 #include <vrvUtil/DtChannelConfiguration.h> 00016 00017 namespace makVrv 00018 { 00021 class DT_DLL_VRVOSGQT DtLoaderSettingsInterface 00022 { 00023 public: 00025 virtual ~DtLoaderSettingsInterface(); 00026 00028 virtual void setDdsFlip(bool flip) = 0; 00029 00031 boost::signal<void (bool)> signal_ddsFlipSet; 00032 }; 00033 }