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 classes/interfaces inherited from interface io.qt.core.QIODeviceBase
QIODeviceBase.OpenMode, QIODeviceBase.OpenModeFlag
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal QDebug
append
(boolean t) final QDebug
append
(byte t) final QDebug
append
(byte [] t) Overloaded function forappend(io.qt.core.QByteArrayView)
.final QDebug
append
(char t) final QDebug
append
(double t) final QDebug
append
(float t) final QDebug
append
(int t) final QDebug
append
(long t) final QDebug
append
(short t) final QDebug
append
(QByteArray t) final QDebug
final QDebug
final QDebug
final QDebug
append
(CharSequence csq, int start, int end) Appends a subsequence of the specified character sequence to thisQDebug
.final QDebug
final QDebug
append
(ByteBuffer t) Overloaded function forappend(io.qt.core.QByteArrayView)
.final boolean
final QDebug
bin()
SeeQt::bin
final QDebug
bom()
SeeQt::bom
final QDebug
center()
SeeQt::center
clone()
Creates and returns a copy of this object.void
close()
Deletes the underlying native object.final QDebug
dec()
SeeQt::dec
final QDebug
endl()
SeeQt::endl
final QDebug
fixed()
SeeQt::fixed
final QDebug
flush()
SeeQt::flush
final QDebug
SeeQt::forcepoint
final QDebug
SeeQt::forcesign
final QDebug
hex()
SeeQt::hex
final QDebug
left()
SeeQt::left
final QDebug
final QDebug
final QDebug
Overloaded function formaybeQuote(byte)
withc = '"'
.final QDebug
maybeQuote
(byte c) final QDebug
final QDebug
SeeQt::noforcepoint
final QDebug
SeeQt::noforcesign
final QDebug
noquote()
final QDebug
SeeQt::noshowbase
final QDebug
nospace()
final QDebug
oct()
SeeQt::oct
final QDebug
qSetFieldWidth
(int width) final QDebug
qSetPadChar
(char ch) final QDebug
qSetRealNumberPrecision
(int precision) final QDebug
quote()
SeeQDebug::
quote() final boolean
final QDebug
reset()
SeeQt::reset
final QDebug
final QDebug
right()
SeeQt::right
final QDebug
SeeQt::scientific
final void
setAutoInsertSpaces
(boolean b) final void
setQuoteStrings
(boolean b) final void
setVerbosity
(int verbosityLevel) final QDebug
showbase()
SeeQt::showbase
final QDebug
space()
SeeQDebug::
space() final void
final QDebug
final QDebug
final int
final QDebug
verbosity
(int verbosityLevel) final QDebug
ws()
SeeQt::ws
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
append
in interfaceAppendable
- Parameters:
t
-- Returns:
-
append
- Specified by:
append
in 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:
-
quoteStrings
- Returns:
- Since:
- This function was introduced in Qt 6.7.
-
resetFormat
- Returns:
-
setAutoInsertSpaces
- Parameters:
b
-
-
setQuoteStrings
- Parameters:
b
-- Since:
- This function was introduced in Qt 6.7.
-
setVerbosity
- Parameters:
verbosityLevel
-
-
space
See
QDebug::
space() - Returns:
-
swap
- Parameters:
other
-
-
verbosity
- Returns:
-
verbosity
- Parameters:
verbosityLevel
-- Returns:
-
close
public void close()Deletes the underlying native object.- Specified by:
close
in interfaceAutoCloseable
-
append
Appends a subsequence of the specified character sequence to thisQDebug
.- Specified by:
append
in 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)
.
-