FlowCanvas 0.5.1
/usr/src/RPM/BUILD/libflowcanvas-0.5.1/flowcanvas/flowcanvas.hpp
Go to the documentation of this file.
00001 /* This file is part of FlowCanvas.
00002  * Copyright (C) 2007 Dave Robillard <http://drobilla.net>
00003  * 
00004  * FlowCanvas is free software; you can redistribute it and/or modify it under the
00005  * terms of the GNU General Public License as published by the Free Software
00006  * Foundation; either version 2 of the License, or (at your option) any later
00007  * version.
00008  * 
00009  * FlowCanvas is distributed in the hope that it will be useful, but WITHOUT ANY
00010  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00011  * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for details.
00012  * 
00013  * You should have received a copy of the GNU General Public License along
00014  * with this program; if not, write to the Free Software Foundation, Inc.,
00015  * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA
00016  */
00017 
00018 #ifndef FLOWCANVAS_FLOWCANVAS_HPP
00019 #define FLOWCANVAS_FLOWCANVAS_HPP
00020 
00021 #include <flowcanvas/Canvas.hpp>
00022 #include <flowcanvas/Connectable.hpp>
00023 #include <flowcanvas/Connection.hpp>
00024 #include <flowcanvas/Ellipse.hpp>
00025 #include <flowcanvas/Item.hpp>
00026 #include <flowcanvas/Module.hpp>
00027 #include <flowcanvas/Port.hpp>
00028 
00029 #endif // FLOWCANVAS_FLOWCANVAS_HPP
00030 
00031