Equalizer  1.4.1
client/base.h
00001 
00002 /* Copyright (c) 2010-2012, Stefan Eilemann <eile@eyescale.ch>
00003  *
00004  * This library is free software; you can redistribute it and/or modify it under
00005  * the terms of the GNU Lesser General Public License version 2.1 as published
00006  * by the Free Software Foundation.
00007  *
00008  * This library is distributed in the hope that it will be useful, but WITHOUT
00009  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00010  * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
00011  * details.
00012  *
00013  * You should have received a copy of the GNU Lesser General Public License
00014  * along with this library; if not, write to the Free Software Foundation, Inc.,
00015  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
00016  */
00017 
00018 #ifndef EQCLIENT_H
00019 #define EQCLIENT_H
00020 
00082 #include <eq/client/canvas.h>
00083 #include <eq/client/channelStatistics.h>
00084 #include <eq/client/channel.h>
00085 #include <eq/client/client.h>
00086 #include <eq/client/compositor.h>
00087 #include <eq/client/config.h>
00088 #include <eq/client/configEvent.h>
00089 #include <eq/client/configParams.h>
00090 #include <eq/client/event.h>
00091 #include <eq/client/error.h>
00092 #include <eq/client/exception.h>
00093 #include <eq/client/frame.h>
00094 #include <eq/client/frameData.h>
00095 #include <eq/client/global.h>
00096 #include <eq/client/glException.h>
00097 #include <eq/client/image.h>
00098 #include <eq/client/init.h>
00099 #include <eq/client/layout.h>
00100 #include <eq/client/log.h>
00101 #include <eq/client/node.h>
00102 #include <eq/client/nodeFactory.h>
00103 #include <eq/client/observer.h>
00104 #include <eq/client/pipe.h>
00105 #include <eq/client/pixelData.h>
00106 #include <eq/client/server.h>
00107 #include <eq/client/segment.h>
00108 #include <eq/client/systemWindow.h>
00109 #include <eq/client/types.h>
00110 #include <eq/client/version.h>
00111 #include <eq/client/view.h>
00112 #include <eq/client/window.h>
00113 #include <eq/client/windowSystem.h>
00114 
00115 #ifdef EQ_SYSTEM_INCLUDES
00116 #  include <eq/client/gl.h>
00117 #  include <eq/client/system.h>
00118 #endif
00119 
00120 #endif // EQCLIENT_H
Generated on Mon Nov 26 2012 14:41:48 for Equalizer 1.4.1 by  doxygen 1.7.6.1