java.lang.Object
io.qt.QtObject
io.qt.core.QDebug
- All Implemented Interfaces:
QtObjectInterface
,Appendable
,AutoCloseable
,Cloneable
- Direct Known Subclasses:
QQmlInfo
Output stream for debugging information
Java wrapper for Qt class QDebug
-
Nested Class Summary
-
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.QByteArray)
.final QDebug
append
(char t) final QDebug
append
(double t) final QDebug
append
(float t) final QDebug
append
(int t) SeeQDebug::
operator<<(signed int) final QDebug
append
(long t) final QDebug
append
(short t) SeeQDebug::
operator<<(signed short) final QDebug
append
(QByteArray t) 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 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 QDebug
reset()
SeeQt::reset
final QDebug
final QDebug
right()
SeeQt::right
final QDebug
SeeQt::scientific
final void
setAutoInsertSpaces
(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
-
Constructor Details
-
QDebug
- Parameters:
o
-
-
QDebug
- Parameters:
device
-
-
QDebug
- Parameters:
t
-
-
QDebug
public QDebug(String string)
-
-
Method Details
-
autoInsertSpaces
- Returns:
- Since:
- This function was introduced in Qt 5.0.
-
maybeQuote
- Parameters:
c
-- Returns:
- Since:
- This function was introduced in Qt 5.4.
-
maybeSpace
- Returns:
-
noquote
- Returns:
- Since:
- This function was introduced in Qt 5.4.
-
nospace
- Returns:
-
append
- Parameters:
t
-- Returns:
-
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
See
QDebug::
operator<<(signed int) - Parameters:
t
-- Returns:
-
append
See
QDebug::
operator<<(signed short) - Parameters:
t
-- Returns:
-
quote
See
QDebug::
quote() - Returns:
- Since:
- This function was introduced in Qt 5.4.
-
resetFormat
- Returns:
- Since:
- This function was introduced in Qt 5.4.
-
setAutoInsertSpaces
- Parameters:
b
-- Since:
- This function was introduced in Qt 5.0.
-
setVerbosity
- Parameters:
verbosityLevel
-- Since:
- This function was introduced in Qt 5.6.
-
space
See
QDebug::
space() - Returns:
-
swap
- Parameters:
other
-- Since:
- This function was introduced in Qt 5.0.
-
verbosity
- Returns:
- Since:
- This function was introduced in Qt 5.6.
-
verbosity
- Parameters:
verbosityLevel
-- Returns:
- Since:
- This function was introduced in Qt 5.13.
-
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.QByteArray)
.
-