Qt IVI Core C++ Classes
C++ classes for the Qt IVI Core API. More...
Classes
The base class for all QtIvi Features | |
The base class for QtIvi Features which should act as a model | |
Base class of all query terms | |
The base class for all QtIvi vehicle features | |
The representation of a conjunction between two query terms | |
Defines the base class for all backends | |
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 QIviPagingModel feature class | |
Template class for providing asynchronous results | |
The base class for QIviPendingReply | |
Signals for QIviPendingReply | |
Helper class to connect a Feature to already instantiated QIviServiceInterface classes | |
The representation of a scope which can hold another term | |
Generic model which can be used to search, browse, filter and sort data | |
Defines the interface for backends to the QIviSearchAndBrowseModel feature class | |
Defines the interface for services | |
The backends to QIviAbstractFeature | |
Provides the connection point to a Backend Service | |
Provides a way to script a simulation backend from QML | |
The base class of a row in the QIviPagingModel model and derived models | |
Defines the base interface for the feature backend classes | |
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.