FlowCanvas 0.7.1
types.hpp
Go to the documentation of this file.
1/* This file is part of FlowCanvas.
2 * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
3 *
4 * FlowCanvas is free software; you can redistribute it and/or modify it under the
5 * terms of the GNU General Public License as published by the Free Software
6 * Foundation; either version 2 of the License, or (at your option) any later
7 * version.
8 *
9 * FlowCanvas is distributed in the hope that it will be useful, but WITHOUT ANY
10 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
12 *
13 * You should have received a copy of the GNU General Public License along
14 * with this program; if not, write to the Free Software Foundation, Inc.,
15 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
16 */
17
18#ifndef FLOWCANVAS_TYPES_HPP
19#define FLOWCANVAS_TYPES_HPP
20
21namespace FlowCanvas {
22
23class Canvas;
24class Connectable;
25class Connection;
26class Ellipse;
27class Item;
28class Module;
29class Port;
30
31}; // namespace FlowCanvas
32
33#endif // FLOWCANVAS_TYPES_HPP
34
35
FlowCanvas namespace, everything is defined under this.
Definition: Canvas.hpp:38