29#ifndef CLASS_SCH_GROUP_H_
30#define CLASS_SCH_GROUP_H_
36#include <unordered_set>
62 wxString
GetClass()
const override {
return wxT(
"SCH_GROUP" ); }
99 void Show(
int nestLevel, std::ostream& os )
const override { ShowDummy( os ); }
122 bool HitTest(
const VECTOR2I& aPosition,
int aAccuracy = 0 )
const override;
125 bool HitTest(
const BOX2I& aRect,
bool aContained,
int aAccuracy = 0 )
const override;
132 const std::vector<KICAD_T>& aScanTypes )
override;
BITMAPS
A list of all bitmap identifiers.
The base class for create windows for drawing purpose.
A set of EDA_ITEMs (i.e., without duplicates).
A base class for most all the KiCad significant classes used in schematics and boards.
KICAD_T Type() const
Returns the type of object.
Hold a (potentially large) number of VIEW_ITEMs and renders them on a graphics device provided by the...
A set of SCH_ITEMs (i.e., without duplicates).
SCH_GROUP * DeepDuplicate() const override
void Move(const VECTOR2I &aMoveVector) override
Move the item by aMoveVector to a new position.
std::vector< int > ViewGetLayers() const override
BITMAPS GetMenuImage() const override
Return a pointer to an image to be used in menus.
void Rotate(const VECTOR2I &aCenter, bool aRotateCCW) override
Rotate the item around aCenter 90 degrees in the clockwise direction.
double Similarity(const SCH_ITEM &aOther) const override
Return a measure of how likely the other object is to represent the same object.
EDA_ITEM * Clone() const override
Create a duplicate of this item with linked list members set to NULL.
wxString GetClass() const override
Return the class name.
bool AddItem(EDA_ITEM *aItem) override
Add item to group.
static bool WithinScope(SCH_ITEM *aItem, SCH_GROUP *aScope, bool isSymbolEditor)
bool operator==(const SCH_GROUP &aOther) const
void GetMsgPanelInfo(EDA_DRAW_FRAME *aFrame, std::vector< MSG_PANEL_ITEM > &aList) override
Populate aList of MSG_PANEL_ITEM objects with it's internal state for display purposes.
wxString GetItemDescription(UNITS_PROVIDER *aUnitsProvider, bool aFull) const override
Return a user-visible description string of this item.
double ViewGetLOD(int aLayer, const KIGFX::VIEW *aView) const override
INSPECT_RESULT Visit(INSPECTOR aInspector, void *aTestData, const std::vector< KICAD_T > &aScanTypes) override
May be re-implemented for each derived class in order to handle all the types given by its member dat...
void MirrorVertically(int aCenter) override
Mirror item vertically about aCenter.
void RunOnChildren(const std::function< void(SCH_ITEM *)> &aFunction, RECURSE_MODE aMode) override
void SetPosition(const VECTOR2I &aNewpos) override
std::unordered_set< SCH_ITEM * > GetSchItems() const
static bool ClassOf(const EDA_ITEM *aItem)
static EDA_GROUP * TopLevelGroup(SCH_ITEM *aItem, EDA_GROUP *aScope, bool isSymbolEditor)
void swapData(SCH_ITEM *aImage) override
Swap the internal data structures aItem with the schematic item.
void MirrorHorizontally(int aCenter) override
Mirror item horizontally about aCenter.
bool HitTest(const VECTOR2I &aPosition, int aAccuracy=0) const override
Test if aPosition is inside or on the boundary of this item.
bool RemoveItem(EDA_ITEM *aItem) override
Remove item from group.
EDA_ITEM * AsEdaItem() override
const BOX2I GetBoundingBox() const override
Return the orthogonal bounding box of this object for display purposes.
SCH_GROUP * DeepClone() const override
VECTOR2I GetPosition() const override
void RemoveAll() override
static bool IsGroupableType(KICAD_T aType)
Check if the proposed type can be added to a group.
Base class for any item which can be embedded within the SCHEMATIC container class,...
const INSPECTOR_FUNC & INSPECTOR
std::function passed to nested users by ref, avoids copying std::function.
The Cairo implementation of the graphics abstraction layer.
KICAD_T
The set of class identification values stored in EDA_ITEM::m_structType.