QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QDebugStateSaverPrivate Class Reference
Collaboration diagram for QDebugStateSaverPrivate:
Collaboration graph
[legend]

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

Constructor & Destructor Documentation

◆ QDebugStateSaverPrivate()

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

Definition at line 974 of file qdebug.cpp.

Member Function Documentation

◆ restoreState()

void QDebugStateSaverPrivate::restoreState ( )
inline

Definition at line 982 of file qdebug.cpp.

Member Data Documentation

◆ m_noQuotes

const bool QDebugStateSaverPrivate::m_noQuotes

Definition at line 1002 of file qdebug.cpp.

◆ m_spaces

const bool QDebugStateSaverPrivate::m_spaces

Definition at line 1001 of file qdebug.cpp.

◆ m_stream

QDebug::Stream* QDebugStateSaverPrivate::m_stream

Definition at line 998 of file qdebug.cpp.

◆ m_streamParams

const QTextStreamPrivate::Params QDebugStateSaverPrivate::m_streamParams

Definition at line 1006 of file qdebug.cpp.

◆ m_verbosity

const int QDebugStateSaverPrivate::m_verbosity

Definition at line 1003 of file qdebug.cpp.


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