Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QDBusWriteLocker Struct Reference

#include <qdbusthreaddebug_p.h>

+ Inheritance diagram for QDBusWriteLocker:
+ Collaboration diagram for QDBusWriteLocker:

Public Member Functions

Q_NODISCARD_CTOR QDBusWriteLocker (ThreadAction a, QDBusConnectionPrivate *s)
 
 ~QDBusWriteLocker ()
 

Public Attributes

QDBusConnectionPrivateself
 
ThreadAction action
 

Additional Inherited Members

- Public Types inherited from QDBusLockerBase
enum  Condition {
  BeforeLock , AfterLock , BeforeUnlock , AfterUnlock ,
  BeforePost , AfterPost , BeforeDeliver , AfterDeliver ,
  BeforeAcquire , AfterAcquire , BeforeRelease , AfterRelease
}
 
- Static Public Member Functions inherited from QDBusLockerBase
static void reportThreadAction (int, int, QDBusConnectionPrivate *)
 

Detailed Description

Definition at line 112 of file qdbusthreaddebug_p.h.

Constructor & Destructor Documentation

◆ QDBusWriteLocker()

Q_NODISCARD_CTOR QDBusWriteLocker::QDBusWriteLocker ( ThreadAction a,
QDBusConnectionPrivate * s )
inline

Definition at line 116 of file qdbusthreaddebug_p.h.

References action, QDBusLockerBase::AfterLock, QDBusLockerBase::BeforeLock, QDBusConnectionPrivate::lock, QDBusLockerBase::reportThreadAction(), and self.

+ Here is the call graph for this function:

◆ ~QDBusWriteLocker()

QDBusWriteLocker::~QDBusWriteLocker ( )
inline

Definition at line 124 of file qdbusthreaddebug_p.h.

References action, QDBusLockerBase::AfterUnlock, QDBusLockerBase::BeforeUnlock, QDBusConnectionPrivate::lock, QDBusLockerBase::reportThreadAction(), and self.

+ Here is the call graph for this function:

Member Data Documentation

◆ action

ThreadAction QDBusWriteLocker::action

Definition at line 115 of file qdbusthreaddebug_p.h.

Referenced by QDBusWriteLocker(), and ~QDBusWriteLocker().

◆ self

QDBusConnectionPrivate* QDBusWriteLocker::self

Definition at line 114 of file qdbusthreaddebug_p.h.

Referenced by QDBusWriteLocker(), and ~QDBusWriteLocker().


The documentation for this struct was generated from the following file: