RunnableInterface Class

(Qt3D::RunnableInterface)
Inherits: QRunnable
Inherited By:

Public Functions

virtual ~RunnableInterface()
virtual DependencyHandler * dependencyHandler() = 0
virtual int id() = 0
virtual bool reserved() = 0
virtual void setDependencyHandler(DependencyHandler *) = 0
virtual void setId(int id) = 0
virtual void setPooler(QThreadPooler * pooler) = 0
virtual void setReserved(bool reserved) = 0

Reimplemented Public Functions

virtual void run() = 0
  • 3 public functions inherited from QRunnable

Member Function Documentation

[virtual] RunnableInterface::~RunnableInterface()

[pure virtual] DependencyHandler * RunnableInterface::dependencyHandler()

See also setDependencyHandler().

[pure virtual] int RunnableInterface::id()

See also setId().

[pure virtual] bool RunnableInterface::reserved()

See also setReserved().

[pure virtual] void RunnableInterface::run()

[pure virtual] void RunnableInterface::setDependencyHandler(DependencyHandler *)

See also dependencyHandler().

[pure virtual] void RunnableInterface::setId(int id)

See also id().

[pure virtual] void RunnableInterface::setPooler(QThreadPooler * pooler)

[pure virtual] void RunnableInterface::setReserved(bool reserved)

See also reserved().

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