#include <algorithm>
#include <list>
#include <map>
#include <string>
#include <boost/enable_shared_from_this.hpp>
#include <boost/shared_ptr.hpp>
#include <libgnomecanvasmm.h>
#include "flowcanvas/Port.hpp"
Go to the source code of this file.
Classes | |
class | FlowCanvas::Item |
An item on a Canvas. More... | |
Namespaces | |
namespace | FlowCanvas |
FlowCanvas namespace, everything is defined under this. | |
Typedefs | |
typedef std::list < boost::shared_ptr< Item > > | FlowCanvas::ItemList |