appprefs.cpp File Reference

(r1785/r1361)

#include "camtypes.h"
#include "camelot.h"
#include "bubbleid.h"
#include "appprefs.h"
#include "prnprefs.h"
#include "optsinet.h"
#include "optsmisc.h"
#include "optspage.h"
#include "optspntr.h"
#include "optsscal.h"
#include "optstune.h"
#include "optsunit.h"
#include "optsview.h"
#include "pagesize.h"
#include "optsmsgs.h"
#include "optsprin.h"
#include "optsgrid.h"
#include "optsplug.h"
#include "plugmngr.h"

Go to the source code of this file.

Defines

#define new   CAM_DEBUG_NEW
#define REMOVE_PRINT_TABS
#define ADD_OPTIONSTAB(Classname)

Functions

 DECLARE_SOURCE ("$Revision: 1361 $")

Variables

static INT32 SaveOnExit = TRUE


Define Documentation

#define ADD_OPTIONSTAB Classname   ) 
 

Value:

/* Create, initialise and install the specified tab to the options system */    \
    pOptionsTab = new Classname;                                                    \
    if (pOptionsTab == NULL) return FALSE;                                          \
                                                                                    \
    if (!pOptionsTab->Init())                                                       \
    {                                                                               \
        /* Error occured - report it and stop trying to initialise options tab. */  \
        delete pOptionsTab;                                                         \
        InformError();                                                              \
        return TRUE;                                                                \
    }                                                                               \
                                                                                    \
    OptionsTabsList.AddTail(pOptionsTab);

Definition at line 1601 of file appprefs.cpp.

#define new   CAM_DEBUG_NEW
 

Definition at line 182 of file appprefs.cpp.

#define REMOVE_PRINT_TABS
 

Definition at line 223 of file appprefs.cpp.


Function Documentation

DECLARE_SOURCE "$Revision: 1361 $"   ) 
 


Variable Documentation

INT32 SaveOnExit = TRUE [static]
 

Definition at line 191 of file appprefs.cpp.


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