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< Document > | documents |
The list of documents. | |
Options * | globalOptions |
The global 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. |
|
The name of the file data is dumped into.
|
|
Returns the maximum of
|
|
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.
|