Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

global.h File Reference

This file contains a number of global variables. More...


Defines

#define max(a, b)   ((a > b) ? a : b)
 Returns the maximum of a and b.

#define DATADUMP_FILENAME   "grisu.dmp"
 The name of the file data is dumped into.


Variables

QList< Documentdocuments
 The list of documents.

OptionsglobalOptions
 The global application options.

MainWindowmainw
 The main window.

KApplication * application
 Pointer to the application object.

GDataExchangedataxc
 The data exchange manager.

bool dumpData
 If this variable is set to true, Grisu will dump all data coming in on its socket connection to the file grisu.dmp in the directory where Grisu was started.


Detailed Description

This file contains a number of global variables.

Author:
Holger Wunsch

Define Documentation

#define DATADUMP_FILENAME   "grisu.dmp"
 

The name of the file data is dumped into.

#define max a,
 )     ((a > b) ? a : b)
 

Returns the maximum of a and b.


Variable Documentation

KApplication* application
 

Pointer to the application object.

GDataExchange* dataxc
 

The data exchange manager.

QList<Document> documents
 

The list of documents.

bool dumpData
 

If this variable is set to true, Grisu will dump all data coming in on its socket connection to the file grisu.dmp in the directory where Grisu was started.

Options* globalOptions
 

The global application options.

MainWindow* mainw
 

The main window.


Generated on Sun Apr 27 18:26:57 2003 for Grisu by doxygen1.3