![]() |
KiCad PCB EDA Suite
|
Handle hierarchy tree control. More...
#include <hierarch.h>
Public Member Functions | |
HIERARCHY_TREE (HIERARCHY_NAVIG_DLG *parent) | |
void | onChar (wxKeyEvent &event) |
int | OnCompareItems (const wxTreeItemId &item1, const wxTreeItemId &item2) override |
Private Member Functions | |
wxDECLARE_ABSTRACT_CLASS (HIERARCHY_TREE) | |
Private Attributes | |
HIERARCHY_NAVIG_DLG * | m_parent |
wxImageList * | imageList |
Handle hierarchy tree control.
Definition at line 46 of file hierarch.h.
HIERARCHY_TREE::HIERARCHY_TREE | ( | HIERARCHY_NAVIG_DLG * | parent | ) |
Definition at line 70 of file hierarch.cpp.
References imageList, KiBitmap(), m_parent, tree_nosel, and tree_sel.
void HIERARCHY_TREE::onChar | ( | wxKeyEvent & | event | ) |
Definition at line 155 of file hierarch.cpp.
References m_parent.
Referenced by HIERARCHY_NAVIG_DLG::HIERARCHY_NAVIG_DLG(), and HIERARCHY_NAVIG_DLG::~HIERARCHY_NAVIG_DLG().
|
override |
Definition at line 164 of file hierarch.cpp.
References SCH_SHEET::ComparePageNum(), SCH_SHEET::GetPageNumber(), and SCH_SHEET_PATH::Last().
|
private |
|
private |
Definition at line 62 of file hierarch.h.
Referenced by HIERARCHY_TREE().
|
private |
Definition at line 61 of file hierarch.h.
Referenced by HIERARCHY_TREE(), and onChar().