#include <canobj.h>


Public Member Functions | |
| a2dCanvasObjectFilterPropertyNoMaskBlind (const a2dPropertyId *id, a2dCanvasObjectFlagsMask mask=a2dCanvasOFlags::ALL) | |
| virtual bool | Filter (a2dIterC &ic, a2dCanvasObject *canvasObject) |
| called from a2dCanvasObject to filter objects for rendering | |
| virtual void | EndFilter (a2dIterC &ic, a2dCanvasObject *canvasObject) |
| called from a2dCanvasObject to reset filtering feature when filtered object goes out of context. | |
Protected Attributes | |
| const a2dPropertyId * | m_id |
Mask is still checked for objects with that property and its children The drawing is only enabled by the filter, the top in a2dCanvasDocument sets it off at start.
Definition at line 3270 of file canobj.h.