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 94 of file sch_edit_frame.h.
|
inline |
Definition at line 97 of file sch_edit_frame.h.
|
inline |
Definition at line 103 of file sch_edit_frame.h.
|
inline |
Definition at line 109 of file sch_edit_frame.h.
References m_item.
Referenced by SCH_EDIT_FRAME::GetSelectedNetNavigatorItem(), and SCH_EDIT_FRAME::onNetNavigatorSelection().
|
inline |
Definition at line 108 of file sch_edit_frame.h.
References m_sheetPath.
Referenced by SCH_EDIT_FRAME::onNetNavigatorSelection().
|
inline |
Definition at line 116 of file sch_edit_frame.h.
References m_item, and m_sheetPath.
|
inline |
Definition at line 111 of file sch_edit_frame.h.
References m_item, and m_sheetPath.
|
private |
Definition at line 129 of file sch_edit_frame.h.
Referenced by GetItem(), operator=(), and operator==().
|
private |
Definition at line 128 of file sch_edit_frame.h.
Referenced by GetSheetPath(), operator=(), and operator==().