Qt Interface Framework Core C++ Classes

C++ classes for the Qt Interface Framework Core API. More...

Classes

QIfAbstractFeature

The base class for all QtInterfaceFramework Features

QIfAbstractFeatureListModel

The base class for QtInterfaceFramework Features which should act as a model

QIfAbstractQueryTerm

Base class of all query terms

QIfAbstractZonedFeature

The base class for all QtInterfaceFramework vehicle features

QIfConjunctionTerm

The representation of a conjunction between two query terms

QIfFeatureInterface

Defines the base class for all backends

QIfFilterAndBrowseModel

Generic model which can be used to search, browse, filter and sort data

QIfFilterAndBrowseModelInterface

Defines the interface for backends to the QIfFilterAndBrowseModel feature class

QIfFilterTerm

The representation of a filter

QIfOrderTerm

The representation of a scope which can hold another term

QIfPagingModel

Generic model to load its data using the "Paging" aproach

QIfPagingModelInterface

Defines the interface for backends to the QIfPagingModel feature class

QIfPendingReply

Template class for providing asynchronous results

QIfPendingReplyBase

The base class for QIfPendingReply

QIfPendingReplyWatcher

Signals for QIfPendingReply

QIfProxyServiceObject

Helper class to connect a Feature to already instantiated QIfServiceInterface classes

QIfScopeTerm

The representation of a scope which can hold another term

QIfServiceInterface

Defines the interface for services

QIfServiceManager

The backends to QIfAbstractFeature

QIfServiceObject

Provides the connection point to a Backend Service

QIfSimulationEngine

Provides a way to script a simulation backend from QML

QIfStandardItem

The base class of a row in the QIfPagingModel model and derived models

QIfZonedFeatureInterface

Defines the base interface for the feature backend classes

QtInterfaceFrameworkModule

Holds enums which are used by multiple classes of QtInterfaceFramework and provides convenience functions to register types to QML

Detailed Description

To include the definitions of the module's classes, use the following directive:

#include <QtInterfaceFramework>

To link against the module, add this line to your qmake .pro file:

QT += interfaceframework

For more information, see Use the Qt Interface Framework Reference API.

© 2021 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.