#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"
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 |