java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QDebug
- All Implemented Interfaces:
QtObjectInterface
,AutoCloseable
,Cloneable
public class QDebug extends QtObject implements Cloneable, AutoCloseable
Output stream for debugging information
Java wrapper for Qt class QDebug
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QDebug.VerbosityLevel
Java wrapper for Qt enum QDebug::VerbosityLevel -
Constructor Summary
-
Method Summary
-
Constructor Details
-
Method Details
-
autoInsertSpaces
-
maybeQuote
Overloaded function for
maybeQuote(byte)
withc = '"'
. -
maybeQuote
-
maybeSpace
-
noquote
-
nospace
-
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
-