#include <config.h>
#include <stdio.h>
#include <math.h>
#include "gschem.h"
#include <missing.h>
Go to the source code of this file.
Function Documentation
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 40 of file o_complex.c.
void o_complex_draw_place |
( |
GSCHEM_TOPLEVEL * |
w_current, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
OBJECT * |
object |
|
) |
| |
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 54 of file o_complex.c.
void o_complex_prepare_place |
( |
GSCHEM_TOPLEVEL * |
w_current, |
|
|
const CLibSymbol * |
sym |
|
) |
| |
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 68 of file o_complex.c.
- Function Description
- The complex place list is usually used when placing new components in the schematic. This function should be called whenever that list is modified.
- Parameters:
-
[in] | w_current | GSCHEM_TOPLEVEL structure. |
Definition at line 160 of file o_complex.c.
- Todo:
- Finish function documentation!!!
- Function Description
- Note:
- don't know if this belongs yet
- Todo:
- do we want snap grid here?
Definition at line 190 of file o_complex.c.