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
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 384 of file qcocoascreen.mm.

Constructor & Destructor Documentation

◆ DeferredDebugHelper()

DeferredDebugHelper::DeferredDebugHelper ( const QLoggingCategory & cat)
inline

Definition at line 386 of file qcocoascreen.mm.

References debug.

◆ ~DeferredDebugHelper()

DeferredDebugHelper::~DeferredDebugHelper ( )
inline

Definition at line 390 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 393 of file qcocoascreen.mm.

References debug.

Referenced by ~DeferredDebugHelper().

+ Here is the caller graph for this function:

Member Data Documentation

◆ debug

QDebug* DeferredDebugHelper::debug = nullptr

Definition at line 399 of file qcocoascreen.mm.

Referenced by DeferredDebugHelper(), and flushOutput().


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