Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtOhos::QtState Class Referenceabstract

#include <qcore_ohos_p.h>

Collaboration diagram for QtOhos::QtState:

Public Member Functions

 QtState (const QtState &)=delete
QtStateoperator= (const QtState &)=delete
virtual ~QtState ()
virtual bool isQtThread () const =0
virtual void invokeTask (std::function< void()> &&task)=0

Protected Member Functions

 QtState ()

Detailed Description

Definition at line 219 of file qcore_ohos_p.h.

Constructor & Destructor Documentation

◆ QtState() [1/2]

QtOhos::QtState::QtState ( const QtState & )
delete

◆ ~QtState()

QtOhos::QtState::~QtState ( )
virtualdefault

◆ QtState() [2/2]

QtOhos::QtState::QtState ( )
protecteddefault

Member Function Documentation

◆ invokeTask()

virtual void QtOhos::QtState::invokeTask ( std::function< void()> && task)
pure virtual

◆ isQtThread()

virtual bool QtOhos::QtState::isQtThread ( ) const
pure virtual

◆ operator=()

QtState & QtOhos::QtState::operator= ( const QtState & )
delete

The documentation for this class was generated from the following files: