Defines | |
#define | RESOURCE_PATH "" |
Hardcoded resource path. | |
Functions | |
int | main (int argc, char *argv[]) |
Program entry point. | |
Variables | |
QList< Document > | documents |
The list of documents. | |
Options * | globalOptions |
The global application options. | |
bool | optionChanged |
true if the user changed application options. | |
MainWindow * | mainw |
The main window. | |
KApplication * | application |
Pointer to the application object. | |
GDataExchange * | dataxc |
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. |
|
Hardcoded resource path.
This can be set to a resource path in the makefile during compilation. This value will be used if the |
|
Program entry point.
|
|
Pointer to the application object.
|
|
The data exchange manager.
|
|
The list of documents.
|
|
If this variable is set to
|
|
The global application options.
|
|
The main window.
|
|
|
|
The resource path, which is the path where Grisu resources (icons, for example) are stored.
|