stdwx.h File Reference

(r1785/r1589)

#include <wx/wx.h>
#include <wx/bitmap.h>
#include <wx/cmdline.h>
#include <wx/cmdproc.h>
#include <wx/config.h>
#include <wx/cshelp.h>
#include <wx/dcbuffer.h>
#include <wx/debugrpt.h>
#include <wx/dcps.h>
#include <wx/display.h>
#include <wx/dir.h>
#include <wx/docmdi.h>
#include <wx/docview.h>
#include <wx/event.h>
#include <wx/except.h>
#include <wx/fileconf.h>
#include <wx/file.h>
#include <wx/filedlg.h>
#include <wx/filesys.h>
#include <wx/fontenum.h>
#include <wx/fs_mem.h>
#include <wx/fs_zip.h>
#include <wx/hashmap.h>
#include <wx/image.h>
#include <wx/imagpng.h>
#include <wx/ipc.h>
#include <wx/log.h>
#include <wx/rawbmp.h>
#include <wx/snglinst.h>
#include <wx/splash.h>
#include <wx/stdpaths.h>
#include <wx/sysopt.h>
#include <wx/tokenzr.h>
#include <wx/tooltip.h>
#include <wx/treectrl.h>
#include <wx/wxchar.h>
#include <wx/wxprec.h>
#include <wx/propdlg.h>
#include <wx/process.h>
#include <wx/xrc/xh_all.h>
#include <wx/xrc/xmlres.h>
#include <wx/stackwalk.h>
#include "wxXtra.h"
#include <memory>
#include <map>
#include <list>
#include <vector>
#include <set>
#include <iostream>
#include <sstream>
#include <new>
#include <malloc.h>
#include <libxml/tree.h>
#include <libxml/parser.h>
#include "compatdef.h"
#include "ensure.h"
#include "errors.h"
#include "memdebug.h"
#include "exception.h"
#include "mfccontainer.h"
#include "binreloc.h"

Go to the source code of this file.

Defines

#define ABS(a)   ( ((a) < 0) ? -(a) : (a) )
#define camMax(a, b)   (((a) > (b)) ? (a) : (b))
#define camMin(a, b)   (((a) < (b)) ? (a) : (b))
#define nobreak
#define CAMAPI
#define CCAPI
#define DECLARE_SOURCE(String)
#define BASED_CODE

Functions

template<typename T>
Abs (T val)


Define Documentation

#define ABS  )     ( ((a) < 0) ? -(a) : (a) )
 

Definition at line 205 of file stdwx.h.

#define BASED_CODE
 

Definition at line 227 of file stdwx.h.

#define CAMAPI
 

Definition at line 223 of file stdwx.h.

#define camMax a,
 )     (((a) > (b)) ? (a) : (b))
 

Definition at line 214 of file stdwx.h.

#define camMin a,
 )     (((a) < (b)) ? (a) : (b))
 

Definition at line 215 of file stdwx.h.

#define CCAPI
 

Definition at line 224 of file stdwx.h.

#define DECLARE_SOURCE String   ) 
 

Definition at line 226 of file stdwx.h.

#define nobreak
 

Definition at line 219 of file stdwx.h.


Function Documentation

template<typename T>
T Abs val  ) 
 

Definition at line 199 of file stdwx.h.

00200 {
00201     return val < 0 ? -val : val;
00202 }


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