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
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal QDebug
append
(boolean t) final QDebug
append
(byte t) 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
-
QDebug
-
QDebug
-
QDebug
public QDebug(String string)
-
-
Method Details
-
autoInsertSpaces
-
maybeQuote
-
maybeSpace
-
noquote
-
nospace
-
append
- Specified by:
append
in interfaceAppendable
-
append
-
append
-
append
-
append
- Specified by:
append
in interfaceAppendable
-
append
-
append
-
append
-
append
-
append
See
QDebug::
operator<<(signed int) -
append
See
QDebug::
operator<<(signed short) -
quote
See
QDebug::
quote() -
resetFormat
-
setAutoInsertSpaces
-
setVerbosity
-
space
See
QDebug::
space() -
swap
-
verbosity
-
verbosity
-
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 = '"'
.
-