25#ifndef BOARD_EDGES_BOUNDING_ITEM_H 
   26#define BOARD_EDGES_BOUNDING_ITEM_H 
const BOX2I ViewBBox() const override
Return the bounding box of the item covering all its layers.
 
std::vector< int > ViewGetLayers() const override
Return the all the layers within the VIEW the object is painted on.
 
BOARD_EDGES_BOUNDING_ITEM(BOX2I aBox)
 
~BOARD_EDGES_BOUNDING_ITEM() override
 
wxString GetClass() const override
Return the class name.
 
An abstract base class for deriving all objects that can be added to a VIEW.