KiCad PCB EDA Suite
|
Structure storing state of the symbol tree widget. More...
#include <lib_tree.h>
Public Attributes | |
std::vector< wxDataViewItem > | expanded |
< List of expanded nodes More... | |
std::vector< wxString > | pinned |
Current selection, might be not valid if nothing was selected. More... | |
LIB_ID | selection |
Structure storing state of the symbol tree widget.
Definition at line 185 of file lib_tree.h.
std::vector<wxDataViewItem> LIB_TREE::STATE::expanded |
< List of expanded nodes
Definition at line 188 of file lib_tree.h.
Referenced by LIB_TREE::getState(), and LIB_TREE::setState().
std::vector<wxString> LIB_TREE::STATE::pinned |
Current selection, might be not valid if nothing was selected.
Definition at line 189 of file lib_tree.h.
LIB_ID LIB_TREE::STATE::selection |
Definition at line 192 of file lib_tree.h.
Referenced by LIB_TREE::getState(), and LIB_TREE::setState().