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

main.cpp File Reference

Grisu main program file. More...


Defines

#define RESOURCE_PATH   ""
 Hardcoded resource path.


Functions

int main (int argc, char *argv[])
 Program entry point.


Variables

QList< Documentdocuments
 The list of documents.

OptionsglobalOptions
 The global application options.

bool optionChanged
 true if the user changed 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.

char * resourcePath
 The resource path, which is the path where Grisu resources (icons, for example) are stored.


Detailed Description

Grisu main program file.

Author:
Holger Wunsch

Define Documentation

#define RESOURCE_PATH   ""
 

Hardcoded resource path.

This can be set to a resource path in the makefile during compilation. This value will be used if the GRISU_RESOURCE_PATH environment variable is not set on startup.


Function Documentation

int main int  argc,
char *  argv[]
 

Program entry point.


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.

bool optionChanged
 

true if the user changed application options.

char* resourcePath
 

The resource path, which is the path where Grisu resources (icons, for example) are stored.


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