Class QDebug
- All Implemented Interfaces:
QIODeviceBase,QtObjectInterface,Appendable,AutoCloseable,Cloneable
Output stream for debugging information
Java wrapper for Qt class QDebug
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.qt.core.QIODeviceBase
QIODeviceBase.OpenMode, QIODeviceBase.OpenModeFlag -
Constructor Summary
ConstructorsModifierConstructorDescription<String extends Object & Appendable & CharSequence>QDebug(String string) -
Method Summary
Modifier and TypeMethodDescriptionfinal QDebugappend(boolean t) final QDebugappend(byte t) final QDebugappend(byte [] t) Overloaded function forappend(io.qt.core.QByteArrayView).final QDebugappend(char t) final QDebugappend(double t) final QDebugappend(float t) final QDebugappend(int t) final QDebugappend(long t) final QDebugappend(short t) final QDebugappend(QByteArray t) final QDebugfinal QDebugfinal QDebugfinal QDebugappend(CharSequence csq, int start, int end) Appends a subsequence of the specified character sequence to thisQDebug.final QDebugfinal QDebugfinal QDebugappend(ByteBuffer t) Overloaded function forappend(io.qt.core.QByteArrayView).final voidfinal booleanfinal QDebugbin()SeeQt::bin(QTextStream&) final QDebugbom()SeeQt::bom(QTextStream&) final QDebugcenter()SeeQt::center(QTextStream&) clone()Creates and returns a copy of this object.final voidclose()Deletes the underlying native object.final QDebugdec()SeeQt::dec(QTextStream&) final QDebugendl()SeeQt::endl(QTextStream&) final QDebugfixed()SeeQt::fixed(QTextStream&) final QDebugflush()SeeQt::flush(QTextStream&) final QDebugSeeQt::forcepoint(QTextStream&) final QDebugSeeQt::forcesign(QTextStream&) final QDebughex()SeeQt::hex(QTextStream&) final QDebugleft()SeeQt::left(QTextStream&) final QDebugSeeQt::lowercasebase(QTextStream&) final QDebugSeeQt::lowercasedigits(QTextStream&) final QDebugOverloaded function formaybeQuote(byte)withc = '"'.final QDebugmaybeQuote(byte c) final QDebugfinal QDebugSeeQt::noforcepoint(QTextStream&) final QDebugSeeQt::noforcesign(QTextStream&) final QDebugnoquote()final QDebugSeeQt::noshowbase(QTextStream&) final QDebugnospace()final QDebugoct()SeeQt::oct(QTextStream&) final QDebugqSetFieldWidth(int width) final QDebugqSetPadChar(char ch) final QDebugqSetRealNumberPrecision(int precision) final QDebugquote()SeeQDebug::quote() final booleanfinal QDebugreset()SeeQt::reset(QTextStream&) final QDebugfinal QDebugright()SeeQt::right(QTextStream&) final QDebugSeeQt::scientific(QTextStream&) final voidsetAutoInsertSpaces(boolean b) final voidsetQuoteStrings(boolean b) final voidsetVerbosity(int verbosityLevel) final QDebugshowbase()SeeQt::showbase(QTextStream&) final QDebugspace()SeeQDebug::space() final voidfinal QDebugSeeQt::uppercasebase(QTextStream&) final QDebugSeeQt::uppercasedigits(QTextStream&) final intfinal QDebugverbosity(int verbosityLevel) final QDebugDelegate forappend(io.qt.core.QString).final QDebugws()SeeQt::ws(QTextStream&) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposedMethods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
QDebug
-
QDebug
-
QDebug
-
QDebug
-
-
Method Details
-
autoInsertSpaces
-
bin
See
Qt::bin(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
bom
See
Qt::bom(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
center
See
Qt::center(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
dec
See
Qt::dec(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
endl
See
Qt::endl(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
fixed
See
Qt::fixed(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
flush
See
Qt::flush(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
forcepoint
See
Qt::forcepoint(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
forcesign
See
Qt::forcesign(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
hex
See
Qt::hex(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
left
See
Qt::left(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
lowercasebase
See
Qt::lowercasebase(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
lowercasedigits
See
Qt::lowercasedigits(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
maybeQuote
This member function returns the object itself.
- Parameters:
c-- Returns:
- this
-
maybeSpace
This member function returns the object itself.
- Returns:
- this
-
noforcepoint
See
Qt::noforcepoint(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
noforcesign
See
Qt::noforcesign(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
noquote
This member function returns the object itself.
- Returns:
- this
-
noshowbase
See
Qt::noshowbase(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
nospace
This member function returns the object itself.
- Returns:
- this
-
oct
See
Qt::oct(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
append
See
QDebug::operator<<(QByteArray) This member function returns the object itself.
- Parameters:
t-- Returns:
- this
-
append
See
QDebug::operator<<(QByteArrayView) This member function returns the object itself.
- Parameters:
t-- Returns:
- this
- Since:
- This function was introduced in Qt 6.0.
-
append
This member function returns the object itself.
- Specified by:
appendin interfaceAppendable- Parameters:
t-- Returns:
- this
-
append
See
QDebug::operator<<(QString) This member function returns the object itself.
- Parameters:
t-- Returns:
- this
-
append
See
QDebug::operator<<(QStringView) This member function returns the object itself.
- Parameters:
s-- Returns:
- this
-
append
This member function returns the object itself.
- Parameters:
t-- Returns:
- this
-
append
This member function returns the object itself.
- Parameters:
t-- Returns:
- this
-
append
See
QDebug::operator<<(const char*) This member function returns the object itself.
- Specified by:
appendin interfaceAppendable- Parameters:
t-- Returns:
- this
-
append
See
QDebug::operator<<(double) This member function returns the object itself.
- Parameters:
t-- Returns:
- this
-
append
This member function returns the object itself.
- Parameters:
t-- Returns:
- this
-
append
This member function returns the object itself.
- Parameters:
t-- Returns:
- this
-
append
See
QDebug::operator<<(qint64) This member function returns the object itself.
- Parameters:
t-- Returns:
- this
-
append
This member function returns the object itself.
- Parameters:
t-- Returns:
- this
-
assign
- Parameters:
other-
-
qSetFieldWidth
This member function returns the object itself.
- Parameters:
width-- Returns:
- this
-
qSetPadChar
This member function returns the object itself.
- Parameters:
ch-- Returns:
- this
-
qSetRealNumberPrecision
See
qSetRealNumberPrecision(int)This member function returns the object itself.
- Parameters:
precision-- Returns:
- this
-
quote
See
QDebug::quote() This member function returns the object itself.
- Returns:
- this
-
quoteStrings
- Returns:
- Since:
- This function was introduced in Qt 6.7.
-
reset
See
Qt::reset(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
resetFormat
This member function returns the object itself.
- Returns:
- this
-
right
See
Qt::right(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
scientific
See
Qt::scientific(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
setAutoInsertSpaces
- Parameters:
b-
-
setQuoteStrings
- Parameters:
b-- Since:
- This function was introduced in Qt 6.7.
-
setVerbosity
- Parameters:
verbosityLevel-
-
showbase
See
Qt::showbase(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
space
See
QDebug::space() This member function returns the object itself.
- Returns:
- this
-
swap
-
uppercasebase
See
Qt::uppercasebase(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
uppercasedigits
See
Qt::uppercasedigits(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
verbosity
-
verbosity
This member function returns the object itself.
- Parameters:
verbosityLevel-- Returns:
- this
-
ws
See
Qt::ws(QTextStream&) This member function returns the object itself.
- Returns:
- this
-
close
Deletes the underlying native object.- Specified by:
closein interfaceAutoCloseable
-
append
Appends a subsequence of the specified character sequence to thisQDebug.- Specified by:
appendin interfaceAppendable
-
append
-
clone
Creates and returns a copy of this object.
-
maybeQuote
Overloaded function for
maybeQuote(byte)withc = '"'. -
append
Overloaded function for
append(io.qt.core.QByteArrayView). -
append
Overloaded function for
append(io.qt.core.QByteArrayView). -
writeString
Delegate for
append(io.qt.core.QString).
-