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

Public Member Functions

 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 1076 of file qdebug.cpp.

Constructor & Destructor Documentation

◆ QDebugStateSaverPrivate()

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

Definition at line 1079 of file qdebug.cpp.

Member Function Documentation

◆ restoreState()

void QDebugStateSaverPrivate::restoreState ( )
inline

Definition at line 1087 of file qdebug.cpp.

References m_noQuotes, m_spaces, m_stream, m_streamParams, and m_verbosity.

Member Data Documentation

◆ m_noQuotes

const bool QDebugStateSaverPrivate::m_noQuotes

Definition at line 1107 of file qdebug.cpp.

Referenced by restoreState().

◆ m_spaces

const bool QDebugStateSaverPrivate::m_spaces

Definition at line 1106 of file qdebug.cpp.

Referenced by restoreState().

◆ m_stream

QDebug::Stream* QDebugStateSaverPrivate::m_stream

Definition at line 1103 of file qdebug.cpp.

Referenced by restoreState().

◆ m_streamParams

const QTextStreamPrivate::Params QDebugStateSaverPrivate::m_streamParams

Definition at line 1111 of file qdebug.cpp.

Referenced by restoreState().

◆ m_verbosity

const int QDebugStateSaverPrivate::m_verbosity

Definition at line 1108 of file qdebug.cpp.

Referenced by restoreState().


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