![]() |
Qt 6.x
The Qt SDK
|
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 |
Definition at line 1076 of file qdebug.cpp.
|
inline |
Definition at line 1079 of file qdebug.cpp.
|
inline |
Definition at line 1087 of file qdebug.cpp.
References m_noQuotes, m_spaces, m_stream, m_streamParams, and m_verbosity.
const bool QDebugStateSaverPrivate::m_noQuotes |
Definition at line 1107 of file qdebug.cpp.
Referenced by restoreState().
const bool QDebugStateSaverPrivate::m_spaces |
Definition at line 1106 of file qdebug.cpp.
Referenced by restoreState().
QDebug::Stream* QDebugStateSaverPrivate::m_stream |
Definition at line 1103 of file qdebug.cpp.
Referenced by restoreState().
const QTextStreamPrivate::Params QDebugStateSaverPrivate::m_streamParams |
Definition at line 1111 of file qdebug.cpp.
Referenced by restoreState().
const int QDebugStateSaverPrivate::m_verbosity |
Definition at line 1108 of file qdebug.cpp.
Referenced by restoreState().