setAllowFloorChange method
Set whether the filtering is allow
ed to change the floor if no results are visible on the current floor
Implementation
void setAllowFloorChange(bool allow) {
_allowFloorChange = allow;
}
Set whether the filtering is allow
ed to change the floor if no results are visible on the current floor
void setAllowFloorChange(bool allow) {
_allowFloorChange = allow;
}