setSearchable method

void setSearchable(
  1. bool enable
)

Implementation

void setSearchable(bool enable){setVisibility(enable?VISIBILITY_SEARCHABLE:VISIBILITY_PUBLIC);}