java.lang.Object
io.qt.QtObject
io.qt.core.QDebug
- All Implemented Interfaces:
QIODeviceBase,QtObjectInterface,Appendable,AutoCloseable,Cloneable
- Direct Known Subclasses:
QQmlInfo
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
Constructors -
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 QDebugappend(ByteBuffer t) Overloaded function forappend(io.qt.core.QByteArrayView).final booleanfinal QDebugbin()SeeQt::binfinal QDebugbom()SeeQt::bomfinal QDebugcenter()SeeQt::centerclone()Creates and returns a copy of this object.final voidclose()Deletes the underlying native object.final QDebugdec()SeeQt::decfinal QDebugendl()SeeQt::endlfinal QDebugfixed()SeeQt::fixedfinal QDebugflush()SeeQt::flushfinal QDebugSeeQt::forcepointfinal QDebugSeeQt::forcesignfinal QDebughex()SeeQt::hexfinal QDebugleft()SeeQt::leftfinal QDebugfinal QDebugfinal QDebugOverloaded function formaybeQuote(byte)withc = '"'.final QDebugmaybeQuote(byte c) final QDebugfinal QDebugSeeQt::noforcepointfinal QDebugSeeQt::noforcesignfinal QDebugnoquote()final QDebugSeeQt::noshowbasefinal QDebugnospace()final QDebugoct()SeeQt::octfinal QDebugqSetFieldWidth(int width) final QDebugqSetPadChar(char ch) final QDebugqSetRealNumberPrecision(int precision) final QDebugquote()SeeQDebug::quote() final QDebugreset()SeeQt::resetfinal QDebugfinal QDebugright()SeeQt::rightfinal QDebugSeeQt::scientificfinal voidsetAutoInsertSpaces(boolean b) final voidsetVerbosity(int verbosityLevel) final QDebugshowbase()SeeQt::showbasefinal QDebugspace()SeeQDebug::space() final voidfinal QDebugfinal QDebugfinal intfinal QDebugverbosity(int verbosityLevel) final QDebugws()SeeQt::wsMethods 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
- Parameters:
o-
-
QDebug
- Parameters:
device-
-
QDebug
- Parameters:
t-
-
QDebug
public QDebug(String string)
-
-
Method Details
-
autoInsertSpaces
- Returns:
-
maybeQuote
- Parameters:
c-- Returns:
-
maybeSpace
- Returns:
-
noquote
- Returns:
-
nospace
- Returns:
-
append
- Parameters:
t-- Returns:
-
append
- Parameters:
t-- Returns:
- Since:
- This function was introduced in Qt 6.0.
-
append
- Specified by:
appendin interfaceAppendable- Parameters:
t-- Returns:
-
append
- Specified by:
appendin interfaceAppendable- Parameters:
t-- Returns:
-
append
- Parameters:
t-- Returns:
-
append
- Parameters:
t-- Returns:
-
append
- Parameters:
t-- Returns:
-
append
- Parameters:
t-- Returns:
-
append
- Parameters:
t-- Returns:
-
append
- Parameters:
t-- Returns:
-
append
- Parameters:
t-- Returns:
-
append
- Parameters:
t-- Returns:
-
quote
See
QDebug::quote() - Returns:
-
resetFormat
- Returns:
-
setAutoInsertSpaces
- Parameters:
b-
-
setVerbosity
- Parameters:
verbosityLevel-
-
space
See
QDebug::space() - Returns:
-
swap
- Parameters:
other-
-
verbosity
- Returns:
-
verbosity
- Parameters:
verbosityLevel-- Returns:
-
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
-
endl
See
Qt::endl -
flush
See
Qt::flush -
reset
See
Qt::reset -
bin
See
Qt::bin -
oct
See
Qt::oct -
hex
See
Qt::hex -
dec
See
Qt::dec -
showbase
See
Qt::showbase -
forcesign
See
Qt::forcesign -
forcepoint
See
Qt::forcepoint -
noshowbase
See
Qt::noshowbase -
noforcesign
See
Qt::noforcesign -
noforcepoint
See
Qt::noforcepoint -
uppercasebase
-
uppercasedigits
-
lowercasebase
-
lowercasedigits
-
fixed
See
Qt::fixed -
scientific
See
Qt::scientific -
left
See
Qt::left -
right
See
Qt::right -
center
See
Qt::center -
bom
See
Qt::bom -
ws
See
Qt::ws -
qSetFieldWidth
-
qSetRealNumberPrecision
-
qSetPadChar
-
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).
-