Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
DeferredDebugHelper Struct Reference
+ Collaboration diagram for DeferredDebugHelper:

Public Member Functions

 DeferredDebugHelper (const QLoggingCategory &cat)
 
 ~DeferredDebugHelper ()
 
void flushOutput ()
 

Public Attributes

QDebugdebug = nullptr
 

Detailed Description

Definition at line 378 of file qcocoascreen.mm.

Constructor & Destructor Documentation

◆ DeferredDebugHelper()

DeferredDebugHelper::DeferredDebugHelper ( const QLoggingCategory cat)
inline

Definition at line 380 of file qcocoascreen.mm.

References debug, and QLoggingCategory::isDebugEnabled().

+ Here is the call graph for this function:

◆ ~DeferredDebugHelper()

DeferredDebugHelper::~DeferredDebugHelper ( )
inline

Definition at line 384 of file qcocoascreen.mm.

References flushOutput().

+ Here is the call graph for this function:

Member Function Documentation

◆ flushOutput()

void DeferredDebugHelper::flushOutput ( )
inline

Definition at line 387 of file qcocoascreen.mm.

References debug.

Referenced by ~DeferredDebugHelper(), and QCocoaScreen::deliverUpdateRequests().

+ Here is the caller graph for this function:

Member Data Documentation

◆ debug

QDebug* DeferredDebugHelper::debug = nullptr

Definition at line 393 of file qcocoascreen.mm.

Referenced by DeferredDebugHelper(), and flushOutput().


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