libgeda

st_conn Struct Reference

Structure for connections between OBJECTs. More...

#include <struct.h>

Collaboration diagram for st_conn:

Data Fields

OBJECTother_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

Detailed Description

The st_conn structure contains a single connection to another object. The connection system in s_conn.c uses this struct

Definition at line 308 of file struct.h.


Field Documentation

Definition at line 310 of file struct.h.

Definition at line 313 of file struct.h.

Definition at line 315 of file struct.h.

Definition at line 317 of file struct.h.

Definition at line 319 of file struct.h.

Definition at line 321 of file struct.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines