18#ifndef MOTIV_VIEWSETTINGS_HPP
19#define MOTIV_VIEWSETTINGS_HPP
21#include "src/models/Slot.hpp"
24#define SETTINGS_DEFAULT_ZOOM_QUOTIENT 25
70 int zoomFactor_ = SETTINGS_DEFAULT_ZOOM_QUOTIENT;
Class containing options to filter the view.
The ViewSettings class encapsulates settings for the main view.
void setFilter(Filter filter)
Sets the current filter.
int getZoomQuotient() const
Returns the reciprocal of the current zoom factor.
Filter getFilter() const
Returns the current filter.
void setZoomFactor(int zoomFactor)
Sets the current zoom factor.