swift
audiodeviceinfolistmodel.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2019 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #ifndef SWIFT_GUI_MODELS_AUDIODEVICEINFOLISTMODEL_H
7 #define SWIFT_GUI_MODELS_AUDIODEVICEINFOLISTMODEL_H
8 
10 #include "gui/swiftguiexport.h"
12 
13 namespace swift::gui::models
14 {
17  public CListModelBase<swift::misc::audio::CAudioDeviceInfoList, true>
18  {
19  Q_OBJECT
20 
21  public:
23  explicit CAudioDeviceInfoListModel(QObject *parent = nullptr);
24 
26  virtual ~CAudioDeviceInfoListModel() override {}
27  };
28 } // namespace swift::gui::models
29 #endif // SWIFT_GUI_MODELS_AUDIODEVICEINFOLISTMODEL_H
Models to be used with views, mainly QTableView.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.