#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 |
|
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. |
|
Definition at line 182 of file appprefs.cpp. |
|
Definition at line 223 of file appprefs.cpp. |
|
|
|
Definition at line 191 of file appprefs.cpp. |