java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QDebug
- All Implemented Interfaces:
QIODeviceBase
,QtObjectInterface
,AutoCloseable
,Cloneable
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
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
(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 boolean
final QDebug
bin()
See Qt::binfinal QDebug
bom()
See Qt::bomfinal QDebug
center()
See Qt::centerclone()
void
close()
final QDebug
dec()
See Qt::decfinal QDebug
endl()
See Qt::endlfinal QDebug
fixed()
See Qt::fixedfinal QDebug
flush()
See Qt::flushfinal QDebug
See Qt::forcepointfinal QDebug
See Qt::forcesignfinal QDebug
hex()
See Qt::hexfinal QDebug
left()
See Qt::leftfinal QDebug
final QDebug
final QDebug
Overloaded function formaybeQuote(byte)
withc = '"'
.final QDebug
maybeQuote
(byte c) final QDebug
final QDebug
See Qt::noforcepointfinal QDebug
See Qt::noforcesignfinal QDebug
noquote()
final QDebug
See Qt::noshowbasefinal QDebug
nospace()
final QDebug
oct()
See Qt::octfinal QDebug
qSetFieldWidth
(int width) final QDebug
qSetPadChar
(char ch) final QDebug
qSetRealNumberPrecision
(int precision) final QDebug
quote()
See QDebug::quote()final QDebug
reset()
See Qt::resetfinal QDebug
final QDebug
right()
See Qt::rightfinal QDebug
See Qt::scientificfinal void
setAutoInsertSpaces
(boolean b) final void
setVerbosity
(int verbosityLevel) final QDebug
showbase()
See Qt::showbasefinal QDebug
space()
See QDebug::space()final void
final QDebug
final QDebug
final int
final QDebug
verbosity
(int verbosityLevel) final QDebug
ws()
See Qt::wsMethods 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
-
QDebug
-
QDebug
-
QDebug
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
QDebug
public QDebug(String string)
-
-
Method Details
-
autoInsertSpaces
-
maybeQuote
Overloaded function for
maybeQuote(byte)
withc = '"'
. -
maybeQuote
-
maybeSpace
-
noquote
-
nospace
-
append
-
append
-
append
-
append
-
append
-
append
-
append
-
append
-
append
-
append
-
append
-
quote
See QDebug::quote()
-
resetFormat
-
setAutoInsertSpaces
-
setVerbosity
-
space
See QDebug::space()
-
swap
-
verbosity
-
verbosity
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
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
-