QSystemInformationService Class

(Qt3D::QSystemInformationService)

Interface for a Qt3D system information service More...

Header: #include <QSystemInformationService>
qmake: QT += 3dcore
Inherits: QAbstractServiceProvider
Inherited By:

Public Functions

virtual QStringList aspectNames() const = 0
virtual int threadPoolThreadCount() const = 0

Protected Functions

QSystemInformationService(const QString & description = QString())

Detailed Description

Interface for a Qt3D system information service

This is an interface class that should be subclassesd by providers of the system information service.

Member Function Documentation

[protected] QSystemInformationService::QSystemInformationService(const QString & description = QString())

Creates an instance of QSystemInformationService, with a description for the new service. This constructor is protected so only subclasses can instantiate a QSystemInformationService object.

[pure virtual] QStringList QSystemInformationService::aspectNames() const

[pure virtual] int QSystemInformationService::threadPoolThreadCount() const

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