GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
psdriver/Graph_set.c File Reference
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <time.h>
#include <grass/gis.h>
#include "psdriver.h"
Include dependency graph for psdriver/Graph_set.c:

Go to the source code of this file.

Data Structures

struct  paper
 

Macros

#define DATE_FORMAT   "%c"
 

Functions

void write_setup (void)
 
int PS_Graph_set (int argc, char **argv)
 
void output (const char *fmt,...)
 

Variables

const char * file_name
 
FILE * outfp
 
int true_color
 
int width
 
int height
 
int encapsulated
 
int no_header
 
int no_trailer
 

Macro Definition Documentation

#define DATE_FORMAT   "%c"

Definition at line 21 of file psdriver/Graph_set.c.

Function Documentation

int PS_Graph_set ( int  argc,
char **  argv 
)
void write_setup ( void  )

Definition at line 97 of file psdriver/Graph_set.c.

References height, output(), and dialogs::width.

Referenced by PS_Graph_set().

Variable Documentation

int encapsulated

Definition at line 27 of file psdriver/Graph_set.c.

Referenced by PS_Erase(), PS_Graph_set(), and PS_Set_window().

int no_header

Definition at line 28 of file psdriver/Graph_set.c.

Referenced by PS_Graph_set().

int no_trailer

Definition at line 28 of file psdriver/Graph_set.c.

Referenced by PS_Graph_close(), and PS_Graph_set().

FILE* outfp
int true_color

Definition at line 25 of file psdriver/Graph_set.c.

int width

Definition at line 26 of file psdriver/Graph_set.c.