isShowedInSearching property

bool isShowedInSearching
getter/setter pair

If we are searching a text in this tree, every branch from found nodes to the root should display true - else not show in searching false.

We can call this is isDisplayable.

Implementation

bool isShowedInSearching;