KiCad PCB EDA Suite
|
#include <wx/panel.h>
#include <lib_tree_model_adapter.h>
#include <html_window.h>
#include <widgets/wx_dataviewctrl.h>
Go to the source code of this file.
Classes | |
class | LIB_TREE |
Widget displaying a tree of symbols with optional search text control and description panel.Custom event sent when a new symbol is preselected. More... | |
struct | LIB_TREE::STATE |
Structure storing state of the symbol tree widget. More... | |
Functions | |
wxDECLARE_EVENT (SYMBOL_PRESELECTED, wxCommandEvent) | |
Custom event sent when a symbol is selected. More... | |
wxDECLARE_EVENT (SYMBOL_SELECTED, wxCommandEvent) | |
wxDECLARE_EVENT | ( | SYMBOL_PRESELECTED | , |
wxCommandEvent | |||
) |
Custom event sent when a symbol is selected.
wxDECLARE_EVENT | ( | SYMBOL_SELECTED | , |
wxCommandEvent | |||
) |