Qt Interface Framework C++ Classes
C++ classes for the Qt Interface Framework Core API. More...
Classes
The base class for all QtInterfaceFramework Features | |
The base class for QtInterfaceFramework Features which should act as a model | |
Base class of all query terms | |
The base class for all zoned features | |
Settings for QIfAbstractFeature, QIfServiceObject and QIfSimulationEngine | |
The representation of a conjunction between two query terms | |
Defines the base class for all backends | |
Generic model which can be used to search, browse, filter and sort data | |
Defines the interface for backends to the QIfFilterAndBrowseModel feature class | |
The representation of a filter | |
The representation of a scope which can hold another term | |
Generic model to load its data using the "Paging" aproach | |
Defines the interface for backends to the QIfPagingModel feature class | |
Template class for providing asynchronous results | |
The base class for QIfPendingReply | |
Signals for QIfPendingReply | |
Helper class to connect a Feature to already instantiated QIfServiceInterface classes | |
The representation of a scope which can hold another term | |
Defines the interface for services | |
The backends to QIfAbstractFeature | |
Provides the connection point to a Backend Service | |
Handle to a ServiceObject | |
Provides a way to script a simulation backend from QML | |
The base class of a row in the QIfPagingModel model and derived models | |
Defines the base interface for all QIfAbstractZonedFeature derived classes | |
Holds enums which are used by multiple classes of QtInterfaceFramework and provides convenience functions to register types to QML |
Detailed Description
To link against the Qt Interface Framework module, use the following directive:
Using CMake:
find_package(Qt6 COMPONENTS InterfaceFramework REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::InterfaceFramework)
Using qmake:
QT += interfaceframework
To use Qt Interface Framework C++ classes in your application, use the following include statement:
#include <QtInterfaceFramework>
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.