#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> | |
| T | Abs (T val) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||
|
Definition at line 199 of file stdwx.h.
|
1.4.4