VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtLoaderSettingsInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvOsgQt/vrvOsgQt.h>
13 
14 namespace makVrv
15 {
19  {
20  public:
22  virtual ~DtLoaderSettingsInterface();
23 
25  virtual void setDdsFlip(bool flip) = 0;
26 
28  boost::signalslib::signal<void (bool)> signal_ddsFlipSet;
29  };
30 }
boost::signalslib::signal< void(bool)> signal_ddsFlipSet
Emitted by the widget when the user changes a setting.
Definition: DtLoaderSettingsInterface.h:28
Contains makVrv::DtChannelConfiguration class.
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
Contains DLL export macros.
The interface between the logic and widget for loader settings.
Definition: DtLoaderSettingsInterface.h:18

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)