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

Constructor & Destructor Documentation

◆ QDebugStateSaverPrivate()

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

Definition at line 1180 of file qdebug.cpp.

Member Function Documentation

◆ restoreState()

void QDebugStateSaverPrivate::restoreState ( )
inline

Definition at line 1188 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 1208 of file qdebug.cpp.

Referenced by restoreState().

◆ m_spaces

const bool QDebugStateSaverPrivate::m_spaces

Definition at line 1207 of file qdebug.cpp.

Referenced by restoreState().

◆ m_stream

QDebug::Stream* QDebugStateSaverPrivate::m_stream

Definition at line 1204 of file qdebug.cpp.

Referenced by restoreState().

◆ m_streamParams

const QTextStreamPrivate::Params QDebugStateSaverPrivate::m_streamParams

Definition at line 1212 of file qdebug.cpp.

Referenced by restoreState().

◆ m_verbosity

const int QDebugStateSaverPrivate::m_verbosity

Definition at line 1209 of file qdebug.cpp.

Referenced by restoreState().


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