libgeda
|
Structure for connections between OBJECTs. More...
#include <struct.h>
Data Fields | |
OBJECT * | other_object |
The "other" object connected to this one. | |
int | type |
type of connection. Always in reference to how the "other" object is connected to the current one | |
int | x |
x coord of the connection position | |
int | y |
y coord of the connection position | |
int | whichone |
which endpoint of the current object caused this connection | |
int | other_whichone |
which endpoint of the "other" object caused this connection |
The st_conn structure contains a single connection to another object. The connection system in s_conn.c uses this struct
int st_conn::type |
int st_conn::x |
int st_conn::y |