VR-Vantage API Documentation
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 
23 namespace boost
24 {
25  namespace signalslib = signals;
26 }
27 
28 #endif


Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)