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
QDebugStateSaverPrivate Class Reference
+ Collaboration diagram for QDebugStateSaverPrivate:

Public Member Functions

 QDebugStateSaverPrivate (QDebug::Stream *stream)
 
void restoreState ()
 
 QDebugStateSaverPrivate (QDebug::Stream *stream)
 
void restoreState ()
 

Public Attributes

QDebug::Stream * m_stream
 
const bool m_spaces
 
const bool m_noQuotes
 
const int m_verbosity
 
const QTextStreamPrivate::Params m_streamParams
 

Detailed Description

Definition at line 1337 of file qdebug.cpp.

Constructor & Destructor Documentation

◆ QDebugStateSaverPrivate() [1/2]

QDebugStateSaverPrivate::QDebugStateSaverPrivate ( QDebug::Stream * stream)
inline

Definition at line 1340 of file qdebug.cpp.

References QDebugStateSaverPrivate().

Referenced by QDebugStateSaverPrivate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ QDebugStateSaverPrivate() [2/2]

QDebugStateSaverPrivate::QDebugStateSaverPrivate ( QDebug::Stream * stream)
inline

Definition at line 1340 of file qdebug.cpp.

Member Function Documentation

◆ restoreState() [1/2]

void QDebugStateSaverPrivate::restoreState ( )
inline

Definition at line 1348 of file qdebug.cpp.

◆ restoreState() [2/2]

void QDebugStateSaverPrivate::restoreState ( )
inline

Definition at line 1348 of file qdebug.cpp.

Member Data Documentation

◆ m_noQuotes

const bool QDebugStateSaverPrivate::m_noQuotes

Definition at line 1368 of file qdebug.cpp.

◆ m_spaces

const bool QDebugStateSaverPrivate::m_spaces

Definition at line 1367 of file qdebug.cpp.

◆ m_stream

QDebug::Stream * QDebugStateSaverPrivate::m_stream

Definition at line 1364 of file qdebug.cpp.

◆ m_streamParams

const QTextStreamPrivate::Params QDebugStateSaverPrivate::m_streamParams

Definition at line 1372 of file qdebug.cpp.

◆ m_verbosity

const int QDebugStateSaverPrivate::m_verbosity

Definition at line 1369 of file qdebug.cpp.


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