|
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. | |
| LIB_ID | selection |
| Current selection, might be not valid if nothing was selected. | |
| VECTOR2I | scrollpos |
Structure storing state of the symbol tree widget.
Definition at line 213 of file lib_tree.h.
| std::vector<wxDataViewItem> LIB_TREE::STATE::expanded |
List of expanded nodes.
Definition at line 216 of file lib_tree.h.
Referenced by LIB_TREE::getState(), and LIB_TREE::setState().
| VECTOR2I LIB_TREE::STATE::scrollpos |
Definition at line 221 of file lib_tree.h.
Referenced by LIB_TREE::getState().
| LIB_ID LIB_TREE::STATE::selection |
Current selection, might be not valid if nothing was selected.
Definition at line 219 of file lib_tree.h.
Referenced by LIB_TREE::getState(), and LIB_TREE::setState().