gschem

globals.c File Reference

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

Go to the source code of this file.

Variables

GList * global_window_list = NULL
char * rc_filename = NULL
char * output_filename = NULL
GdkColor white
GdkColor black
int logging_dest = LOG_WINDOW
int quiet_mode = FALSE
int verbose_mode = FALSE
int auto_place_mode = FALSE
GList * object_buffer [MAX_BUFFERS]
SCM complex_place_list_changed_hook

Variable Documentation

GList* global_window_list = NULL
Todo:
Add global variable documentation!!!

Definition at line 33 of file globals.c.

char* rc_filename = NULL

Definition at line 35 of file globals.c.

char* output_filename = NULL

Definition at line 36 of file globals.c.

GdkColor white

Definition at line 39 of file globals.c.

GdkColor black

Definition at line 40 of file globals.c.

int logging_dest = LOG_WINDOW

Definition at line 42 of file globals.c.

int quiet_mode = FALSE

Definition at line 45 of file globals.c.

int verbose_mode = FALSE

Definition at line 46 of file globals.c.

int auto_place_mode = FALSE

Definition at line 47 of file globals.c.

GList* object_buffer[MAX_BUFFERS]

Definition at line 50 of file globals.c.

Definition at line 53 of file globals.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines