gschem

o_buffer.c File Reference

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

Go to the source code of this file.

Functions

static void selection_to_buffer (GSCHEM_TOPLEVEL *w_current, int buf_num)
void o_buffer_copy (GSCHEM_TOPLEVEL *w_current, int buf_num)
void o_buffer_cut (GSCHEM_TOPLEVEL *w_current, int buf_num)
void o_buffer_paste_start (GSCHEM_TOPLEVEL *w_current, int w_x, int w_y, int buf_num)
void o_buffer_init (void)
void o_buffer_free (GSCHEM_TOPLEVEL *w_current)

Function Documentation

static void selection_to_buffer ( GSCHEM_TOPLEVEL w_current,
int  buf_num 
) [static]

Definition at line 30 of file o_buffer.c.

void o_buffer_copy ( GSCHEM_TOPLEVEL w_current,
int  buf_num 
)
Todo:
Finish function documentation!!!
Function Description

Definition at line 51 of file o_buffer.c.

Here is the call graph for this function:

void o_buffer_cut ( GSCHEM_TOPLEVEL w_current,
int  buf_num 
)
Todo:
Finish function documentation!!!
Function Description

Definition at line 66 of file o_buffer.c.

Here is the call graph for this function:

void o_buffer_paste_start ( GSCHEM_TOPLEVEL w_current,
int  w_x,
int  w_y,
int  buf_num 
)
Todo:
Finish function documentation!!!
Function Description

Definition at line 82 of file o_buffer.c.

Here is the call graph for this function:

void o_buffer_init ( void  )
Todo:
Finish function documentation!!!
Function Description

Definition at line 136 of file o_buffer.c.

void o_buffer_free ( GSCHEM_TOPLEVEL w_current)
Todo:
Finish function documentation!!!
Function Description

Definition at line 150 of file o_buffer.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines