#include "graphics.h"#include <vector>Go to the source code of this file.
Compounds | |
| class | Wire |
| class | WireEnd |
| class | WirePoint |
Functions | |
| void | print (vector< WireEnd * > *list) |
| bool | line_segment_contains (WirePoint *line_start, WirePoint *line_end, int tx, int ty) |
Variables | |
| const int | WIRE_MODE_VERT_FIRST = 0 |
| const int | WIRE_MODE_HORIZ_FIRST = 1 |
| const int | WIREPOINT_TYPE_INVALID = 0 |
| const int | WIREPOINT_TYPE_NORMAL_USER_PLACED = 1 |
| const int | WIREPOINT_TYPE_NORMAL_GENERATED = 2 |
| const int | WIREPOINT_TYPE_CONNECTOR_CONNECTED = 3 |
| const int | WIREPOINT_TYPE_CONNECTOR_DISCONNECTED = 4 |
| const int | WIREPOINT_TYPE_IN_PIN = 5 |
| const int | WIREPOINT_TYPE_OUT_PIN = 6 |
| const int | COMPONENT_TYPE = 0 |
| const int | WIRE_TYPE = 1 |
| int | wire_index_counter = 0 |
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002