setAllowFloorChange method

void setAllowFloorChange(
  1. bool allow
)
inherited

Set whether the filtering is allowed to change the floor if no results are visible on the current floor

Implementation

void setAllowFloorChange(bool allow) {
  _allowFloorChange = allow;
}