Qt IVI Core C++ Classes

C++ classes for the Qt IVI Core API. More...

Classes

QIviAbstractFeature

The base class for all QtIvi Features

QIviAbstractFeatureListModel

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

QIviAbstractQueryTerm

Base class of all query terms

QIviAbstractZonedFeature

The base class for all QtIvi vehicle features

QIviConjunctionTerm

The representation of a conjunction between two query terms

QIviFeatureInterface

Defines the base class for all backends

QIviFilterTerm

The representation of a filter

QIviOrderTerm

The representation of a scope which can hold another term

QIviPagingModel

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

QIviPagingModelInterface

Defines the interface for backends to the QIviPagingModel feature class

QIviPendingReply

Template class for providing asynchronous results

QIviPendingReplyBase

The base class for QIviPendingReply

QIviPendingReplyWatcher

Signals for QIviPendingReply

QIviProxyServiceObject

Helper class to connect a Feature to already instantiated QIviServiceInterface classes

QIviScopeTerm

The representation of a scope which can hold another term

QIviSearchAndBrowseModel

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

QIviSearchAndBrowseModelInterface

Defines the interface for backends to the QIviSearchAndBrowseModel feature class

QIviServiceInterface

Defines the interface for services

QIviServiceManager

The backends to QIviAbstractFeature

QIviServiceObject

Provides the connection point to a Backend Service

QIviSimulationEngine

Provides a way to script a simulation backend from QML

QIviStandardItem

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

QIviZonedFeatureInterface

Defines the base interface for the feature backend classes

QtIviCoreModule

Holds enums which are used by multiple classes of QtIviCore 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 <QtIviCore>

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

QT += ivicore

For more information, see Use the Qt IVI Reference API.

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