|
KiCad PCB EDA Suite
|
Public Member Functions | |
| GROUP_PROMOTION_FIXTURE () | |
| ~GROUP_PROMOTION_FIXTURE () | |
| SCH_COLLECTOR | makeCollector (const std::vector< KICAD_T > &aScanTypes) |
Public Attributes | |
| KIGFX::VIEW | m_view |
| TOOL_MANAGER | m_mgr |
| SCH_SELECTION_TOOL * | m_tool |
| SCH_SYMBOL | m_symbol |
| SCH_GROUP | m_group |
Definition at line 32 of file test_issue24961_group_promotion.cpp.
|
inline |
|
inline |
Definition at line 43 of file test_issue24961_group_promotion.cpp.
References m_group.
|
inline |
Definition at line 45 of file test_issue24961_group_promotion.cpp.
References COLLECTOR::Append(), m_symbol, and COLLECTOR::SetScanTypes().
| SCH_GROUP GROUP_PROMOTION_FIXTURE::m_group |
Definition at line 57 of file test_issue24961_group_promotion.cpp.
Referenced by GROUP_PROMOTION_FIXTURE(), and ~GROUP_PROMOTION_FIXTURE().
| TOOL_MANAGER GROUP_PROMOTION_FIXTURE::m_mgr |
Definition at line 54 of file test_issue24961_group_promotion.cpp.
Referenced by GROUP_PROMOTION_FIXTURE().
| SCH_SYMBOL GROUP_PROMOTION_FIXTURE::m_symbol |
Definition at line 56 of file test_issue24961_group_promotion.cpp.
Referenced by GROUP_PROMOTION_FIXTURE(), and makeCollector().
| SCH_SELECTION_TOOL* GROUP_PROMOTION_FIXTURE::m_tool |
Definition at line 55 of file test_issue24961_group_promotion.cpp.
Referenced by GROUP_PROMOTION_FIXTURE().
| KIGFX::VIEW GROUP_PROMOTION_FIXTURE::m_view |
Definition at line 53 of file test_issue24961_group_promotion.cpp.
Referenced by GROUP_PROMOTION_FIXTURE().