#include "graphics.h"#include "frame.h"#include <vector>#include <string>Go to the source code of this file.
Compounds | |
| class | Component |
| class | ComponentPin |
Variables | |
| const int | COMPONENT_TYPE_FILTER = 0 |
| const int | COMPONENT_TYPE_INPUTFILTER = 1 |
| const int | COMPONENTPIN_TYPE_INPUT = 0 |
| const int | COMPONENTPIN_TYPE_OUTPUT = 1 |
| const int | PIN_DIRECTION_LEFT = 0 |
| const int | PIN_DIRECTION_UP = 1 |
| const int | PIN_DIRECTION_RIGHT = 2 |
| const int | PIN_DIRECTION_DOWN = 3 |
| const int | COMPONENT_ROTATION_0_DEG = 0 |
| const int | COMPONENT_ROTATION_90_DEG = 1 |
| const int | COMPONENT_ROTATION_180_DEG = 2 |
| const int | COMPONENT_ROTATION_270_DEG = 3 |
| const int | NB_COMPONENT_ROTATION_DEGS = 4 |
| int | component_index_counter = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002