|
KiCad PCB EDA Suite
|
Tree view item data for the net navigator. More...
#include <sch_edit_frame.h>
Public Member Functions | |
| NET_NAVIGATOR_ITEM_DATA (const SCH_SHEET_PATH &aSheetPath, const SCH_ITEM *aItem) | |
| NET_NAVIGATOR_ITEM_DATA () | |
| SCH_SHEET_PATH & | GetSheetPath () |
| const SCH_ITEM * | GetItem () const |
| bool | operator== (const NET_NAVIGATOR_ITEM_DATA &aRhs) const |
| NET_NAVIGATOR_ITEM_DATA & | operator= (const NET_NAVIGATOR_ITEM_DATA &aItemData) |
Private Attributes | |
| SCH_SHEET_PATH | m_sheetPath |
| const SCH_ITEM * | m_item |
Tree view item data for the net navigator.
Definition at line 87 of file sch_edit_frame.h.
|
inline |
Definition at line 90 of file sch_edit_frame.h.
References m_item, and m_sheetPath.
Referenced by operator=(), and operator==().
|
inline |
Definition at line 96 of file sch_edit_frame.h.
References m_item.
|
inline |
Definition at line 102 of file sch_edit_frame.h.
References m_item.
Referenced by SCH_EDIT_FRAME::SelectNextPrevNetNavigatorItem().
|
inline |
Definition at line 101 of file sch_edit_frame.h.
References m_sheetPath.
|
inline |
Definition at line 109 of file sch_edit_frame.h.
References m_item, m_sheetPath, and NET_NAVIGATOR_ITEM_DATA().
|
inline |
Definition at line 104 of file sch_edit_frame.h.
References m_item, m_sheetPath, and NET_NAVIGATOR_ITEM_DATA().
|
private |
Definition at line 122 of file sch_edit_frame.h.
Referenced by GetItem(), NET_NAVIGATOR_ITEM_DATA(), NET_NAVIGATOR_ITEM_DATA(), operator=(), and operator==().
|
private |
Definition at line 121 of file sch_edit_frame.h.
Referenced by GetSheetPath(), NET_NAVIGATOR_ITEM_DATA(), operator=(), and operator==().