Ingen  0.5.1
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Ingen::GUI::GraphPortModule Class Reference

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

Appapp () 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::PortModelport () const
 

Static Public Member Functions

static GraphPortModulecreate (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
 

Detailed Description

A "module" to represent a graph's port on its own canvas.

Translation: This is the nameless single port pseudo module thingy.


The documentation for this class was generated from the following files: