Classes | Namespaces | Typedefs

flowcanvas/Port.hpp File Reference

#include <stdint.h>
#include <algorithm>
#include <list>
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <libgnomecanvasmm.h>
#include "flowcanvas/Connectable.hpp"
Include dependency graph for Port.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FlowCanvas::Port
 A port on a Module. More...
struct  FlowCanvas::Port::Control
 Port control value indicator "gauge". More...

Namespaces

namespace  FlowCanvas
 

FlowCanvas namespace, everything is defined under this.


Typedefs

typedef std::vector
< boost::shared_ptr< Port > > 
FlowCanvas::PortVector