25#ifndef BOARD_EDGES_BOUNDING_ITEM_H
26#define BOARD_EDGES_BOUNDING_ITEM_H
37 void ViewGetLayers(
int aLayers[],
int& aCount )
const override;
const BOX2I ViewBBox() const override
Return the bounding box of the item covering all its layers.
~BOARD_EDGES_BOUNDING_ITEM() override
void ViewGetLayers(int aLayers[], int &aCount) const override
Return the all the layers within the VIEW the object is painted on.
An abstract base class for deriving all objects that can be added to a VIEW.