Classes | Namespaces | Typedefs

flowcanvas/Item.hpp File Reference

#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"
Include dependency graph for Item.hpp:
This graph shows which files directly or indirectly include this file:

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