app.h File Reference

(r1785/r1461)

#include <limits.h>
#include <float.h>
#include "list.h"
#include "rgnlist.h"
#include "ccobject.h"
#include "prefs.h"
#include "bmplist.h"
#include "fraclist.h"

Go to the source code of this file.

Classes

class  Application
 Represents an instance of the Camelot application. More...

Defines

#define FONTMANAGER   (GetApplication()->GetFontManager())
#define NOISEMANAGER   (GetApplication()->GetNoiseManager())

Functions

ApplicationGetApplication ()

Variables

Application Camelot
 To determine if we are currently shutting down Camelot.
const INT32 IDLEPRIORITY_HIGH = 1
const INT32 IDLEPRIORITY_LOW = 2


Define Documentation

#define FONTMANAGER   (GetApplication()->GetFontManager())
 

Definition at line 141 of file app.h.

#define NOISEMANAGER   (GetApplication()->GetNoiseManager())
 

Definition at line 142 of file app.h.


Function Documentation

Application* GetApplication  )  [inline]
 

Definition at line 594 of file app.h.

00594 { return &Camelot; }


Variable Documentation

Application Camelot
 

To determine if we are currently shutting down Camelot.

Author:
Simon_Maneggio (Xara Group Ltd) <camelotdev@xara.com>
Date:
30/4/94
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
TRUE if camelot is in the process of shutting down

Errors: -

Definition at line 169 of file app.cpp.

const INT32 IDLEPRIORITY_HIGH = 1
 

Definition at line 597 of file app.h.

const INT32 IDLEPRIORITY_LOW = 2
 

Definition at line 598 of file app.h.


Generated on Sat Nov 10 03:49:03 2007 for Camelot by  doxygen 1.4.4