@NoOffset @Properties(inherit=Qt5Core.class) public class QMessageLogger extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
QMessageLogger() |
QMessageLogger(BytePointer file,
int line,
BytePointer function) |
QMessageLogger(BytePointer file,
int line,
BytePointer function,
BytePointer category) |
QMessageLogger(long size)
Native array allocator.
|
QMessageLogger(Pointer p)
Pointer cast constructor.
|
QMessageLogger(String file,
int line,
String function) |
QMessageLogger(String file,
int line,
String function,
String category) |
Modifier and Type | Method and Description |
---|---|
void |
critical(BytePointer msg) |
void |
critical(String msg) |
void |
debug(BytePointer msg) |
void |
debug(String msg) |
void |
fatal(BytePointer msg) |
void |
fatal(String msg) |
void |
info(BytePointer msg) |
void |
info(String msg) |
void |
noDebug(BytePointer arg0) |
void |
noDebug(String arg0) |
QMessageLogger |
position(long position) |
void |
warning(BytePointer msg) |
void |
warning(String msg) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public QMessageLogger(Pointer p)
Pointer.Pointer(Pointer)
.public QMessageLogger(long size)
Pointer.position(long)
.public QMessageLogger()
public QMessageLogger(@Cast(value="const char*") BytePointer file, int line, @Cast(value="const char*") BytePointer function)
public QMessageLogger(@Cast(value="const char*") BytePointer file, int line, @Cast(value="const char*") BytePointer function, @Cast(value="const char*") BytePointer category)
public QMessageLogger position(long position)
public void debug(@Cast(value="const char*") BytePointer msg)
public void debug(String msg)
public void noDebug(@Cast(value="const char*") BytePointer arg0)
public void noDebug(String arg0)
public void info(@Cast(value="const char*") BytePointer msg)
public void info(String msg)
public void warning(@Cast(value="const char*") BytePointer msg)
public void warning(String msg)
public void critical(@Cast(value="const char*") BytePointer msg)
public void critical(String msg)
@NoException public void fatal(@Cast(value="const char*") BytePointer msg)
@NoException public void fatal(String msg)
Copyright © 2020. All rights reserved.