java.lang.Object
io.qt.QtObject
io.qt.core.QMessageLogContext
- All Implemented Interfaces:
QtObjectInterface
Additional information about a log message
Java wrapper for Qt's class QMessageLogContext
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QMessageLogContext
public QMessageLogContext() -
QMessageLogContext
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
getCategory
Kotlin property getter. In Java use
category()
instead. -
category
-
getFile
Kotlin property getter. In Java use
file()
instead. -
file
-
getFunction
Kotlin property getter. In Java use
function()
instead. -
function
-
getLine
Kotlin property getter. In Java use
line()
instead. -
line
-