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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal QDebugappend(boolean t) final QDebugappend(byte t) final QDebugappend(byte [] t) Overloaded function forappend(io.qt.core.QByteArray).final QDebugappend(char t) final QDebugappend(double t) final QDebugappend(float t) final QDebugappend(int t) SeeQDebug::operator<<(signed int) final QDebugappend(long t) final QDebugappend(short t) SeeQDebug::operator<<(signed short) final QDebugappend(QByteArray t) final QDebugfinal QDebugfinal QDebugappend(CharSequence csq, int start, int end) Appends a subsequence of the specified character sequence to thisQDebug.final QDebugfinal booleanfinal QDebugbin()SeeQt::binfinal QDebugbom()SeeQt::bomfinal QDebugcenter()SeeQt::centerclone()Creates and returns a copy of this object.final voidclose()Deletes the underlying native object.final QDebugdec()SeeQt::decfinal QDebugendl()SeeQt::endlfinal QDebugfixed()SeeQt::fixedfinal QDebugflush()SeeQt::flushfinal QDebugSeeQt::forcepointfinal QDebugSeeQt::forcesignfinal QDebughex()SeeQt::hexfinal QDebugleft()SeeQt::leftfinal QDebugfinal QDebugfinal QDebugOverloaded function formaybeQuote(byte)withc = '"'.final QDebugmaybeQuote(byte c) final QDebugfinal QDebugSeeQt::noforcepointfinal QDebugSeeQt::noforcesignfinal QDebugnoquote()final QDebugSeeQt::noshowbasefinal QDebugnospace()final QDebugoct()SeeQt::octfinal QDebugqSetFieldWidth(int width) final QDebugqSetPadChar(char ch) final QDebugqSetRealNumberPrecision(int precision) final QDebugquote()SeeQDebug::quote() final QDebugreset()SeeQt::resetfinal QDebugfinal QDebugright()SeeQt::rightfinal QDebugSeeQt::scientificfinal voidsetAutoInsertSpaces(boolean b) final voidsetVerbosity(int verbosityLevel) final QDebugshowbase()SeeQt::showbasefinal QDebugspace()SeeQDebug::space() final voidfinal QDebugfinal QDebugfinal intfinal QDebugverbosity(int verbosityLevel) final QDebugws()SeeQt::wsMethods 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:
appendin interfaceAppendable- Parameters:
t-- Returns:
-
append
- Specified by:
appendin 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
Deletes the underlying native object.- Specified by:
closein interfaceAutoCloseable
-
append
Appends a subsequence of the specified character sequence to thisQDebug.- Specified by:
appendin 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).
-