FlowCanvas 0.7.1
Classes | Namespaces | Typedefs
Connection.hpp File Reference
#include <stdint.h>
#include <list>
#include <string>
#include <boost/weak_ptr.hpp>
#include <libgnomecanvasmm.h>
#include <libgnomecanvasmm/bpath.h>
#include <libgnomecanvasmm/path-def.h>
Include dependency graph for Connection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FlowCanvas::Connection
 A connection (line) between two canvas objects. More...
 
struct  FlowCanvas::Connection::Handle
 A handle on a connection line to allow mouse interaction. More...
 

Namespaces

namespace  FlowCanvas
 FlowCanvas namespace, everything is defined under this.
 

Typedefs

typedef std::list< boost::shared_ptr< Connection > > FlowCanvas::ConnectionList