#include <stdint.h>
#include <list>
#include <string>
#include <boost/weak_ptr.hpp>
#include <libgnomecanvasmm.h>
#include <libgnomecanvasmm/bpath.h>
#include <libgnomecanvasmm/path-def.h>
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 |