KiCad PCB EDA Suite
Loading...
Searching...
No Matches
LIB_TREE::STATE Struct Reference

Structure storing state of the symbol tree widget. More...

#include <lib_tree.h>

Public Attributes

std::vector< wxDataViewItem > expanded
 < List of expanded nodes More...
 
LIB_ID selection
 

Detailed Description

Structure storing state of the symbol tree widget.

Definition at line 193 of file lib_tree.h.

Member Data Documentation

◆ expanded

std::vector<wxDataViewItem> LIB_TREE::STATE::expanded

< List of expanded nodes

Current selection, might be not valid if nothing was selected

Definition at line 196 of file lib_tree.h.

Referenced by LIB_TREE::getState(), and LIB_TREE::setState().

◆ selection

LIB_ID LIB_TREE::STATE::selection

Definition at line 199 of file lib_tree.h.

Referenced by LIB_TREE::getState(), and LIB_TREE::setState().


The documentation for this struct was generated from the following file: