|
wxArt2D
|
#include "a2dprec.h"#include "wx/wx.h"#include "wx/canvas/objlist.h"#include "wx/canvas/drawer.h"#include "wx/canvas/canglob.h"#include "wx/canvas/algos.h"#include "wx/general/smrtptr.inl"#include "wx/general/a2dlist.h"#include "wx/general/a2dlist.inl"#include <math.h>#include <algorithm>
Go to the source code of this file.
Functions | |
| bool | XYSorter (const a2dCanvasObjectPtr &x, const a2dCanvasObjectPtr &y) |
| bool | XRevYSorter (const a2dCanvasObjectPtr &x, const a2dCanvasObjectPtr &y) |
| bool | YXSorter (const a2dCanvasObjectPtr &x, const a2dCanvasObjectPtr &y) |
| bool | YRevXSorter (const a2dCanvasObjectPtr &x, const a2dCanvasObjectPtr &y) |
Variables | |
| a2dCanvasObjectList * | wxNullCanvasObjectList |
| define a NON a2dCanvasObjectList More... | |
Copyright: 2001-2004 (c) Klaas Holwerda
Licence: wxWidgets Licence
RCS-ID:
Definition in file objlist.cpp.
| a2dCanvasObjectList* wxNullCanvasObjectList |
define a NON a2dCanvasObjectList
Even if a a2dCanvasObject has no children, still its Length can be asked for.
Definition at line 53 of file objlist.cpp.