gschem

o_complex.c File Reference

#include <config.h>
#include <stdio.h>
#include <math.h>
#include "gschem.h"
#include <missing.h>
Include dependency graph for o_complex.c:

Go to the source code of this file.

Functions

void o_complex_draw (GSCHEM_TOPLEVEL *w_current, OBJECT *o_current)
void o_complex_draw_place (GSCHEM_TOPLEVEL *w_current, int dx, int dy, OBJECT *object)
void o_complex_prepare_place (GSCHEM_TOPLEVEL *w_current, const CLibSymbol *sym)
void o_complex_place_changed_run_hook (GSCHEM_TOPLEVEL *w_current)
 Run the complex place list changed hook.
void o_complex_translate_all (GSCHEM_TOPLEVEL *w_current, int offset)

Function Documentation

void o_complex_draw ( GSCHEM_TOPLEVEL w_current,
OBJECT *  o_current 
)
Todo:
Finish function documentation!!!
Function Description

Definition at line 40 of file o_complex.c.

Here is the call graph for this function:

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.

Here is the call graph for this function:

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.

Here is the call graph for this function:

void o_complex_place_changed_run_hook ( GSCHEM_TOPLEVEL w_current)
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_currentGSCHEM_TOPLEVEL structure.

Definition at line 160 of file o_complex.c.

Here is the call graph for this function:

void o_complex_translate_all ( GSCHEM_TOPLEVEL w_current,
int  offset 
)
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.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines