21#ifndef SOMAFMSTATIONVIEW_H
22#define SOMAFMSTATIONVIEW_H
24#include "Gui/Utils/Widgets/WidgetTemplate.h"
25#include "Gui/Utils/SearchableWidget/SearchableView.h"
26#include "Gui/Utils/SearchableWidget/SelectionView.h"
37 [[nodiscard]]
int mapModelIndexToIndex(
const QModelIndex& idx)
const override;
38 [[nodiscard]]
ModelIndexRange mapIndexToModelIndexes(
int idx)
const override;
41 [[nodiscard]]
SearchModel* searchModel()
const override;
42 void showEvent(QShowEvent* e)
override;
Definition SearchableModel.h:32
Definition SearchableView.h:70
Definition SomaFMStationView.h:30