|
Ingen
0.5.1
|
A "module" to represent a graph's port on its own canvas. More...
#include <GraphPortModule.hpp>
Inheritance diagram for Ingen::GUI::GraphPortModule:
Collaboration diagram for Ingen::GUI::GraphPortModule:Public Member Functions | |
| App & | app () const |
| virtual void | store_location (double x, double y) |
| void | show_human_names (bool b) |
| void | set_name (const std::string &n) |
| SPtr< const Client::PortModel > | port () const |
Static Public Member Functions | |
| static GraphPortModule * | create (GraphCanvas &canvas, SPtr< const Client::PortModel > model) |
Protected Member Functions | |
| GraphPortModule (GraphCanvas &canvas, SPtr< const Client::PortModel > model) | |
| bool | show_menu (GdkEventButton *ev) |
| void | set_selected (gboolean b) |
| void | set_port (Port *port) |
| void | property_changed (const Raul::URI &predicate, const Atom &value) |
Protected Attributes | |
| SPtr< const Client::PortModel > | _model |
| Port * | _port |
A "module" to represent a graph's port on its own canvas.
Translation: This is the nameless single port pseudo module thingy.
1.8.12