VR-Vantage 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
signalslib.h
Go to the documentation of this file.
1 
2 
3 
4 #pragma once
5 
6 #include <vrvUtil/vrvUtil.h>
7 
12 
13 #ifdef signals
14 #error "signalslib.h must be included before any qt header"
15 #endif
16 
17 //Macro for disabling this in the header. This is only useful when including
18 //This file from a non-qt source (for example: PLUGIN declare code).
19 
20 #ifndef DT_IGNORE_BOOST_SIGNALS
21 #include <boost/signal.hpp>
22 #include <boost/signals2/signal.hpp>
23 
24 namespace boost
25 {
26  namespace signalslib = signals;
27  namespace signalslib2 = signals2;
28 }
29 
30 #endif


Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)