| 
    KiCad PCB EDA Suite
    
   | 
 
#include <bitmaps.h>#include <eda_draw_frame.h>#include <eda_group.h>#include <geometry/shape_compound.h>#include <sch_item.h>#include <sch_group.h>#include <sch_screen.h>#include <sch_symbol.h>#include <symbol.h>#include <confirm.h>#include <widgets/msgpanel.h>#include <view/view.h>#include <wx/debug.h>Go to the source code of this file.
Classes | |
| struct | SCH_GROUP_DESC | 
Functions | |
| EDA_GROUP * | getClosestGroup (SCH_ITEM *aItem, bool isSymbolEditor) | 
| EDA_GROUP * | getNestedGroup (SCH_ITEM *aItem, EDA_GROUP *aScope, bool isSymbolEditor) | 
| Returns the top level group inside the aScope group, or nullptr.   | |
Variables | |
| static struct SCH_GROUP_DESC | _SCH_GROUP_DESC | 
Definition at line 71 of file sch_group.cpp.
References EDA_ITEM::GetParent(), EDA_ITEM::GetParentGroup(), SCH_SYMBOL_T, and EDA_ITEM::Type().
Referenced by getNestedGroup(), PCB_GROUP::WithinScope(), and SCH_GROUP::WithinScope().
Returns the top level group inside the aScope group, or nullptr.
Definition at line 81 of file sch_group.cpp.
References getClosestGroup(), group, and LIB_SYMBOL_T.
Referenced by PCB_GROUP::TopLevelGroup(), SCH_GROUP::TopLevelGroup(), PCB_GROUP::WithinScope(), and SCH_GROUP::WithinScope().
      
  | 
  static |