ACF $AcfVersion:0$
IQtItemModelProvider.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// Qt includes
6#include <QtCore/QAbstractItemModel>
7
8// ACF includes
9#include <istd/IPolymorphic.h>
10
11
12namespace ibase
13{
14
15
21{
22public:
26 virtual const QAbstractItemModel* GetItemModel() const = 0;
27};
28
29
30} // namespace ibase
31
32
33
34
Interface for getting access to the Qt's item based data model.
virtual const QAbstractItemModel * GetItemModel() const =0
Get access to the Qt's item model.
Base interface for all used interfaces and implementations.
This namespace contains basic implementations of standard primitives on the component level.